Trace number 4491760

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 791.685 788.386

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUMd06d89796adb8259df968e568daeeb68
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 benchmark99.5978
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	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.43/0.35	c Pseudo Boolean Optimization by upper bound
0.43/0.35	c --- Begin Solver configuration ---
0.43/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.43/0.35	c Learn all clauses as in MiniSAT
0.43/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.35	c Expensive reason simplification
0.43/0.35	c Glucose 2.1 dynamic restart strategy
0.43/0.35	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.43/0.35	c timeout=2147483s
0.43/0.35	c DB Simplification allowed=false
0.43/0.35	c Listener: none
0.43/0.35	c --- End Solver configuration ---
0.43/0.35	c solving HOME/instance-4491760-1751142742.opb
0.43/0.35	c reading problem ... 
0.43/0.36	c  no objective function found
1.91/1.19	c ... done. Wall clock time 0.83s.
1.91/1.19	c declared #vars     23621
1.91/1.19	c #constraints  67526
1.91/1.19	c constraints type 
1.91/1.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43936
1.91/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2400
1.91/1.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21189
1.91/1.19	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.91/1.19	c 67526 constraints processed.
5.35/3.16	c cleaning 2480 clauses out of 5000 with flag 37637/5000
6.81/4.40	c cleaning 4258 clauses out of 8520 with flag 99195/11000
8.98/6.09	c cleaning 5612 clauses out of 11263 with flag 184513/18001
11.25/8.00	c cleaning 6809 clauses out of 13651 with flag 278330/26001
13.63/10.48	c cleaning 7816 clauses out of 15841 with flag 406780/35000
17.24/14.07	c cleaning 8991 clauses out of 18025 with flag 577348/45000
20.42/17.28	c cleaning 9969 clauses out of 20035 with flag 787763/56001
23.51/20.36	c cleaning 11005 clauses out of 22066 with flag 984833/68001
27.50/24.36	c cleaning 12017 clauses out of 24061 with flag 1258066/81001
32.00/28.88	c cleaning 12983 clauses out of 26043 with flag 1584641/95000
36.81/33.65	c cleaning 13991 clauses out of 28060 with flag 1956606/110000
42.31/39.17	c cleaning 15035 clauses out of 30072 with flag 2399729/126003
49.74/46.54	c cleaning 16004 clauses out of 32034 with flag 2822637/143000
55.09/51.87	c cleaning 17000 clauses out of 34031 with flag 3188575/161001
61.59/58.35	c cleaning 18000 clauses out of 36031 with flag 3613167/180001
67.88/64.67	c cleaning 19005 clauses out of 38030 with flag 4054976/200000
75.87/72.68	c cleaning 20008 clauses out of 40026 with flag 4526475/221001
85.26/82.05	c cleaning 20999 clauses out of 42018 with flag 5070917/243001
93.05/89.89	c cleaning 22003 clauses out of 44018 with flag 5576772/266000
103.34/100.11	c cleaning 22986 clauses out of 46017 with flag 6099023/290002
111.82/108.64	c cleaning 23988 clauses out of 48029 with flag 6639742/315000
119.46/116.29	c cleaning 25013 clauses out of 50042 with flag 7083008/341001
129.21/126.08	c cleaning 26008 clauses out of 52028 with flag 7608114/368000
138.69/135.52	c cleaning 26981 clauses out of 54020 with flag 8223889/396000
148.64/145.41	c cleaning 27978 clauses out of 56039 with flag 8759739/425000
159.15/155.90	c cleaning 28984 clauses out of 58060 with flag 9352277/455000
169.67/166.40	c cleaning 30022 clauses out of 60076 with flag 9969298/486000
182.68/179.35	c cleaning 31004 clauses out of 62054 with flag 10651907/518000
194.62/191.30	c cleaning 32014 clauses out of 64051 with flag 11334500/551001
206.78/203.57	c cleaning 33019 clauses out of 66037 with flag 12093329/585001
219.07/215.87	c cleaning 33976 clauses out of 68017 with flag 12815383/620000
231.05/227.83	c cleaning 34964 clauses out of 70043 with flag 13556073/656002
243.59/240.38	c cleaning 36017 clauses out of 72077 with flag 14349116/693000
257.67/254.44	c cleaning 36996 clauses out of 74062 with flag 15172985/731002
271.65/268.41	c cleaning 38021 clauses out of 76064 with flag 16033238/770001
287.16/283.93	c cleaning 38964 clauses out of 78042 with flag 16957054/810000
302.44/299.23	c cleaning 40001 clauses out of 80080 with flag 17847849/851002
318.82/315.60	c cleaning 41017 clauses out of 82078 with flag 18805154/893001
336.02/332.88	c cleaning 42014 clauses out of 84063 with flag 19749694/936003
352.50/349.31	c cleaning 43005 clauses out of 86049 with flag 20781956/980003
369.24/366.09	c cleaning 44008 clauses out of 88041 with flag 21750859/1025000
388.21/385.10	c cleaning 45004 clauses out of 90032 with flag 22832664/1071000
406.60/403.44	c cleaning 45973 clauses out of 92030 with flag 23905151/1118002
424.47/421.35	c cleaning 47014 clauses out of 94055 with flag 24932813/1166000
444.26/441.14	c cleaning 48022 clauses out of 96043 with flag 26080446/1215002
462.63/459.59	c cleaning 48989 clauses out of 98022 with flag 27144404/1265003
480.45/477.35	c cleaning 49994 clauses out of 100031 with flag 28220692/1316001
503.24/500.18	c cleaning 51004 clauses out of 102036 with flag 29464678/1368000
524.89/521.84	c cleaning 51993 clauses out of 104033 with flag 30643969/1421001
546.32/543.26	c cleaning 53007 clauses out of 106039 with flag 31725673/1475000
567.69/564.63	c cleaning 54008 clauses out of 108035 with flag 32846692/1530003
589.36/586.39	c cleaning 55002 clauses out of 110025 with flag 34082947/1586001
611.77/608.78	c cleaning 55992 clauses out of 112022 with flag 35377465/1643000
634.15/631.15	c cleaning 57004 clauses out of 114030 with flag 36605061/1701000
657.93/654.91	c cleaning 57983 clauses out of 116026 with flag 37759238/1760000
680.79/677.87	c cleaning 58996 clauses out of 118043 with flag 39057672/1820000
706.35/703.04	c cleaning 60001 clauses out of 120047 with flag 40294825/1881000
730.79/727.55	c cleaning 61016 clauses out of 122046 with flag 41685295/1943000
755.82/752.55	c cleaning 61975 clauses out of 124029 with flag 43027248/2006001
781.18/777.92	c cleaning 63018 clauses out of 126048 with flag 44416782/2070000
791.47/788.22	c starts		: 8169
791.47/788.23	c conflicts		: 2101199
791.47/788.23	c decisions		: 6754199
791.47/788.23	c propagations		: 1242937893
791.47/788.23	c inspects		: 5988594094
791.47/788.23	c shortcuts		: 0
791.47/788.23	c learnt literals	: 19
791.47/788.23	c learnt binary clauses	: 388
791.47/788.23	c learnt ternary clauses	: 1228
791.47/788.23	c learnt constraints	: 2101179
791.47/788.23	c ignored constraints	: 0
791.47/788.23	c root simplifications	: 0
791.47/788.23	c removed literals (reason simplification)	: 115126105
791.47/788.23	c reason swapping (by a shorter reason)	: 0
791.47/788.23	c Calls to reduceDB	: 60
791.47/788.23	c Number of update (reduction) of LBD	: 1652883
791.47/788.23	c Imported unit clauses	: 0
791.47/788.24	c No decision after first conflict	: false
791.47/788.24	c number of reductions to clauses (during analyze)	: 0
791.47/788.24	c number of learned constraints concerned by reduction	: 0
791.47/788.24	c number of learning phase by resolution	: 0
791.47/788.24	c number of learning phase by cutting planes	: 0
791.47/788.24	c number of rounding to 1 operations	: 0
791.47/788.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
791.47/788.24	c number of reductions of the coefficients by power 2 	: 0
791.47/788.24	c number of right shift for reduction by power 2 	: 0
791.47/788.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
791.47/788.24	c number of ending skipping 	: 0
791.47/788.24	c number of internal skipping 	: 0
791.47/788.24	c number of derivation steps 	: 0
791.47/788.24	c number of skipped derivation steps 	: 0
791.47/788.24	c number of remaining unassigned 	: 0
791.47/788.24	c number of remaining assigned 	: 0
791.47/788.24	c number of falsified literals weakened from reason	: 0
791.47/788.24	c number of falsified literals weakened from conflict	: 0
791.47/788.24	c time for arithmetic operations	: 0
791.47/788.24	c minimum degree of deleted constraints	: null
791.47/788.24	c maximum degree of deleted constraints	: null
791.47/788.24	c number of deleted constraints	: 0
791.47/788.25	c speed (assignments/second)	: 1579282.404542665
791.47/788.25	c non guided choices	: 4019
791.59/788.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 93831
791.59/788.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 388
791.59/788.37	s UNSATISFIABLE
791.59/788.37	c Total wall clock time (in seconds): 788.02

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491760-1751142742/watcher-4491760-1751142742 -o /tmp/evaluation-result-4491760-1751142742/solver-4491760-1751142742 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751142673-14045 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4491760-1751142742.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
Current StackSize limit: 8192 KiB

solver pid=14553, runsolver pid=14550

[startup+0.100074 s]*
/proc/loadavg: 3.47 1.94 2.07 8/327 14571
/proc/meminfo: memFree=129272812/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=18930384 memory=48448 CPUtime=0.12 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 5792 0 0 0 9 3 0 0 20 0 18 0 29953574 19384713216 12112 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4732596 12112 5335 1 0 547005 0
[pid=14553/tid=14555] ppid=14550 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 4649 0 0 0 5 2 0 0 20 0 18 0 29953575 19384713216 12112 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29953580 19384713216 12112 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=18930384 memory=58494082626307 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 29953581 19384713216 12112 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48448 KiB

[startup+0.215217 s]*
/proc/loadavg: 3.47 1.94 2.07 7/327 14571
/proc/meminfo: memFree=129270808/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=18930384 memory=53104 CPUtime=0.28 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 6449 0 0 0 24 4 0 0 20 0 18 0 29953574 19384713216 13276 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4732596 13276 5335 1 0 547532 0
[pid=14553/tid=14555] ppid=14550 vsize=18930384 memory=4026532124 CPUtime=0.17 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 4979 0 0 0 15 2 0 0 20 0 18 0 29953575 19384713216 13276 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=18930384 memory=12896 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29953580 19384713216 13276 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 29953581 19384713216 13276 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53104 KiB

[startup+0.313832 s]*
/proc/loadavg: 3.47 1.94 2.07 7/327 14571
/proc/meminfo: memFree=129265956/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=18930384 memory=58308 CPUtime=0.43 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 6710 0 0 0 38 5 0 0 20 0 18 0 29953574 19384713216 14577 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4732596 14577 5335 1 0 547729 0
[pid=14553/tid=14555] ppid=14550 vsize=18930384 memory=-6000919507066251374 CPUtime=0.25 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 5148 0 0 0 22 3 0 0 20 0 18 0 29953575 19384713216 14577 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29953580 19384713216 14577 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 29953581 19384713216 14577 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58308 KiB

[startup+0.70037 s]
/proc/loadavg: 3.47 1.94 2.07 7/327 14571
/proc/meminfo: memFree=129260348/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=18930384 memory=94476 CPUtime=1.13 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 8459 0 0 0 106 7 0 0 20 0 18 0 29953574 19384713216 23619 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4732596 23619 5399 1 0 548883 0
[pid=14553/tid=14555] ppid=14550 vsize=18930384 memory=17024 CPUtime=0.59 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 5289 0 0 0 55 4 0 0 20 0 18 0 29953575 19384713216 23619 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=18930384 memory=11136 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29953580 19384713216 23619 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 29953581 19384713216 23619 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94476 KiB

[startup+1.50025 s]
/proc/loadavg: 3.47 1.94 2.07 6/328 14572
/proc/meminfo: memFree=129160848/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=168436 CPUtime=2.68 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 15150 0 0 0 258 10 0 0 20 0 20 0 29953574 19521036288 42109 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 42109 5463 1 0 551220 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=3200 CPUtime=1.27 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 6745 0 0 0 121 6 0 0 20 0 20 0 29953575 19521036288 42109 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 42109 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 42109 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168436 KiB

[startup+3.10556 s]
/proc/loadavg: 3.47 1.94 2.07 6/329 14573
/proc/meminfo: memFree=129138956/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=183400 CPUtime=5.35 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 22540 0 0 0 523 12 0 0 20 0 20 0 29953574 19521036288 45850 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 45850 5463 1 0 554923 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=11136 CPUtime=2.84 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 7006 0 0 0 278 6 0 0 20 0 20 0 29953575 19521036288 45850 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 45850 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 45850 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 45850 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183400 KiB

[startup+6.30026 s]
/proc/loadavg: 3.52 1.98 2.08 5/329 14573
/proc/meminfo: memFree=129138208/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=174808 CPUtime=9.3 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 28654 0 0 0 917 13 0 0 20 0 20 0 29953574 19521036288 43702 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 43702 5495 1 0 555002 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=0 CPUtime=5.99 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 7786 0 0 0 593 6 0 0 20 0 20 0 29953575 19521036288 43702 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 43702 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=-6000919507066251374 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 43702 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 43702 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174808 KiB

[startup+12.7004 s]
/proc/loadavg: 3.56 2.01 2.09 5/329 14573
/proc/meminfo: memFree=129138012/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=174808 CPUtime=15.92 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 30692 0 0 0 1579 13 0 0 20 0 20 0 29953574 19521036288 43702 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 43702 5495 1 0 555002 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=0 CPUtime=12.34 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 8560 0 0 0 1228 6 0 0 20 0 20 0 29953575 19521036288 43702 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=174808 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 43702 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 43702 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 43702 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 15.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174808 KiB

[startup+25.5005 s]
/proc/loadavg: 3.65 2.11 2.12 5/329 14574
/proc/meminfo: memFree=129129856/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=187248 CPUtime=28.71 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 32900 0 0 0 2857 14 0 0 20 0 20 0 29953574 19521036288 46812 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 46812 5495 1 0 555002 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=-6000919507066251374 CPUtime=25.03 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 9080 0 0 0 2497 6 0 0 20 0 20 0 29953575 19521036288 46812 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=3196 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 46812 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=187248 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 46812 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=187248 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 46812 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 28.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187248 KiB

[startup+51.1134 s]
/proc/loadavg: 3.84 2.28 2.18 5/329 14574
/proc/meminfo: memFree=129063872/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=216192 CPUtime=54.41 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 35012 0 0 0 5424 17 0 0 20 0 20 0 29953574 19521036288 54048 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 54048 5495 1 0 555003 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=216192 CPUtime=50.42 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 9666 0 0 0 5036 6 0 0 20 0 20 0 29953575 19521036288 54048 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=-6000919507066251374 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 54048 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=187248 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 54048 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=187248 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 54048 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 54.41 s

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

/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 271 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 765.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1275376 KiB

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

# cumulated CPU time of all completed processes:  user=790.722 s, system=0.963436 s

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

[startup+768 s]*
/proc/loadavg: 4.13 4.00 3.28 6/328 15067
/proc/meminfo: memFree=126797540/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=1275376 CPUtime=771.3 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 54831 0 0 0 77037 93 0 0 20 0 20 0 29953574 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 318844 5527 1 0 558130 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=7028 CPUtime=762.87 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 17405 0 0 0 76272 15 0 0 20 0 20 0 29953575 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=1275376 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=6900 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 271 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 771.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1275376 KiB

[startup+780.8 s]
/proc/loadavg: 4.10 4.00 3.29 6/328 15067
/proc/meminfo: memFree=126797420/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=1275376 CPUtime=784.07 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 55044 0 0 0 78313 94 0 0 20 0 20 0 29953574 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 318844 5527 1 0 558130 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=1275376 CPUtime=775.62 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 17616 0 0 0 77547 15 0 0 20 0 20 0 29953575 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=1275376 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 271 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=1275376 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 784.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1275376 KiB

[startup+784 s]*
/proc/loadavg: 4.10 4.00 3.29 6/328 15067
/proc/meminfo: memFree=126797460/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=1275376 CPUtime=787.28 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 55044 0 0 0 78634 94 0 0 20 0 20 0 29953574 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 318844 5527 1 0 558130 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=6900 CPUtime=778.83 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 17616 0 0 0 77868 15 0 0 20 0 20 0 29953575 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=515956 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=7028 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 271 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 787.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1275376 KiB

[startup+785.6 s]
/proc/loadavg: 4.09 4.00 3.29 6/328 15067
/proc/meminfo: memFree=126797492/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=1275376 CPUtime=788.87 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 55044 0 0 0 78792 95 0 0 20 0 20 0 29953574 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 318844 5527 1 0 558130 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=11136 CPUtime=780.41 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 17616 0 0 0 78026 15 0 0 20 0 20 0 29953575 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=1275376 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 271 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=1275376 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 788.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1275376 KiB

[startup+787.2 s]
/proc/loadavg: 4.09 4.00 3.29 6/328 15067
/proc/meminfo: memFree=126797492/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=1275376 CPUtime=790.47 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 55044 0 0 0 78952 95 0 0 20 0 20 0 29953574 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 318844 5527 1 0 558130 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=14304 CPUtime=782.01 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 17616 0 0 0 78186 15 0 0 20 0 20 0 29953575 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=1275376 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=1468808 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 271 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=1275376 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 790.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1275376 KiB

[startup+788 s]*
/proc/loadavg: 4.09 4.00 3.29 6/328 15067
/proc/meminfo: memFree=126797556/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=1275376 CPUtime=791.28 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 55044 0 0 0 79033 95 0 0 20 0 20 0 29953574 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 318844 5527 1 0 558130 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=-6000919485658851182 CPUtime=782.82 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 17616 0 0 0 78267 15 0 0 20 0 20 0 29953575 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=2688 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 271 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=2432 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 791.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1275376 KiB

[startup+788.2 s]
/proc/loadavg: 4.09 4.00 3.29 6/328 15067
/proc/meminfo: memFree=126797556/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19063512 memory=1275376 CPUtime=791.47 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 55078 0 0 0 79052 95 0 0 20 0 20 0 29953574 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4765878 318844 5527 1 0 558130 0
[pid=14553/tid=14555] ppid=14550 vsize=19063512 memory=1792 CPUtime=783 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 11256 0 -1 4194368 17620 0 0 0 78285 15 0 0 20 0 20 0 29953575 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19063512 memory=2944 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 271 0 0 0 0 0 0 0 20 0 20 0 29953581 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14573] ppid=14550 vsize=19063512 memory=6656 CPUtime=0 cores=5,7
/proc/14553/task/14573/stat : 14573 (Timer-0) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953694 19521036288 318844 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 791.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1275376 KiB

[startup+788.3 s]
/proc/loadavg: 4.09 4.00 3.29 6/328 15067
/proc/meminfo: memFree=126797556/131382120 swapFree=33010684/33010684
[pid=14553] ppid=14550 vsize=19196640 memory=1275888 CPUtime=791.59 cores=5,7
/proc/14553/stat : 14553 (java) S 14550 14553 11256 0 -1 4194304 57082 0 0 0 79064 95 0 0 20 0 20 0 29953574 19657359360 318972 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
/proc/14553/statm: 4799160 318972 5527 1 0 558790 0
[pid=14553/tid=14555] ppid=14550 vsize=19196640 memory=869896 CPUtime=783.01 cores=5,7
/proc/14553/task/14555/stat : 14555 (java) S 14550 14553 11256 0 -1 4194368 19062 0 0 0 78286 15 0 0 20 0 20 0 29953575 19657359360 318972 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14564] ppid=14550 vsize=19196640 memory=4252 CPUtime=0 cores=5,7
/proc/14553/task/14564/stat : 14564 (Finalizer) S 14550 14553 11256 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29953580 19657359360 318972 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
[pid=14553/tid=14571] ppid=14550 vsize=19196640 memory=1275376 CPUtime=0 cores=5,7
/proc/14553/task/14571/stat : 14571 (Common-Cleaner) S 14550 14553 11256 0 -1 4194368 271 0 0 0 0 0 0 0 20 0 20 0 29953581 19657359360 318972 18446744073709551615 94378600624128 94378600627824 140720321327456 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94378600635640 94378600636432 94378605678592 140720321329537 140720321329638 140720321329638 140720321335240 0
Current children cumulated CPU time: 791.59 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1275888 KiB

Child status: 20

Real time (s): 788.386
CPU time (s): 791.685
CPU user time (s): 790.722
CPU system time (s): 0.963436
CPU usage (%): 100.419
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1275888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 790.722
system time used= 0.963436
maximum resident set size= 1276144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57301
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27433
involuntary context switches= 2475


# summary of solver processes directly reported to runsolver:
#   pid: 14553
#   total CPU time (s): 791.685
#   total CPU user time (s): 790.722
#   total CPU system time (s): 0.963436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.25276 second user time and 8.19725 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-28 22:32:22
IDJOB=4491760
IDBENCH=147736
IDSOLVER=3363
FILE ID=nodeC006/4491760-1751142742
RUNJOBID= nodeC006-1751142673-14045
SLURM_JOB_ID= 9587406
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.6.accl.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491760-1751142742/watcher-4491760-1751142742 -o /tmp/evaluation-result-4491760-1751142742/solver-4491760-1751142742 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751142673-14045 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4491760-1751142742.opb

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

MD5SUM BENCH= d06d89796adb8259df968e568daeeb68
RANDOM SEED=961355774

nodeC006 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		: 3662.082
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.32
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		: 3591.461
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.32
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.486
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.32
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		: 1197.141
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.32
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		: 3491.658
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.32
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		: 1197.657
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.32
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.297
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.32
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.123
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129292116 kB
MemAvailable:   128920468 kB
Buffers:            3280 kB
Cached:           423248 kB
SwapCached:            0 kB
Active:          1388076 kB
Inactive:         175956 kB
Active(anon):    1155504 kB
Inactive(anon):        0 kB
Active(file):     232572 kB
Inactive(file):   175956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2708 kB
Writeback:             0 kB
AnonPages:       1140416 kB
Mapped:           122184 kB
Shmem:             17960 kB
KReclaimable:      83660 kB
Slab:             162580 kB
SReclaimable:      83660 kB
SUnreclaim:        78920 kB
KernelStack:        5008 kB
PageTables:         5956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   11405208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    929792 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC006 at 2025-06-28 22:45:31