Trace number 4542627

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 153.447 149.014

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/
normalized-composed_pebbling_php_pyramid_height10_pigeons9_holes8.opb
MD5SUM4d1871845096300f202b70284b6187b6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.213693
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4884
Total number of constraints1456
Number of constraints which are clauses761
Number of constraints which are cardinality constraints (but not clauses)464
Number of constraints which are nor clauses,nor cardinality constraints231
Minimum length of a constraint8
Maximum length of a constraint13
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 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.11/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.22	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.22	c sun.arch.data.model	64
0.11/0.22	c java.version		22.0.1
0.11/0.22	c os.name		Linux
0.11/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.22	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.44/0.34	c Pseudo Boolean Optimization by upper bound
0.44/0.34	c --- Begin Solver configuration ---
0.44/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.34	c Learn all clauses as in MiniSAT
0.44/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.34	c Expensive reason simplification
0.44/0.34	c Glucose 2.1 dynamic restart strategy
0.44/0.34	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.44/0.34	c timeout=2147483s
0.44/0.34	c DB Simplification allowed=false
0.44/0.34	c Listener: none
0.44/0.34	c --- End Solver configuration ---
0.44/0.34	c solving HOME/instance-4542627-1753216368.opb
0.44/0.34	c reading problem ... 
0.44/0.34	c  no objective function found
0.78/0.57	c ... done. Wall clock time 0.22s.
0.78/0.57	c declared #vars     4884
0.78/0.57	c #constraints  1456
0.78/0.57	c constraints type 
0.78/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 695
0.78/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 761
0.78/0.59	c 1456 constraints processed.
2.28/1.30	c cleaning 2479 clauses out of 5000 with flag 30923/5000
2.88/1.69	c cleaning 4259 clauses out of 8523 with flag 69558/11002
3.71/2.21	c cleaning 5632 clauses out of 11264 with flag 119990/18002
4.13/2.67	c cleaning 6812 clauses out of 13631 with flag 173138/26001
4.87/3.33	c cleaning 7906 clauses out of 15818 with flag 234759/35000
5.97/3.95	c cleaning 8949 clauses out of 17914 with flag 304115/45002
7.20/4.65	c cleaning 9978 clauses out of 19965 with flag 381435/56002
7.72/5.17	c cleaning 10983 clauses out of 21987 with flag 466861/68002
8.41/5.88	c cleaning 11974 clauses out of 24002 with flag 559217/81000
9.64/7.09	c cleaning 12988 clauses out of 26028 with flag 659883/95000
10.43/7.82	c cleaning 14012 clauses out of 28041 with flag 756614/110001
12.05/9.15	c cleaning 15007 clauses out of 30028 with flag 868035/126000
13.11/10.16	c cleaning 16006 clauses out of 32021 with flag 985642/143000
13.96/10.96	c cleaning 16974 clauses out of 34016 with flag 1119062/161001
15.56/12.60	c cleaning 18013 clauses out of 36041 with flag 1260983/180000
16.46/13.43	c cleaning 19015 clauses out of 38029 with flag 1399976/200001
17.46/14.41	c cleaning 20003 clauses out of 40014 with flag 1535888/221001
18.86/15.82	c cleaning 21001 clauses out of 42010 with flag 1683012/243000
19.95/16.96	c cleaning 21982 clauses out of 44011 with flag 1828503/266002
21.85/18.88	c cleaning 23004 clauses out of 46027 with flag 1991128/290000
23.25/20.28	c cleaning 24006 clauses out of 48023 with flag 2157624/315000
25.25/22.24	c cleaning 25004 clauses out of 50020 with flag 2330689/341003
26.64/23.64	c cleaning 26006 clauses out of 52013 with flag 2510088/368000
28.16/25.16	c cleaning 27002 clauses out of 54007 with flag 2699235/396000
29.35/26.38	c cleaning 28000 clauses out of 56007 with flag 2895827/425002
31.06/28.08	c cleaning 28993 clauses out of 58005 with flag 3097853/455000
32.44/29.47	c cleaning 30003 clauses out of 60013 with flag 3321646/486001
34.34/31.37	c cleaning 30982 clauses out of 62009 with flag 3573377/518000
35.94/32.98	c cleaning 31956 clauses out of 64029 with flag 3804425/551002
37.44/34.43	c cleaning 33026 clauses out of 66071 with flag 4039751/585000
40.14/37.14	c cleaning 34010 clauses out of 68046 with flag 4309798/620001
42.63/39.61	c cleaning 35004 clauses out of 70036 with flag 4583029/656001
44.92/41.92	c cleaning 36009 clauses out of 72031 with flag 4848149/693000
47.13/44.12	c cleaning 37007 clauses out of 74022 with flag 5119112/731000
48.88/45.82	c cleaning 37999 clauses out of 76015 with flag 5390406/770000
51.47/48.49	c cleaning 39001 clauses out of 78019 with flag 5670267/810003
53.47/50.48	c cleaning 39978 clauses out of 80016 with flag 5958924/851001
55.38/52.36	c cleaning 40986 clauses out of 82038 with flag 6275586/893001
57.47/54.46	c cleaning 41945 clauses out of 84052 with flag 6597001/936001
59.97/56.90	c cleaning 43022 clauses out of 86109 with flag 6913542/980003
62.98/59.90	c cleaning 44003 clauses out of 88084 with flag 7274582/1025000
65.87/62.83	c cleaning 45021 clauses out of 90081 with flag 7630211/1071000
68.79/65.79	c cleaning 46008 clauses out of 92060 with flag 7993053/1118000
71.59/68.57	c cleaning 47001 clauses out of 94053 with flag 8338350/1166001
74.98/71.92	c cleaning 47995 clauses out of 96051 with flag 8711345/1215000
78.21/75.11	c cleaning 49025 clauses out of 98056 with flag 9066048/1265000
80.89/77.80	c cleaning 50001 clauses out of 100031 with flag 9446653/1316000
82.99/79.96	c cleaning 51010 clauses out of 102030 with flag 9829698/1368000
85.11/82.09	c cleaning 52003 clauses out of 104021 with flag 10211205/1421001
88.99/85.94	c cleaning 52960 clauses out of 106020 with flag 10634669/1475003
93.06/89.95	c cleaning 54004 clauses out of 108057 with flag 11048389/1530000
99.05/95.95	c cleaning 54985 clauses out of 110056 with flag 11470829/1586003
102.54/99.47	c cleaning 56027 clauses out of 112068 with flag 11889305/1643000
106.94/103.81	c cleaning 57015 clauses out of 114041 with flag 12339103/1701000
112.10/108.93	c cleaning 57997 clauses out of 116027 with flag 12788130/1760001
115.31/112.15	c cleaning 59012 clauses out of 118030 with flag 13241497/1820001
119.30/116.16	c cleaning 59987 clauses out of 120017 with flag 13742176/1881000
122.58/119.47	c cleaning 60999 clauses out of 122030 with flag 14222581/1943000
127.61/124.48	c cleaning 62013 clauses out of 124032 with flag 14730469/2006001
132.10/128.94	c cleaning 62992 clauses out of 126019 with flag 15240224/2070001
135.69/132.51	c cleaning 63993 clauses out of 128029 with flag 15719075/2135003
140.21/137.01	c cleaning 64995 clauses out of 130034 with flag 16238807/2201001
144.68/141.60	c cleaning 65997 clauses out of 132038 with flag 16780203/2268000
151.20/146.88	c cleaning 66992 clauses out of 134036 with flag 17354089/2336000
153.20/148.89	c starts		: 4733
153.20/148.90	c conflicts		: 2364235
153.31/148.90	c decisions		: 3690650
153.31/148.90	c propagations		: 33917138
153.31/148.90	c inspects		: 2225911162
153.31/148.90	c shortcuts		: 0
153.31/148.90	c learnt literals	: 18
153.31/148.90	c learnt binary clauses	: 126
153.31/148.90	c learnt ternary clauses	: 524
153.31/148.90	c learnt constraints	: 2364216
153.31/148.90	c ignored constraints	: 0
153.31/148.90	c root simplifications	: 0
153.31/148.90	c removed literals (reason simplification)	: 7624551
153.31/148.90	c reason swapping (by a shorter reason)	: 0
153.31/148.90	c Calls to reduceDB	: 64
153.31/148.90	c Number of update (reduction) of LBD	: 1479045
153.31/148.90	c Imported unit clauses	: 0
153.31/148.90	c No decision after first conflict	: false
153.31/148.90	c number of reductions to clauses (during analyze)	: 0
153.31/148.90	c number of learned constraints concerned by reduction	: 0
153.31/148.90	c number of learning phase by resolution	: 0
153.31/148.90	c number of learning phase by cutting planes	: 0
153.31/148.90	c number of rounding to 1 operations	: 0
153.31/148.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
153.31/148.90	c number of reductions of the coefficients by power 2 	: 0
153.31/148.90	c number of right shift for reduction by power 2 	: 0
153.31/148.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
153.31/148.91	c number of ending skipping 	: 0
153.31/148.91	c number of internal skipping 	: 0
153.31/148.91	c number of derivation steps 	: 0
153.31/148.91	c number of skipped derivation steps 	: 0
153.31/148.91	c number of remaining unassigned 	: 0
153.31/148.91	c number of remaining assigned 	: 0
153.31/148.91	c number of falsified literals weakened from reason	: 0
153.31/148.91	c number of falsified literals weakened from conflict	: 0
153.31/148.91	c time for arithmetic operations	: 0
153.31/148.91	c minimum degree of deleted constraints	: null
153.31/148.91	c maximum degree of deleted constraints	: null
153.31/148.91	c number of deleted constraints	: 0
153.31/148.91	c speed (assignments/second)	: 228670.79279680157
153.31/148.92	c non guided choices	: 755388
153.31/148.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 95139
153.31/148.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 126
153.31/148.96	s UNSATISFIABLE
153.31/148.96	c Total wall clock time (in seconds): 148.623

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542627-1753216368/watcher-4542627-1753216368 -o /tmp/evaluation-result-4542627-1753216368/solver-4542627-1753216368 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753209161-195950 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4542627-1753216368.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=196955, runsolver pid=196952

[startup+0.100071 s]*
/proc/loadavg: 4.54 4.37 4.29 7/323 196973
/proc/meminfo: memFree=114519120/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=18930384 memory=48148 CPUtime=0.11 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 5744 0 0 0 8 3 0 0 20 0 18 0 237316531 19384713216 12037 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4732596 12037 5301 1 0 546973 0
[pid=196955/tid=196957] ppid=196952 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 4613 0 0 0 4 2 0 0 20 0 18 0 237316532 19384713216 12037 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237316537 19384713216 12037 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=18930384 memory=57394571004297 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237316538 19384713216 12037 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48148 KiB

[startup+0.214171 s]*
/proc/loadavg: 4.54 4.37 4.29 6/323 196973
/proc/meminfo: memFree=114517356/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=18930384 memory=53124 CPUtime=0.28 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 6446 0 0 0 24 4 0 0 20 0 18 0 237316531 19384713216 13281 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4732596 13281 5333 1 0 547532 0
[pid=196955/tid=196957] ppid=196952 vsize=18930384 memory=4027056412 CPUtime=0.16 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 4974 0 0 0 14 2 0 0 20 0 18 0 237316532 19384713216 13281 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=18930384 memory=1707 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237316537 19384713216 13281 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=18930384 memory=56295059358712 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237316538 19384713216 13281 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53124 KiB

[startup+0.314148 s]*
/proc/loadavg: 4.54 4.37 4.29 6/323 196973
/proc/meminfo: memFree=114513260/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=18930384 memory=58448 CPUtime=0.44 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 6753 0 0 0 39 5 0 0 20 0 18 0 237316531 19384713216 14612 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4732596 14612 5365 1 0 547770 0
[pid=196955/tid=196957] ppid=196952 vsize=18930384 memory=-9032076145106657980 CPUtime=0.26 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 5178 0 0 0 23 3 0 0 20 0 18 0 237316532 19384713216 14612 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237316537 19384713216 14612 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237316538 19384713216 14612 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58448 KiB

[startup+0.700356 s]
/proc/loadavg: 4.54 4.37 4.29 7/323 196973
/proc/meminfo: memFree=114490956/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=18996948 memory=101192 CPUtime=1.09 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 8659 0 0 0 103 6 0 0 20 0 19 0 237316531 19452874752 25298 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4749237 25298 5429 1 0 549310 0
[pid=196955/tid=196957] ppid=196952 vsize=18996948 memory=27392 CPUtime=0.58 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 5325 0 0 0 54 4 0 0 20 0 19 0 237316532 19452874752 25298 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237316537 19452874752 25298 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237316538 19452874752 25298 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 101192 KiB

[startup+1.50028 s]
/proc/loadavg: 4.54 4.37 4.29 6/324 196974
/proc/meminfo: memFree=114458380/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=18996948 memory=118520 CPUtime=2.68 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 17912 0 0 0 259 9 0 0 20 0 19 0 237316531 19452874752 29630 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4749237 29630 5429 1 0 552404 0
[pid=196955/tid=196957] ppid=196952 vsize=18996948 memory=3200 CPUtime=1.35 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 6555 0 0 0 131 4 0 0 20 0 19 0 237316532 19452874752 29630 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237316537 19452874752 29630 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237316538 19452874752 29630 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=18996948 memory=16688 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237316590 19452874752 29630 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 118520 KiB

[startup+3.11368 s]
/proc/loadavg: 4.54 4.37 4.29 5/324 196974
/proc/meminfo: memFree=114431152/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=18996948 memory=131212 CPUtime=4.69 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 18988 0 0 0 459 10 0 0 20 0 19 0 237316531 19452874752 32803 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4749237 32803 5461 1 0 552410 0
[pid=196955/tid=196957] ppid=196952 vsize=18996948 memory=16688 CPUtime=2.97 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 6823 0 0 0 292 5 0 0 20 0 19 0 237316532 19452874752 32803 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237316537 19452874752 32803 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237316538 19452874752 32803 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237316590 19452874752 32803 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 131212 KiB

[startup+6.30043 s]
/proc/loadavg: 4.66 4.40 4.30 5/324 196974
/proc/meminfo: memFree=114403348/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=18996948 memory=145196 CPUtime=8.93 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 27857 0 0 0 880 13 0 0 20 0 19 0 237316531 19452874752 36299 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4749237 36299 5493 1 0 553892 0
[pid=196955/tid=196957] ppid=196952 vsize=18996948 memory=0 CPUtime=6.14 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 8115 0 0 0 609 5 0 0 20 0 19 0 237316532 19452874752 36299 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237316537 19452874752 36299 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237316538 19452874752 36299 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=18996948 memory=118520 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237316590 19452874752 36299 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 145196 KiB

[startup+12.7004 s]
/proc/loadavg: 4.69 4.41 4.31 6/325 196975
/proc/meminfo: memFree=113686696/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=19063512 memory=179952 CPUtime=15.76 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 33526 0 0 0 1561 15 0 0 20 0 20 0 237316531 19521036288 44988 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4765878 44988 5493 1 0 554181 0
[pid=196955/tid=196957] ppid=196952 vsize=19063512 memory=118520 CPUtime=12.48 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 8728 0 0 0 1242 6 0 0 20 0 20 0 237316532 19521036288 44988 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=19063512 memory=179952 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316537 19521036288 44988 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 237316538 19521036288 44988 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237316590 19521036288 44988 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 15.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179952 KiB

[startup+25.5005 s]
/proc/loadavg: 4.83 4.45 4.32 5/325 196975
/proc/meminfo: memFree=113657896/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=19063512 memory=194424 CPUtime=28.55 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 34434 0 0 0 2838 17 0 0 20 0 20 0 237316531 19521036288 48606 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4765878 48606 5493 1 0 554181 0
[pid=196955/tid=196957] ppid=196952 vsize=19063512 memory=0 CPUtime=25.18 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 9140 0 0 0 2512 6 0 0 20 0 20 0 237316532 19521036288 48606 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=19063512 memory=16688 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316537 19521036288 48606 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=19063512 memory=194424 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 237316538 19521036288 48606 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=19063512 memory=179952 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237316590 19521036288 48606 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 28.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194424 KiB

[startup+51.1137 s]
/proc/loadavg: 5.08 4.55 4.36 6/324 196976
/proc/meminfo: memFree=112968568/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=19063512 memory=293016 CPUtime=54.18 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 35086 0 0 0 5397 21 0 0 20 0 20 0 237316531 19521036288 73254 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4765878 73254 5493 1 0 554181 0
[pid=196955/tid=196957] ppid=196952 vsize=19063512 memory=194424 CPUtime=50.52 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 9186 0 0 0 5046 6 0 0 20 0 20 0 237316532 19521036288 73254 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=19063512 memory=30472 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316537 19521036288 73254 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 237316538 19521036288 73254 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=19063512 memory=179952 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=111468152/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=19063512 memory=446696 CPUtime=105.44 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 35620 0 0 0 10516 28 0 0 20 0 20 0 237316531 19521036288 111674 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4765878 111674 5493 1 0 554181 0
[pid=196955/tid=196957] ppid=196952 vsize=19063512 memory=446696 CPUtime=101.17 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 9262 0 0 0 10111 6 0 0 20 0 20 0 237316532 19521036288 111674 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=19063512 memory=16688 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316537 19521036288 111674 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=19063512 memory=446696 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 100 0 0 0 0 0 0 0 20 0 20 0 237316538 19521036288 111674 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=19063512 memory=387256 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237316590 19521036288 111674 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 105.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 446696 KiB

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

# cumulated CPU time of all completed processes:  user=153.076 s, system=0.371049 s

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

[startup+102.401 s]
/proc/loadavg: 4.54 4.48 4.35 5/324 196977
/proc/meminfo: memFree=111468152/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=19063512 memory=446696 CPUtime=105.54 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 35620 0 0 0 10526 28 0 0 20 0 20 0 237316531 19521036288 111674 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4765878 111674 5493 1 0 554181 0
[pid=196955/tid=196957] ppid=196952 vsize=19063512 memory=2241 CPUtime=101.27 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 9262 0 0 0 10121 6 0 0 20 0 20 0 237316532 19521036288 111674 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=19063512 memory=194424 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316537 19521036288 111674 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=19063512 memory=-9032076145106657980 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 100 0 0 0 0 0 0 0 20 0 20 0 237316538 19521036288 111674 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=19063512 memory=246 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237316590 19521036288 111674 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 105.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 446696 KiB

[startup+128 s]*
/proc/loadavg: 4.48 4.47 4.35 5/325 196986
/proc/meminfo: memFree=110943844/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=19063512 memory=571632 CPUtime=131.22 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 37227 0 0 0 13090 32 0 0 20 0 20 0 237316531 19521036288 142908 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4765878 142908 5493 1 0 554181 0
[pid=196955/tid=196957] ppid=196952 vsize=19063512 memory=5144 CPUtime=126.55 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 10042 0 0 0 12649 6 0 0 20 0 20 0 237316532 19521036288 142908 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316537 19521036288 142908 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=19063512 memory=3894688 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 100 0 0 0 0 0 0 0 20 0 20 0 237316538 19521036288 142908 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=19063512 memory=6772 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237316590 19521036288 142908 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 131.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 571632 KiB

[startup+140.8 s]
/proc/loadavg: 4.45 4.46 4.35 5/325 196986
/proc/meminfo: memFree=110767472/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=19063512 memory=571632 CPUtime=143.98 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 37923 0 0 0 14365 33 0 0 20 0 20 0 237316531 19521036288 142908 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4765878 142908 5493 1 0 554181 0
[pid=196955/tid=196957] ppid=196952 vsize=19063512 memory=512240 CPUtime=139.31 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 10654 0 0 0 13925 6 0 0 20 0 20 0 237316532 19521036288 142908 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=19063512 memory=512240 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316537 19521036288 142908 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=19063512 memory=571632 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 142 0 0 0 0 0 0 0 20 0 20 0 237316538 19521036288 142908 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=19063512 memory=27392 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237316590 19521036288 142908 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 143.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 571632 KiB

[startup+144 s]*
/proc/loadavg: 4.45 4.46 4.35 7/326 196987
/proc/meminfo: memFree=110675848/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=19063512 memory=636400 CPUtime=147.95 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 40601 0 0 0 14760 35 0 0 20 0 20 0 237316531 19521036288 159100 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4765878 159100 5493 1 0 554988 0
[pid=196955/tid=196957] ppid=196952 vsize=19063512 memory=-9032076145106657980 CPUtime=142.42 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 11685 0 0 0 14236 6 0 0 20 0 20 0 237316532 19521036288 159100 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316537 19521036288 159100 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 142 0 0 0 0 0 0 0 20 0 20 0 237316538 19521036288 159100 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=19063512 memory=2944 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237316590 19521036288 159100 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 147.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 636400 KiB

[startup+147.2 s]
/proc/loadavg: 4.49 4.47 4.35 5/326 196987
/proc/meminfo: memFree=110675100/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=19063512 memory=639856 CPUtime=151.6 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 41524 0 0 0 15125 35 0 0 20 0 20 0 237316531 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4765878 159964 5493 1 0 554988 0
[pid=196955/tid=196957] ppid=196952 vsize=19063512 memory=-9032076145106657980 CPUtime=145.61 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 11692 0 0 0 14555 6 0 0 20 0 20 0 237316532 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=19063512 memory=6640 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316537 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=19063512 memory=-9032076145106657980 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 142 0 0 0 0 0 0 0 20 0 20 0 237316538 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=19063512 memory=5160 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237316590 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 151.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 639856 KiB

[startup+148 s]*
/proc/loadavg: 4.49 4.47 4.35 5/326 196987
/proc/meminfo: memFree=110675100/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=19063512 memory=639856 CPUtime=152.41 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 41524 0 0 0 15206 35 0 0 20 0 20 0 237316531 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4765878 159964 5493 1 0 554988 0
[pid=196955/tid=196957] ppid=196952 vsize=19063512 memory=-9032076145106657980 CPUtime=146.42 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 11692 0 0 0 14636 6 0 0 20 0 20 0 237316532 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316537 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=19063512 memory=-7882018838379555936 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 142 0 0 0 0 0 0 0 20 0 20 0 237316538 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=19063512 memory=1722 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237316590 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 152.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 639856 KiB

[startup+148.8 s]
/proc/loadavg: 4.49 4.47 4.35 5/326 196987
/proc/meminfo: memFree=110675100/131382112 swapFree=33010416/33010684
[pid=196955] ppid=196952 vsize=19063512 memory=639856 CPUtime=153.2 cores=4,6
/proc/196955/stat : 196955 (java) S 196952 196955 195934 0 -1 4194304 41524 0 0 0 15285 35 0 0 20 0 20 0 237316531 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
/proc/196955/statm: 4765878 159964 5493 1 0 554988 0
[pid=196955/tid=196957] ppid=196952 vsize=19063512 memory=-9032076145106657980 CPUtime=147.2 cores=4,6
/proc/196955/task/196957/stat : 196957 (java) R 196952 196955 195934 0 -1 4194368 11692 0 0 0 14714 6 0 0 20 0 20 0 237316532 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196966] ppid=196952 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/196955/task/196966/stat : 196966 (Finalizer) S 196952 196955 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237316537 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196973] ppid=196952 vsize=19063512 memory=639856 CPUtime=0 cores=4,6
/proc/196955/task/196973/stat : 196973 (Common-Cleaner) S 196952 196955 195934 0 -1 4194368 142 0 0 0 0 0 0 0 20 0 20 0 237316538 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
[pid=196955/tid=196974] ppid=196952 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/196955/task/196974/stat : 196974 (Timer-0) S 196952 196955 195934 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237316590 19521036288 159964 18446744073709551615 93919813902336 93919813906032 140731316548416 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93919813913848 93919813914640 93919829405696 140731316554111 140731316554212 140731316554212 140731316559816 0
Current children cumulated CPU time: 153.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 639856 KiB

[startup+149 s]*
/proc/loadavg: 4.49 4.47 4.35 6/305 196989
/proc/meminfo: memFree=111269020/131382112 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 149.014
CPU time (s): 153.447
CPU user time (s): 153.076
CPU system time (s): 0.371049
CPU usage (%): 102.975
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 640496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.076
system time used= 0.371049
maximum resident set size= 641008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43201
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6208
involuntary context switches= 880


# summary of solver processes directly reported to runsolver:
#   pid: 196955
#   total CPU time (s): 153.447
#   total CPU user time (s): 153.076
#   total CPU system time (s): 0.371049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.803929 second user time and 1.68972 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-22 22:32:48
IDJOB=4542627
IDBENCH=163940
IDSOLVER=3363
FILE ID=nodeC012/4542627-1753216368
RUNJOBID= nodeC012-1753209161-195950
SLURM_JOB_ID= 9687769
Free space on /tmp= 432808 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height10_pigeons9_holes8.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542627-1753216368/watcher-4542627-1753216368 -o /tmp/evaluation-result-4542627-1753216368/solver-4542627-1753216368 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753209161-195950 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4542627-1753216368.opb

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

MD5SUM BENCH= 4d1871845096300f202b70284b6187b6
RANDOM SEED=1817904921

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		: 3658.126
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.152
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.212
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		: 2694.044
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		: 1197.144
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		: 3664.370
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.153
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		: 1197.577
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:        114535604 kB
MemAvailable:   115431120 kB
Buffers:            2136 kB
Cached:          1661344 kB
SwapCached:           12 kB
Active:         15725412 kB
Inactive:         457772 kB
Active(anon):   14541156 kB
Inactive(anon):     4688 kB
Active(file):    1184256 kB
Inactive(file):   453084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1704 kB
Writeback:            28 kB
AnonPages:      14522796 kB
Mapped:           128536 kB
Shmem:             26140 kB
KReclaimable:     195220 kB
Slab:             287380 kB
SReclaimable:     195220 kB
SUnreclaim:        92160 kB
KernelStack:        4944 kB
PageTables:        32188 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   30587560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150248 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14278656 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= 432804 MiB
End job on nodeC012 at 2025-07-22 22:35:18