Trace number 4503644

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 2025-06-06UNSAT 120.294 117.619

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4503644-1751164555.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
1.65/1.00	c ... done. Wall clock time 0.862s.
1.65/1.00	c declared #vars     7320
1.65/1.00	c #constraints  156020
1.65/1.00	c constraints type 
1.65/1.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31471
1.65/1.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 563
1.65/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
1.65/1.00	c org.sat4j.specs.Constr$1 => 2291
1.65/1.00	c org.sat4j.pb.constraints.pb.UnitClausePB => 151
1.65/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 105850
1.65/1.00	c 156020 constraints processed.
4.43/2.38	c cleaning 2464 clauses out of 4994 with flag 83035/5003
5.43/3.13	c cleaning 4218 clauses out of 8504 with flag 159521/11000
6.60/3.99	c cleaning 5636 clauses out of 11284 with flag 244585/18001
7.61/4.99	c cleaning 6802 clauses out of 13643 with flag 343105/26000
8.72/6.04	c cleaning 7898 clauses out of 15840 with flag 452838/35000
10.02/7.37	c cleaning 8965 clauses out of 17942 with flag 556281/45001
11.61/8.95	c cleaning 9934 clauses out of 19977 with flag 717370/56002
13.12/10.44	c cleaning 10992 clauses out of 22043 with flag 877535/68004
15.11/12.48	c cleaning 11952 clauses out of 24039 with flag 1053839/81000
16.72/14.08	c cleaning 13009 clauses out of 26083 with flag 1206680/95001
18.62/15.98	c cleaning 14006 clauses out of 28068 with flag 1377171/110000
20.81/18.15	c cleaning 14977 clauses out of 30057 with flag 1582337/126001
22.63/19.95	c cleaning 16019 clauses out of 32075 with flag 1751276/143003
24.75/22.01	c cleaning 17000 clauses out of 34047 with flag 1901910/161001
26.35/23.69	c cleaning 18005 clauses out of 36047 with flag 2079122/180002
28.64/25.96	c cleaning 18965 clauses out of 38035 with flag 2276924/200000
31.84/29.11	c cleaning 19969 clauses out of 40066 with flag 2573060/221000
35.14/32.42	c cleaning 21026 clauses out of 42097 with flag 2833092/243000
38.73/36.05	c cleaning 22006 clauses out of 44067 with flag 3102947/266000
43.95/41.29	c cleaning 23015 clauses out of 46061 with flag 3437848/290000
47.94/45.21	c cleaning 23965 clauses out of 48039 with flag 3723415/315000
52.53/49.89	c cleaning 24977 clauses out of 50075 with flag 4078876/341003
58.52/55.89	c cleaning 25973 clauses out of 52096 with flag 4478816/368001
66.31/63.62	c cleaning 26975 clauses out of 54123 with flag 4965472/396001
73.89/71.23	c cleaning 28028 clauses out of 56147 with flag 5464863/425001
78.08/75.41	c cleaning 29016 clauses out of 58111 with flag 5849935/455000
83.77/81.12	c cleaning 30033 clauses out of 60093 with flag 6213611/486001
90.46/87.85	c cleaning 30994 clauses out of 62061 with flag 6671933/518003
95.45/92.87	c cleaning 31978 clauses out of 64064 with flag 7097824/551000
100.64/98.01	c cleaning 32991 clauses out of 66085 with flag 7503204/585000
105.64/103.07	c cleaning 33917 clauses out of 68093 with flag 7905549/620001
112.56/109.92	c cleaning 35074 clauses out of 70173 with flag 8401825/656000
117.95/115.33	c cleaning 35973 clauses out of 72094 with flag 8837378/693000
120.14/117.56	c starts		: 2503
120.14/117.56	c conflicts		: 711661
120.14/117.56	c decisions		: 3720779
120.14/117.56	c propagations		: 174652946
120.14/117.56	c inspects		: 1776747070
120.14/117.56	c shortcuts		: 0
120.14/117.56	c learnt literals	: 136
120.14/117.56	c learnt binary clauses	: 593
120.14/117.56	c learnt ternary clauses	: 3597
120.14/117.56	c learnt constraints	: 711524
120.14/117.56	c ignored constraints	: 0
120.14/117.56	c root simplifications	: 0
120.14/117.56	c removed literals (reason simplification)	: 10945933
120.14/117.56	c reason swapping (by a shorter reason)	: 0
120.14/117.56	c Calls to reduceDB	: 33
120.14/117.56	c Number of update (reduction) of LBD	: 491039
120.14/117.56	c Imported unit clauses	: 0
120.14/117.56	c No decision after first conflict	: false
120.14/117.56	c number of reductions to clauses (during analyze)	: 0
120.14/117.56	c number of learned constraints concerned by reduction	: 0
120.14/117.56	c number of learning phase by resolution	: 0
120.14/117.56	c number of learning phase by cutting planes	: 0
120.14/117.56	c number of rounding to 1 operations	: 0
120.14/117.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
120.14/117.56	c number of reductions of the coefficients by power 2 	: 0
120.14/117.56	c number of right shift for reduction by power 2 	: 0
120.14/117.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
120.14/117.56	c number of ending skipping 	: 0
120.14/117.57	c number of internal skipping 	: 0
120.14/117.57	c number of derivation steps 	: 0
120.14/117.57	c number of skipped derivation steps 	: 0
120.14/117.57	c number of remaining unassigned 	: 0
120.14/117.57	c number of remaining assigned 	: 0
120.14/117.57	c number of falsified literals weakened from reason	: 0
120.14/117.57	c number of falsified literals weakened from conflict	: 0
120.14/117.57	c time for arithmetic operations	: 0
120.14/117.57	c minimum degree of deleted constraints	: null
120.14/117.57	c maximum degree of deleted constraints	: null
120.14/117.57	c number of deleted constraints	: 0
120.14/117.57	c speed (assignments/second)	: 1498395.2127659575
120.14/117.57	c non guided choices	: 129052
120.27/117.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 54179
120.27/117.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 593
120.27/117.61	s UNSATISFIABLE
120.27/117.61	c Total wall clock time (in seconds): 117.475

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60009 MiB free)
  memory of node 1: 64507 MiB (62694 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503644-1751164555/watcher-4503644-1751164555 -o /tmp/evaluation-result-4503644-1751164555/solver-4503644-1751164555 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19473 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503644-1751164555.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=21885, runsolver pid=21882
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.18 4.19 4.17 6/338 21903
/proc/meminfo: memFree=125617104/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=18930384 memory=55736 CPUtime=0.12 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 6558 0 0 0 10 2 0 0 20 0 18 0 32133226 19384713216 13934 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4732596 13934 5362 1 0 547604 0
[pid=21885/tid=21887] ppid=21882 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) S 21882 21885 19460 0 -1 4194368 5052 0 0 0 6 1 0 0 20 0 18 0 32133227 19384713216 13934 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=18930384 memory=224227754321 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32133229 19384713216 13934 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=18930384 memory=58485492707711 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 32133230 19384713216 13934 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55736 KiB

[startup+0.205801 s]*
/proc/loadavg: 4.18 4.19 4.17 8/338 21903
/proc/meminfo: memFree=125607400/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=18930384 memory=68156 CPUtime=0.31 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 7044 0 0 0 29 2 0 0 20 0 18 0 32133226 19384713216 17039 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4732596 17039 5426 1 0 547913 0
[pid=21885/tid=21887] ppid=21882 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 5297 0 0 0 16 1 0 0 20 0 18 0 32133227 19384713216 17039 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32133229 19384713216 17039 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 32133230 19384713216 17039 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68156 KiB

[startup+0.305738 s]*
/proc/loadavg: 4.18 4.19 4.17 8/338 21903
/proc/meminfo: memFree=125567512/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=18930384 memory=111352 CPUtime=0.51 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 8562 0 0 0 47 4 0 0 20 0 18 0 32133226 19384713216 27838 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4732596 27838 5426 1 0 548915 0
[pid=21885/tid=21887] ppid=21882 vsize=18930384 memory=-6000919498425789293 CPUtime=0.27 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 5325 0 0 0 25 2 0 0 20 0 18 0 32133227 19384713216 27838 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32133229 19384713216 27838 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 32133230 19384713216 27838 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111352 KiB

[startup+0.700229 s]
/proc/loadavg: 4.18 4.19 4.17 6/339 21904
/proc/meminfo: memFree=125510484/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=18996948 memory=172520 CPUtime=1.26 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 10967 0 0 0 120 6 0 0 20 0 19 0 32133226 19452874752 43130 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4749237 43130 5458 1 0 550470 0
[pid=21885/tid=21887] ppid=21882 vsize=18996948 memory=17280 CPUtime=0.63 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 5347 0 0 0 59 4 0 0 20 0 19 0 32133227 19452874752 43130 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32133229 19452874752 43130 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32133230 19452874752 43130 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 172520 KiB

[startup+1.50025 s]
/proc/loadavg: 4.18 4.19 4.17 6/339 21904
/proc/meminfo: memFree=125431848/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=234340 CPUtime=2.85 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 17171 0 0 0 276 9 0 0 20 0 20 0 32133226 19521036288 58585 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 58585 5490 1 0 889128 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=3328 CPUtime=1.33 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 5406 0 0 0 128 5 0 0 20 0 20 0 32133227 19521036288 58585 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 58585 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 58585 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 234340 KiB

[startup+3.10562 s]
/proc/loadavg: 4.33 4.22 4.18 5/340 21905
/proc/meminfo: memFree=125416168/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=239860 CPUtime=5.43 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 17555 0 0 0 533 10 0 0 20 0 20 0 32133226 19521036288 59965 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 59965 5490 1 0 889315 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=10752 CPUtime=2.89 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 5451 0 0 0 284 5 0 0 20 0 20 0 32133227 19521036288 59965 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 59965 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 59965 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 59965 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 239860 KiB

[startup+6.30022 s]
/proc/loadavg: 4.33 4.22 4.18 5/340 21905
/proc/meminfo: memFree=125397152/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=247056 CPUtime=9.02 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 24794 0 0 0 891 11 0 0 20 0 20 0 32133226 19521036288 61764 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 61764 5490 1 0 889564 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=0 CPUtime=6.07 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 6063 0 0 0 602 5 0 0 20 0 20 0 32133227 19521036288 61764 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=-7879749704144776324 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 61764 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=-6000919498425789293 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 61764 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 61764 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 9.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 247056 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.22 4.18 5/340 21906
/proc/meminfo: memFree=125364384/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=269584 CPUtime=15.41 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 26396 0 0 0 1530 11 0 0 20 0 20 0 32133226 19521036288 67396 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 67396 5490 1 0 889580 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=0 CPUtime=12.46 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 6610 0 0 0 1241 5 0 0 20 0 20 0 32133227 19521036288 67396 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=265488 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 67396 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 67396 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 67396 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 15.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 269584 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.21 4.17 5/340 21906
/proc/meminfo: memFree=125298856/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=310544 CPUtime=28.25 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 28787 0 0 0 2812 13 0 0 20 0 20 0 32133226 19521036288 77636 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 77636 5490 1 0 889580 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=-6000919498425789293 CPUtime=25.22 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 7166 0 0 0 2516 6 0 0 20 0 20 0 32133227 19521036288 77636 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=3027 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 77636 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=294160 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 77636 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=290064 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 77636 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 28.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 310544 KiB

[startup+51.1056 s]
/proc/loadavg: 4.23 4.21 4.18 5/340 21906
/proc/meminfo: memFree=125200560/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=380448 CPUtime=53.83 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 30679 0 0 0 5368 15 0 0 20 0 20 0 32133226 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 95112 5490 1 0 889588 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=380448 CPUtime=50.73 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 7554 0 0 0 5066 7 0 0 20 0 20 0 32133227 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=-6000919498425789293 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=337168 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=302352 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 53.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 380448 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.21 4.18 5/340 21908
/proc/meminfo: memFree=125114444/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=380448 CPUtime=104.93 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 31734 0 0 0 10475 18 0 0 20 0 20 0 32133226 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 95112 5490 1 0 889588 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=5760 CPUtime=101.78 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 8349 0 0 0 10171 7 0 0 20 0 20 0 32133227 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=-6000919498425789293 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 136 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=-6000919498425789293 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 104.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 380448 KiB

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

# cumulated CPU time of all completed processes:  user=120.086 s, system=0.208293 s

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

[startup+102.4 s]
/proc/loadavg: 4.22 4.21 4.18 5/340 21908
/proc/meminfo: memFree=125114444/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=380448 CPUtime=105.03 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 31734 0 0 0 10485 18 0 0 20 0 20 0 32133226 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 95112 5490 1 0 889588 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=247056 CPUtime=101.88 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 8349 0 0 0 10181 7 0 0 20 0 20 0 32133227 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=8244 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 136 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 95112 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 105.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 380448 KiB

[startup+108.8 s]
/proc/loadavg: 4.19 4.20 4.18 5/340 21908
/proc/meminfo: memFree=124942428/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=439876 CPUtime=111.46 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 32939 0 0 0 11127 19 0 0 20 0 20 0 32133226 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 109969 5490 1 0 889588 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=164 CPUtime=108.22 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 8351 0 0 0 10815 7 0 0 20 0 20 0 32133227 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=439876 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 136 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=380448 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 111.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 439876 KiB

[startup+112 s]*
/proc/loadavg: 4.19 4.20 4.18 5/340 21908
/proc/meminfo: memFree=124942428/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=439876 CPUtime=114.66 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 32939 0 0 0 11447 19 0 0 20 0 20 0 32133226 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 109969 5490 1 0 889588 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=-6000919498425789293 CPUtime=111.42 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 8351 0 0 0 11135 7 0 0 20 0 20 0 32133227 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=17616 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=9216 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 136 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=29992 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 114.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 439876 KiB

[startup+115.2 s]
/proc/loadavg: 4.17 4.20 4.17 5/340 21908
/proc/meminfo: memFree=124942436/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=439876 CPUtime=117.85 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 32942 0 0 0 11766 19 0 0 20 0 20 0 32133226 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 109969 5490 1 0 889588 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=5760 CPUtime=114.6 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 8351 0 0 0 11453 7 0 0 20 0 20 0 32133227 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 136 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 117.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 439876 KiB

[startup+116.8 s]
/proc/loadavg: 4.17 4.20 4.17 5/340 21908
/proc/meminfo: memFree=124942436/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=439876 CPUtime=119.44 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 32942 0 0 0 11925 19 0 0 20 0 20 0 32133226 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 109969 5490 1 0 889588 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=1920 CPUtime=116.2 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 8351 0 0 0 11613 7 0 0 20 0 20 0 32133227 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=439876 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 136 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 119.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 439876 KiB

[startup+117.2 s]
/proc/loadavg: 4.17 4.20 4.17 5/340 21908
/proc/meminfo: memFree=124942436/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19063512 memory=439876 CPUtime=119.84 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 32973 0 0 0 11965 19 0 0 20 0 20 0 32133226 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4765878 109969 5490 1 0 889588 0
[pid=21885/tid=21887] ppid=21882 vsize=19063512 memory=17280 CPUtime=116.6 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) R 21882 21885 19460 0 -1 4194368 8355 0 0 0 11653 7 0 0 20 0 20 0 32133227 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19063512 memory=439876 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19063512 memory=21996 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 136 0 0 0 0 0 0 0 20 0 20 0 32133230 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21905] ppid=21882 vsize=19063512 memory=-6000919498425789293 CPUtime=0 cores=5,7
/proc/21885/task/21905/stat : 21905 (Timer-0) S 21882 21885 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32133327 19521036288 109969 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 119.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 439876 KiB

[startup+117.6 s]
/proc/loadavg: 4.17 4.20 4.17 5/340 21908
/proc/meminfo: memFree=124942436/131249996 swapFree=33010684/33010684
[pid=21885] ppid=21882 vsize=19196640 memory=440388 CPUtime=120.27 cores=5,7
/proc/21885/stat : 21885 (java) S 21882 21885 19460 0 -1 4194304 35142 0 0 0 12007 20 0 0 20 0 20 0 32133226 19657359360 110097 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
/proc/21885/statm: 4799160 110097 5522 1 0 890206 0
[pid=21885/tid=21887] ppid=21882 vsize=19196640 memory=439876 CPUtime=116.95 cores=5,7
/proc/21885/task/21887/stat : 21887 (java) S 21882 21885 19460 0 -1 4194368 9865 0 0 0 11688 7 0 0 20 0 20 0 32133227 19657359360 110097 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21896] ppid=21882 vsize=19196640 memory=2736 CPUtime=0 cores=5,7
/proc/21885/task/21896/stat : 21896 (Finalizer) S 21882 21885 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32133229 19657359360 110097 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
[pid=21885/tid=21903] ppid=21882 vsize=19196640 memory=14824 CPUtime=0 cores=5,7
/proc/21885/task/21903/stat : 21903 (Common-Cleaner) S 21882 21885 19460 0 -1 4194368 136 0 0 0 0 0 0 0 20 0 20 0 32133230 19657359360 110097 18446744073709551615 94082639802368 94082639806064 140734903429840 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94082639813880 94082639814672 94082641088512 140734903437697 140734903437798 140734903437798 140734903443400 0
Current children cumulated CPU time: 120.27 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 440388 KiB

Child status: 20

Real time (s): 117.619
CPU time (s): 120.294
CPU user time (s): 120.086
CPU system time (s): 0.208293
CPU usage (%): 102.275
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 440388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.086
system time used= 0.208293
maximum resident set size= 440644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35325
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7201
involuntary context switches= 1936


# summary of solver processes directly reported to runsolver:
#   pid: 21885
#   total CPU time (s): 120.294
#   total CPU user time (s): 120.086
#   total CPU system time (s): 0.208293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.245411 second user time and 0.614252 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 04:35:55
IDJOB=4503644
IDBENCH=155525
IDSOLVER=3363
FILE ID=nodeC017/4503644-1751164555
RUNJOBID= nodeC017-1751157346-19473
SLURM_JOB_ID= 9587483
Free space on /tmp= 432960 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-38.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503644-1751164555/watcher-4503644-1751164555 -o /tmp/evaluation-result-4503644-1751164555/solver-4503644-1751164555 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19473 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503644-1751164555.opb

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

MD5SUM BENCH= 9e23e458e7baadfd402519ffe94968c6
RANDOM SEED=1693870041

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125649212 kB
MemAvailable:   125404632 kB
Buffers:            3280 kB
Cached:           565924 kB
SwapCached:            0 kB
Active:          4731496 kB
Inactive:         312376 kB
Active(anon):    4492748 kB
Inactive(anon):        0 kB
Active(file):     238748 kB
Inactive(file):   312376 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51168 kB
Writeback:             0 kB
AnonPages:       4477288 kB
Mapped:           122428 kB
Shmem:             18080 kB
KReclaimable:      86668 kB
Slab:             170568 kB
SReclaimable:      86668 kB
SUnreclaim:        83900 kB
KernelStack:        5184 kB
PageTables:        12420 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   13167332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4241408 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC017 at 2025-06-29 04:37:53