Trace number 4503645

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. 141.798 137.666

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-38.opb
MD5SUM9e23e458e7baadfd402519ffe94968c6
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 benchmark9.22323
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7320
Total number of constraints155722
Number of constraints which are clauses139455
Number of constraints which are cardinality constraints (but not clauses)573
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint1
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.15	c See www.sat4j.org for details.
0.11/0.16	c version PB25.v20250606
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.19	c java.vm.vendor	Oracle Corporation
0.11/0.19	c sun.arch.data.model	64
0.11/0.19	c java.version		22.0.1
0.11/0.19	c os.name		Linux
0.11/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.19	c os.arch		amd64
0.11/0.20	c Free memory 		2104792832
0.11/0.20	c Max memory 		16282288128
0.11/0.20	c Total memory 		2113929216
0.11/0.20	c Number of processors 	2
0.28/0.30	c Pseudo Boolean Optimization by upper bound
0.28/0.30	c --- Begin Solver configuration ---
0.28/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.30	c Learn all clauses as in MiniSAT
0.28/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.30	c Expensive reason simplification
0.28/0.30	c Glucose 2.1 dynamic restart strategy
0.28/0.30	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.28/0.30	c timeout=2147483s
0.28/0.30	c DB Simplification allowed=false
0.28/0.30	c Listener: none
0.28/0.30	c --- End Solver configuration ---
0.28/0.30	c solving HOME/instance-4503645-1751164491.opb
0.28/0.30	c reading problem ... 
0.28/0.31	c using VERIPB proof format
0.28/0.31	c  no objective function found
2.68/1.58	c ... done. Wall clock time 1.273s.
2.68/1.58	c declared #vars     7320
2.68/1.58	c #constraints  156020
2.68/1.58	c constraints type 
2.68/1.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31471
2.68/1.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 563
2.68/1.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
2.68/1.58	c org.sat4j.specs.Constr$1 => 2291
2.68/1.58	c org.sat4j.pb.constraints.pb.UnitClausePB => 151
2.68/1.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 105850
2.68/1.58	c 156020 constraints processed.
5.85/3.10	c cleaning 2464 clauses out of 4994 with flag 83035/5003
7.59/4.02	c cleaning 4218 clauses out of 8504 with flag 159521/11000
8.88/4.98	c cleaning 5636 clauses out of 11284 with flag 244585/18001
10.06/6.07	c cleaning 6802 clauses out of 13643 with flag 343105/26000
11.31/7.23	c cleaning 7898 clauses out of 15840 with flag 452838/35000
12.71/8.67	c cleaning 8965 clauses out of 17942 with flag 556281/45001
14.61/10.53	c cleaning 9934 clauses out of 19977 with flag 717370/56002
16.79/12.78	c cleaning 10992 clauses out of 22043 with flag 877535/68004
19.99/15.98	c cleaning 11952 clauses out of 24039 with flag 1053839/81000
22.00/17.85	c cleaning 13009 clauses out of 26083 with flag 1206680/95001
24.20/20.05	c cleaning 14006 clauses out of 28068 with flag 1377171/110000
27.21/22.58	c cleaning 14977 clauses out of 30057 with flag 1582337/126001
29.38/24.66	c cleaning 16019 clauses out of 32075 with flag 1751276/143003
32.03/27.29	c cleaning 17000 clauses out of 34047 with flag 1901910/161001
35.22/30.40	c cleaning 18005 clauses out of 36047 with flag 2079122/180002
37.73/32.96	c cleaning 18965 clauses out of 38035 with flag 2276924/200000
41.31/36.79	c cleaning 19969 clauses out of 40066 with flag 2573060/221000
45.10/40.58	c cleaning 21026 clauses out of 42097 with flag 2833092/243000
49.19/44.67	c cleaning 22006 clauses out of 44067 with flag 3102947/266000
55.18/50.68	c cleaning 23015 clauses out of 46061 with flag 3437848/290000
59.59/55.10	c cleaning 23965 clauses out of 48039 with flag 3723415/315000
64.87/60.40	c cleaning 24977 clauses out of 50075 with flag 4078876/341003
71.67/67.27	c cleaning 25973 clauses out of 52096 with flag 4478816/368001
80.57/76.16	c cleaning 26975 clauses out of 54123 with flag 4965472/396001
89.13/84.79	c cleaning 28028 clauses out of 56147 with flag 5464863/425001
93.92/89.52	c cleaning 29016 clauses out of 58111 with flag 5849935/455000
100.21/95.83	c cleaning 30033 clauses out of 60093 with flag 6213611/486001
108.21/103.94	c cleaning 30994 clauses out of 62061 with flag 6671933/518003
113.81/109.57	c cleaning 31978 clauses out of 64064 with flag 7097824/551000
119.49/115.25	c cleaning 32991 clauses out of 66085 with flag 7503204/585000
125.08/120.84	c cleaning 33917 clauses out of 68093 with flag 7905549/620001
133.18/129.05	c cleaning 35074 clauses out of 70173 with flag 8401825/656000
139.17/135.09	c cleaning 35973 clauses out of 72094 with flag 8837378/693000
141.65/137.59	c starts		: 2503
141.65/137.59	c conflicts		: 711661
141.65/137.59	c decisions		: 3720779
141.65/137.59	c propagations		: 174652946
141.65/137.59	c inspects		: 1776747070
141.65/137.59	c shortcuts		: 0
141.65/137.59	c learnt literals	: 136
141.65/137.60	c learnt binary clauses	: 593
141.65/137.60	c learnt ternary clauses	: 3597
141.65/137.60	c learnt constraints	: 711524
141.65/137.60	c ignored constraints	: 0
141.65/137.60	c root simplifications	: 0
141.65/137.60	c removed literals (reason simplification)	: 10945933
141.65/137.60	c reason swapping (by a shorter reason)	: 0
141.65/137.60	c Calls to reduceDB	: 33
141.65/137.60	c Number of update (reduction) of LBD	: 491039
141.65/137.60	c Imported unit clauses	: 0
141.71/137.60	c No decision after first conflict	: false
141.71/137.60	c number of reductions to clauses (during analyze)	: 0
141.71/137.60	c number of learned constraints concerned by reduction	: 0
141.71/137.60	c number of learning phase by resolution	: 0
141.71/137.60	c number of learning phase by cutting planes	: 0
141.71/137.60	c number of rounding to 1 operations	: 0
141.71/137.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
141.71/137.60	c number of reductions of the coefficients by power 2 	: 0
141.71/137.60	c number of right shift for reduction by power 2 	: 0
141.71/137.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
141.71/137.60	c number of ending skipping 	: 0
141.71/137.60	c number of internal skipping 	: 0
141.71/137.60	c number of derivation steps 	: 0
141.71/137.60	c number of skipped derivation steps 	: 0
141.71/137.60	c number of remaining unassigned 	: 0
141.71/137.60	c number of remaining assigned 	: 0
141.71/137.60	c number of falsified literals weakened from reason	: 0
141.71/137.60	c number of falsified literals weakened from conflict	: 0
141.71/137.60	c time for arithmetic operations	: 0
141.71/137.60	c minimum degree of deleted constraints	: null
141.71/137.60	c maximum degree of deleted constraints	: null
141.71/137.60	c number of deleted constraints	: 0
141.71/137.60	c speed (assignments/second)	: 1284061.7721444536
141.71/137.60	c non guided choices	: 129052
141.71/137.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 54179
141.71/137.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 593
141.71/137.64	s UNSATISFIABLE
141.71/137.64	c Total wall clock time (in seconds): 137.338

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 23:27:10 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: 63794 MiB (51980 MiB free)
  memory of node 1: 64507 MiB (57340 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503645-1751164491/watcher-4503645-1751164491 -o /tmp/evaluation-result-4503645-1751164491/solver-4503645-1751164491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16727 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503645-1751164491 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503645-1751164491.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=19155, runsolver pid=19152
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.21 4.17 4.18 5/328 19173
/proc/meminfo: memFree=111925636/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=18930384 memory=48472 CPUtime=0.11 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 5820 0 0 0 9 2 0 0 20 0 18 0 32128841 19384713216 12118 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4732596 12118 5303 1 0 547010 0
[pid=19155/tid=19157] ppid=19152 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) S 19152 19155 16715 0 -1 4194368 4714 0 0 0 6 1 0 0 20 0 18 0 32128843 19384713216 12118 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32128847 19384713216 12118 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=18930384 memory=57394571004297 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32128848 19384713216 12118 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48472 KiB

[startup+0.209804 s]*
/proc/loadavg: 4.21 4.17 4.18 7/328 19173
/proc/meminfo: memFree=111912404/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=18930384 memory=55616 CPUtime=0.28 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 6549 0 0 0 25 3 0 0 20 0 18 0 32128841 19384713216 13904 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4732596 13904 5335 1 0 547612 0
[pid=19155/tid=19157] ppid=19152 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 5043 0 0 0 16 1 0 0 20 0 18 0 32128843 19384713216 13904 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=18930384 memory=1707 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32128847 19384713216 13904 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=18930384 memory=56295059358712 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32128848 19384713216 13904 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55616 KiB

[startup+0.309201 s]*
/proc/loadavg: 4.21 4.17 4.18 6/328 19173
/proc/meminfo: memFree=111912404/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=18930384 memory=61256 CPUtime=0.42 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 6846 0 0 0 39 3 0 0 20 0 18 0 32128841 19384713216 15314 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4732596 15314 5431 1 0 547819 0
[pid=19155/tid=19157] ppid=19152 vsize=18930384 memory=-6000919498476577646 CPUtime=0.28 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 5231 0 0 0 26 2 0 0 20 0 18 0 32128843 19384713216 15314 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32128847 19384713216 15314 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32128848 19384713216 15314 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61256 KiB

[startup+0.700309 s]
/proc/loadavg: 4.21 4.17 4.18 7/328 19173
/proc/meminfo: memFree=111899612/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=18930384 memory=107588 CPUtime=1.15 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 8658 0 0 0 109 6 0 0 20 0 18 0 32128841 19384713216 26897 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4732596 26897 5431 1 0 548998 0
[pid=19155/tid=19157] ppid=19152 vsize=18930384 memory=17152 CPUtime=0.65 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 5353 0 0 0 62 3 0 0 20 0 18 0 32128843 19384713216 26897 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=18930384 memory=10752 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32128847 19384713216 26897 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32128848 19384713216 26897 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107588 KiB

[startup+1.50026 s]
/proc/loadavg: 4.28 4.19 4.19 6/329 19174
/proc/meminfo: memFree=111808052/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=18996948 memory=192712 CPUtime=2.68 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 19073 0 0 0 259 9 0 0 20 0 19 0 32128841 19452874752 48178 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4749237 48178 5463 1 0 554365 0
[pid=19155/tid=19157] ppid=19152 vsize=18996948 memory=3200 CPUtime=1.3 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 5754 0 0 0 126 4 0 0 20 0 19 0 32128843 19452874752 48178 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32128847 19452874752 48178 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32128848 19452874752 48178 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 192712 KiB

[startup+3.10559 s]
/proc/loadavg: 4.28 4.19 4.19 6/330 19175
/proc/meminfo: memFree=111727180/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=229116 CPUtime=5.85 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 22604 0 0 0 574 11 0 0 20 0 20 0 32128841 19521036288 57279 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 57279 5463 1 0 555129 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=10752 CPUtime=2.78 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 7264 0 0 0 273 5 0 0 20 0 20 0 32128843 19521036288 57279 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 57279 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 57279 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 57279 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 229116 KiB

[startup+6.30038 s]
/proc/loadavg: 4.33 4.20 4.19 4/306 19204
/proc/meminfo: memFree=113650724/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=409576 CPUtime=10.37 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 24436 0 0 0 1020 17 0 0 20 0 20 0 32128841 19521036288 102394 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 102394 5495 1 0 1180110 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=0 CPUtime=5.93 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 7440 0 0 0 584 9 0 0 20 0 20 0 32128843 19521036288 102394 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=-7879749704144776324 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 102394 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=-6000919498476577646 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 102394 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 102394 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 10.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 409576 KiB

[startup+12.7004 s]
/proc/loadavg: 4.31 4.20 4.19 6/329 19241
/proc/meminfo: memFree=116678960/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=612500 CPUtime=16.79 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 26577 0 0 0 1656 23 0 0 20 0 20 0 32128841 19521036288 153125 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 153125 5495 1 0 1180121 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=0 CPUtime=12.22 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 8150 0 0 0 1207 15 0 0 20 0 20 0 32128843 19521036288 153125 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=569452 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 153125 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 153125 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 153125 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 16.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 612500 KiB

[startup+25.5005 s]
/proc/loadavg: 4.49 4.24 4.20 5/330 19243
/proc/meminfo: memFree=115809576/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=1016092 CPUtime=30.34 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 34969 0 0 0 2998 36 0 0 20 0 20 0 32128841 19521036288 254023 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 254023 5495 1 0 1180126 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=569452 CPUtime=24.97 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 9645 0 0 0 2472 25 0 0 20 0 20 0 32128843 19521036288 254023 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 254023 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=221684 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 254023 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 254023 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 30.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1016092 KiB

[startup+51.1136 s]
/proc/loadavg: 4.35 4.23 4.20 5/330 19243
/proc/meminfo: memFree=115268280/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=1251796 CPUtime=55.69 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 37414 0 0 0 5519 50 0 0 20 0 20 0 32128841 19521036288 312949 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 312949 5495 1 0 1180128 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=14848 CPUtime=50.15 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 10873 0 0 0 4979 36 0 0 20 0 20 0 32128843 19521036288 312949 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=1128916 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 312949 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=612500 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 312949 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 312949 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0

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

/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 136 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=2546172 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 106.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2546172 KiB

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

# cumulated CPU time of all completed processes:  user=140.766 s, system=1.03172 s

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

[startup+102.401 s]
/proc/loadavg: 4.20 4.21 4.19 4/331 19246
/proc/meminfo: memFree=112545792/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=2546172 CPUtime=106.71 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 39131 0 0 0 10580 91 0 0 20 0 20 0 32128841 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 636543 5495 1 0 1180136 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=-6000919498476577646 CPUtime=101.03 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 11710 0 0 0 10031 72 0 0 20 0 20 0 32128843 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=2517472 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=1024284 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 136 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 106.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2546172 KiB

[startup+115.2 s]
/proc/loadavg: 4.17 4.20 4.19 5/331 19246
/proc/meminfo: memFree=112503640/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=2546172 CPUtime=119.49 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 40343 0 0 0 11855 94 0 0 20 0 20 0 32128841 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 636543 5495 1 0 1180136 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=4252 CPUtime=113.71 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 12703 0 0 0 11296 75 0 0 20 0 20 0 32128843 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=2546172 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=2546172 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 136 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=6720 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 119.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2546172 KiB

[startup+128 s]*
/proc/loadavg: 4.20 4.21 4.19 5/332 19250
/proc/meminfo: memFree=112442012/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=2546172 CPUtime=132.19 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 40717 0 0 0 13121 98 0 0 20 0 20 0 32128841 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 636543 5495 1 0 1180136 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=6772 CPUtime=126.39 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 12966 0 0 0 12561 78 0 0 20 0 20 0 32128843 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=2546172 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=6644 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 239 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 132.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2546172 KiB

[startup+134.4 s]
/proc/loadavg: 4.18 4.20 4.19 5/332 19250
/proc/meminfo: memFree=112402948/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=2546172 CPUtime=138.56 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 40973 0 0 0 13756 100 0 0 20 0 20 0 32128841 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 636543 5495 1 0 1180136 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=3200 CPUtime=132.76 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 13222 0 0 0 13196 80 0 0 20 0 20 0 32128843 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=2546172 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=16896 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 239 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=-4421386504821236326 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 138.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2546172 KiB

[startup+136 s]*
/proc/loadavg: 4.17 4.20 4.19 5/332 19250
/proc/meminfo: memFree=112394884/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=2546172 CPUtime=140.17 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 41058 0 0 0 13917 100 0 0 20 0 20 0 32128841 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 636543 5495 1 0 1180136 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=3447648 CPUtime=134.36 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 13307 0 0 0 13356 80 0 0 20 0 20 0 32128843 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=6772 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=2546172 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 239 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 140.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2546172 KiB

[startup+136.8 s]
/proc/loadavg: 4.17 4.20 4.19 5/332 19250
/proc/meminfo: memFree=112394884/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=2546172 CPUtime=140.95 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 41088 0 0 0 13995 100 0 0 20 0 20 0 32128841 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 636543 5495 1 0 1180136 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=-6000919498476577646 CPUtime=135.15 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 13337 0 0 0 13435 80 0 0 20 0 20 0 32128843 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 239 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 140.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2546172 KiB

[startup+137.2 s]
/proc/loadavg: 4.17 4.20 4.19 5/332 19250
/proc/meminfo: memFree=112394884/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19063512 memory=2546172 CPUtime=141.36 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 41144 0 0 0 14035 101 0 0 20 0 20 0 32128841 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4765878 636543 5495 1 0 1180136 0
[pid=19155/tid=19157] ppid=19152 vsize=19063512 memory=6772 CPUtime=135.55 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) R 19152 19155 16715 0 -1 4194368 13358 0 0 0 13474 81 0 0 20 0 20 0 32128843 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19063512 memory=2546172 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19063512 memory=6644 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 239 0 0 0 0 0 0 0 20 0 20 0 32128848 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19175] ppid=19152 vsize=19063512 memory=3148420 CPUtime=0 cores=1,3
/proc/19155/task/19175/stat : 19175 (Timer-0) S 19152 19155 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32129000 19521036288 636543 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 141.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2546172 KiB

[startup+137.6 s]
/proc/loadavg: 4.17 4.20 4.19 5/332 19250
/proc/meminfo: memFree=112394884/131382112 swapFree=33010684/33010684
[pid=19155] ppid=19152 vsize=19196640 memory=2546684 CPUtime=141.71 cores=1,3
/proc/19155/stat : 19155 (java) S 19152 19155 16715 0 -1 4194304 43416 0 0 0 14070 101 0 0 20 0 20 0 32128841 19657359360 636671 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
/proc/19155/statm: 4799160 636671 5527 1 0 1180783 0
[pid=19155/tid=19157] ppid=19152 vsize=19196640 memory=2546172 CPUtime=135.9 cores=1,3
/proc/19155/task/19157/stat : 19157 (java) S 19152 19155 16715 0 -1 4194368 15198 0 0 0 13509 81 0 0 20 0 20 0 32128843 19657359360 636671 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19166] ppid=19152 vsize=19196640 memory=2546172 CPUtime=0 cores=1,3
/proc/19155/task/19166/stat : 19166 (Finalizer) S 19152 19155 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32128847 19657359360 636671 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
[pid=19155/tid=19173] ppid=19152 vsize=19196640 memory=2546172 CPUtime=0 cores=1,3
/proc/19155/task/19173/stat : 19173 (Common-Cleaner) S 19152 19155 16715 0 -1 4194368 239 0 0 0 0 0 0 0 20 0 20 0 32128848 19657359360 636671 18446744073709551615 93992955244544 93992955248240 140734620071360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992955256056 93992955256848 93992986636288 140734620080432 140734620080614 140734620080614 140734620086216 0
Current children cumulated CPU time: 141.71 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2546684 KiB

Child status: 20

Real time (s): 137.666
CPU time (s): 141.798
CPU user time (s): 140.766
CPU system time (s): 1.03172
CPU usage (%): 103.001
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2546684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.766
system time used= 1.03172
maximum resident set size= 2546940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43759
page faults= 0
swaps= 0
block input operations= 0
block output operations= 417624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7306
involuntary context switches= 1978


# summary of solver processes directly reported to runsolver:
#   pid: 19155
#   total CPU time (s): 141.798
#   total CPU user time (s): 140.766
#   total CPU system time (s): 1.03172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.72844 second user time and 1.53914 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 04:34:51
IDJOB=4503645
IDBENCH=155525
IDSOLVER=3364
FILE ID=nodeC012/4503645-1751164491
RUNJOBID= nodeC012-1751157286-16727
SLURM_JOB_ID= 9587482
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-38.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503645-1751164491/watcher-4503645-1751164491 -o /tmp/evaluation-result-4503645-1751164491/solver-4503645-1751164491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16727 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503645-1751164491 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503645-1751164491.opb

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

MD5SUM BENCH= 9e23e458e7baadfd402519ffe94968c6
RANDOM SEED=288719542

nodeC012 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	: 0xb00001f
cpu MHz		: 3624.624
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.154
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.355
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1797.982
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 3662.584
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 3597.635
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.453
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1190.847
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        111945040 kB
MemAvailable:   122404244 kB
Buffers:            3280 kB
Cached:         11258620 kB
SwapCached:            0 kB
Active:          7874684 kB
Inactive:       11025816 kB
Active(anon):    7656616 kB
Inactive(anon):        0 kB
Active(file):     218068 kB
Inactive(file): 11025816 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             54072 kB
Writeback:             0 kB
AnonPages:       7641696 kB
Mapped:           122104 kB
Shmem:             17960 kB
KReclaimable:     109512 kB
Slab:             193280 kB
SReclaimable:     109512 kB
SUnreclaim:        83768 kB
KernelStack:        5008 kB
PageTables:        18572 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9185672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7411712 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC012 at 2025-06-29 04:37:09