Trace number 4510587

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 CP VeriPB 2025-06-06UNSAT cert. 81.6391 78.4453

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x30split.cnf-plain.pb.metafix.opb
MD5SUMdfd517fe2a9d65b237ac06e21bad695d
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 benchmark8.34756
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints1202
Number of constraints which are clauses1202
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4510587-1751204988.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.17	c  no objective function found
0.31/0.24	c ... done. Wall clock time 0.075s.
0.31/0.24	c declared #vars     301
0.31/0.25	c #constraints  1202
0.31/0.25	c constraints type 
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1200
0.31/0.25	c 1202 constraints processed.
1.25/0.77	c cleaning 2498 clauses out of 5002 with flag 0/5002
2.05/1.14	c cleaning 4248 clauses out of 8502 with flag 0/11000
2.64/1.46	c cleaning 5623 clauses out of 11254 with flag 0/18000
3.43/1.83	c cleaning 6810 clauses out of 13633 with flag 0/26002
4.22/2.23	c cleaning 7909 clauses out of 15823 with flag 0/35002
4.70/2.64	c cleaning 8950 clauses out of 17913 with flag 0/45001
5.17/3.04	c cleaning 9970 clauses out of 19963 with flag 0/56001
5.66/3.52	c cleaning 10989 clauses out of 21993 with flag 0/68001
6.16/4.09	c cleaning 11992 clauses out of 24004 with flag 0/81001
6.87/4.77	c cleaning 12994 clauses out of 26012 with flag 0/95001
7.57/5.41	c cleaning 14001 clauses out of 28017 with flag 0/110000
8.17/6.11	c cleaning 15002 clauses out of 30017 with flag 0/126001
9.00/6.84	c cleaning 15998 clauses out of 32014 with flag 0/143000
9.85/7.64	c cleaning 16998 clauses out of 34016 with flag 0/161000
10.64/8.45	c cleaning 17999 clauses out of 36019 with flag 0/180001
11.65/9.49	c cleaning 18998 clauses out of 38019 with flag 0/200000
12.65/10.41	c cleaning 20003 clauses out of 40022 with flag 0/221001
13.74/11.50	c cleaning 21000 clauses out of 42018 with flag 0/243000
14.85/12.61	c cleaning 22000 clauses out of 44019 with flag 0/266001
15.98/13.89	c cleaning 23001 clauses out of 46019 with flag 0/290001
17.19/15.00	c cleaning 24005 clauses out of 48017 with flag 0/315000
18.29/16.11	c cleaning 24998 clauses out of 50013 with flag 0/341001
19.68/17.54	c cleaning 25994 clauses out of 52015 with flag 0/368001
21.18/19.04	c cleaning 27003 clauses out of 54021 with flag 0/396001
22.68/20.57	c cleaning 28001 clauses out of 56019 with flag 0/425002
24.19/22.10	c cleaning 29001 clauses out of 58016 with flag 0/455000
25.98/23.84	c cleaning 29997 clauses out of 60016 with flag 0/486001
27.98/25.84	c cleaning 30994 clauses out of 62018 with flag 0/518000
29.98/27.80	c cleaning 32002 clauses out of 64024 with flag 0/551000
31.87/29.77	c cleaning 33005 clauses out of 66023 with flag 0/585001
33.88/31.78	c cleaning 33999 clauses out of 68018 with flag 0/620001
35.88/33.76	c cleaning 34995 clauses out of 70019 with flag 0/656001
37.78/35.67	c cleaning 36005 clauses out of 72023 with flag 0/693000
39.98/37.86	c cleaning 37002 clauses out of 74018 with flag 0/731000
42.39/40.23	c cleaning 38000 clauses out of 76017 with flag 0/770001
44.79/42.68	c cleaning 39003 clauses out of 78018 with flag 0/810002
47.83/45.87	c cleaning 39998 clauses out of 80013 with flag 0/851000
50.32/48.37	c cleaning 41002 clauses out of 82015 with flag 0/893000
53.42/51.45	c cleaning 42002 clauses out of 84013 with flag 0/936000
56.62/54.68	c cleaning 43002 clauses out of 86012 with flag 0/980001
59.82/57.86	c cleaning 44000 clauses out of 88009 with flag 0/1025000
63.13/61.12	c cleaning 45000 clauses out of 90010 with flag 0/1071001
67.19/64.85	c cleaning 46000 clauses out of 92010 with flag 0/1118001
70.89/68.39	c cleaning 47000 clauses out of 94010 with flag 0/1166001
74.71/72.14	c cleaning 48002 clauses out of 96009 with flag 0/1215000
79.28/76.16	c cleaning 49000 clauses out of 98006 with flag 0/1265000
81.48/78.37	c starts		: 1
81.48/78.37	c conflicts		: 1303603
81.48/78.37	c decisions		: 1677711
81.48/78.37	c propagations		: 11353110
81.48/78.37	c inspects		: 1070928776
81.48/78.37	c shortcuts		: 0
81.48/78.37	c learnt literals	: 1
81.48/78.37	c learnt binary clauses	: 2
81.48/78.37	c learnt ternary clauses	: 2
81.48/78.37	c learnt constraints	: 1303601
81.48/78.37	c ignored constraints	: 0
81.48/78.37	c root simplifications	: 0
81.48/78.37	c removed literals (reason simplification)	: 0
81.48/78.37	c reason swapping (by a shorter reason)	: 0
81.48/78.37	c Calls to reduceDB	: 46
81.48/78.37	c Number of update (reduction) of LBD	: 1677247
81.48/78.37	c Imported unit clauses	: 0
81.48/78.37	c No decision after first conflict	: false
81.48/78.37	c number of reductions to clauses (during analyze)	: 0
81.48/78.37	c number of learned constraints concerned by reduction	: 0
81.48/78.37	c number of learning phase by resolution	: 0
81.48/78.37	c number of learning phase by cutting planes	: 0
81.48/78.37	c number of rounding to 1 operations	: 0
81.48/78.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
81.48/78.37	c number of reductions of the coefficients by power 2 	: 0
81.48/78.37	c number of right shift for reduction by power 2 	: 0
81.48/78.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
81.48/78.37	c number of ending skipping 	: 0
81.48/78.37	c number of internal skipping 	: 0
81.48/78.37	c number of derivation steps 	: 7178916
81.48/78.37	c number of skipped derivation steps 	: 0
81.48/78.37	c number of remaining unassigned 	: 0
81.48/78.37	c number of remaining assigned 	: 0
81.48/78.37	c number of falsified literals weakened from reason	: 0
81.48/78.37	c number of falsified literals weakened from conflict	: 0
81.48/78.37	c time for arithmetic operations	: 0
81.48/78.37	c minimum degree of deleted constraints	: 1
81.48/78.37	c maximum degree of deleted constraints	: 1
81.48/78.37	c number of deleted constraints	: 1215993
81.48/78.37	c speed (assignments/second)	: 145332.82982155203
81.48/78.37	c non guided choices	: 4900
81.59/78.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 87606
81.59/78.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
81.59/78.42	s UNSATISFIABLE
81.59/78.42	c Total wall clock time (in seconds): 78.259

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

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

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510587-1751204988/watcher-4510587-1751204988 -o /tmp/evaluation-result-4510587-1751204988/solver-4510587-1751204988 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32521 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510587-1751204988 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510587-1751204988.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32711, runsolver pid=32708

[startup+0.100059 s]*
/proc/loadavg: 0.95 1.13 1.94 7/319 32735
/proc/meminfo: memFree=128954416/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=18930384 memory=55396 CPUtime=0.12 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 6497 0 0 0 10 2 0 0 20 0 18 0 36176753 19384713216 13849 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4732596 13849 5340 1 0 547577 0
[pid=32711/tid=32713] ppid=32708 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 5003 0 0 0 5 1 0 0 20 0 18 0 36176755 19384713216 13849 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36176757 19384713216 13849 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=18930384 memory=58485492706614 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36176757 19384713216 13849 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55396 KiB

[startup+0.205769 s]*
/proc/loadavg: 0.95 1.13 1.94 8/318 32735
/proc/meminfo: memFree=128844436/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=18930384 memory=64396 CPUtime=0.31 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 7122 0 0 0 28 3 0 0 20 0 18 0 36176753 19384713216 16099 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4732596 16099 5436 1 0 548011 0
[pid=32711/tid=32713] ppid=32708 vsize=18930384 memory=8387746946455109752 CPUtime=0.17 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 5389 0 0 0 15 2 0 0 20 0 18 0 36176755 19384713216 16099 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36176757 19384713216 16099 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=18930384 memory=58485492706614 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36176757 19384713216 16099 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64396 KiB

[startup+0.305746 s]*
/proc/loadavg: 0.95 1.13 1.94 7/318 32748
/proc/meminfo: memFree=128681532/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=18996948 memory=71584 CPUtime=0.48 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 7399 0 0 0 45 3 0 0 20 0 19 0 36176753 19452874752 17896 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4749237 17896 5436 1 0 548403 0
[pid=32711/tid=32713] ppid=32708 vsize=18996948 memory=-7025452035942946156 CPUtime=0.25 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 5467 0 0 0 23 2 0 0 20 0 19 0 36176755 19452874752 17896 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=18996948 memory=-6000919472790268524 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36176757 19452874752 17896 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36176757 19452874752 17896 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36176779 19452874752 17896 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71584 KiB

[startup+0.700233 s]
/proc/loadavg: 0.95 1.13 1.94 8/319 32763
/proc/meminfo: memFree=128312196/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=169036 CPUtime=1.25 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 13724 0 0 0 118 7 0 0 20 0 20 0 36176753 19521036288 42259 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 42259 5468 1 0 552787 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=17536 CPUtime=0.57 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 5509 0 0 0 53 4 0 0 20 0 20 0 36176755 19521036288 42259 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 42259 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=21952 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 42259 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 42259 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169036 KiB

[startup+1.50024 s]
/proc/loadavg: 0.95 1.13 1.94 9/340 32787
/proc/meminfo: memFree=127679156/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=246044 CPUtime=2.84 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 19613 0 0 0 274 10 0 0 20 0 20 0 36176753 19521036288 61511 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 61511 5468 1 0 553006 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=0 CPUtime=1.34 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 5991 0 0 0 128 6 0 0 20 0 20 0 36176755 19521036288 61511 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 61511 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=21952 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 61511 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 61511 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 246044 KiB

[startup+3.10595 s]
/proc/loadavg: 0.95 1.13 1.94 7/341 32788
/proc/meminfo: memFree=125641632/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=854596 CPUtime=5.27 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 25245 0 0 0 504 23 0 0 20 0 20 0 36176753 19521036288 213649 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 213649 5468 1 0 554917 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=10752 CPUtime=2.92 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 6844 0 0 0 274 18 0 0 20 0 20 0 36176755 19521036288 213649 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=-6000919472790268524 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 213649 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 213649 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=21952 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 213649 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 5.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 854596 KiB

[startup+6.30024 s]
/proc/loadavg: 1.27 1.20 1.96 6/341 32788
/proc/meminfo: memFree=124866228/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=1302792 CPUtime=8.5 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 25787 0 0 0 817 33 0 0 20 0 20 0 36176753 19521036288 325698 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 325698 5468 1 0 554920 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=0 CPUtime=6.09 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 7299 0 0 0 581 28 0 0 20 0 20 0 36176755 19521036288 325698 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=21952 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 325698 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 325698 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=304856 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 325698 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 8.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1302792 KiB

[startup+12.7002 s]
/proc/loadavg: 1.49 1.24 1.97 5/341 32788
/proc/meminfo: memFree=124371648/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=1308980 CPUtime=14.95 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 29060 0 0 0 1459 36 0 0 20 0 20 0 36176753 19521036288 327245 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 327245 5468 1 0 554920 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=10752 CPUtime=12.44 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 8192 0 0 0 1213 31 0 0 20 0 20 0 36176755 19521036288 327245 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=304856 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 327245 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 327245 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 327245 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 14.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1308980 KiB

[startup+25.5002 s]
/proc/loadavg: 2.05 1.38 2.01 5/343 32791
/proc/meminfo: memFree=124312428/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=1311040 CPUtime=27.68 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 31984 0 0 0 2729 39 0 0 20 0 20 0 36176753 19521036288 327760 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 327760 5468 1 0 554920 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=0 CPUtime=25.1 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 9807 0 0 0 2476 34 0 0 20 0 20 0 36176755 19521036288 327760 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=1308980 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 327760 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 327760 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 327760 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 27.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311040 KiB

[startup+51.1058 s]
/proc/loadavg: 2.78 1.61 2.06 5/345 32793
/proc/meminfo: memFree=123228972/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=1319392 CPUtime=53.13 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 34789 0 0 0 5266 47 0 0 20 0 20 0 36176753 19521036288 329848 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 329848 5500 1 0 554920 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=1317332 CPUtime=50.36 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 10935 0 0 0 4996 40 0 0 20 0 20 0 36176755 19521036288 329848 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0

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

/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 329848 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 329848 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 53.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319392 KiB

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

# cumulated CPU time of all completed processes:  user=81.0489 s, system=0.590212 s

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

[startup+51.2003 s]
/proc/loadavg: 2.78 1.61 2.06 5/345 32793
/proc/meminfo: memFree=123228972/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=1319392 CPUtime=53.22 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 34789 0 0 0 5275 47 0 0 20 0 20 0 36176753 19521036288 329848 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 329848 5500 1 0 554920 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=1317332 CPUtime=50.46 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 10935 0 0 0 5006 40 0 0 20 0 20 0 36176755 19521036288 329848 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 329848 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 329848 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=1319392 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 329848 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 53.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319392 KiB

[startup+64.0002 s]*
/proc/loadavg: 2.97 1.69 2.09 5/345 32794
/proc/meminfo: memFree=123123504/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=1327476 CPUtime=66.18 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 39626 0 0 0 6567 51 0 0 20 0 20 0 36176753 19521036288 331869 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 331869 5500 1 0 554920 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=-6000919489869474412 CPUtime=63.18 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 11797 0 0 0 6275 43 0 0 20 0 20 0 36176755 19521036288 331869 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=2744 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 331869 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=17316 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 95 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 331869 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=46336 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 331869 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 66.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1327476 KiB

[startup+70.4002 s]
/proc/loadavg: 3.13 1.76 2.11 5/345 32794
/proc/meminfo: memFree=123058144/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=1322884 CPUtime=73 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 46772 0 0 0 7245 55 0 0 20 0 20 0 36176753 19521036288 330721 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 330721 5500 1 0 556167 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=1327476 CPUtime=69.54 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 11842 0 0 0 6909 45 0 0 20 0 20 0 36176755 19521036288 330721 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 330721 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 95 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 330721 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=9088 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 330721 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322884 KiB

[startup+73.6002 s]
/proc/loadavg: 3.13 1.76 2.11 5/345 32794
/proc/meminfo: memFree=122536368/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=1331332 CPUtime=76.56 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 49014 0 0 0 7600 56 0 0 20 0 20 0 36176753 19521036288 332833 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 332833 5500 1 0 556167 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=1324932 CPUtime=72.71 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 11907 0 0 0 7225 46 0 0 20 0 20 0 36176755 19521036288 332833 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=4928 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 332833 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=-6000919472790268524 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 95 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 332833 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=-6000919472790268524 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 332833 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 76.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331332 KiB

[startup+76.8002 s]
/proc/loadavg: 3.28 1.82 2.12 5/345 32795
/proc/meminfo: memFree=122510540/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=1331200 CPUtime=79.97 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 49350 0 0 0 7940 57 0 0 20 0 20 0 36176753 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 332800 5500 1 0 556167 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=17536 CPUtime=75.82 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 11921 0 0 0 7535 47 0 0 20 0 20 0 36176755 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=280280170851888 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=1308980 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 95 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=1319392 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 79.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331200 KiB

[startup+77.6002 s]
/proc/loadavg: 3.28 1.82 2.12 6/345 32795
/proc/meminfo: memFree=122496752/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=1331200 CPUtime=80.77 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 49351 0 0 0 8020 57 0 0 20 0 20 0 36176753 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 332800 5500 1 0 556167 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=10752 CPUtime=76.61 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 11921 0 0 0 7614 47 0 0 20 0 20 0 36176755 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 95 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 80.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331200 KiB

[startup+78.0002 s]*
/proc/loadavg: 3.28 1.82 2.12 5/345 32795
/proc/meminfo: memFree=122485644/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19063512 memory=1331200 CPUtime=81.17 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 49353 0 0 0 8060 57 0 0 20 0 20 0 36176753 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4765878 332800 5500 1 0 556167 0
[pid=32711/tid=32713] ppid=32708 vsize=19063512 memory=-5155633680935826750 CPUtime=77.03 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) R 32708 32711 32508 0 -1 4194368 11921 0 0 0 7655 48 0 0 20 0 20 0 36176755 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19063512 memory=4928 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19063512 memory=4928 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 95 0 0 0 0 0 0 0 20 0 20 0 36176757 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32742] ppid=32708 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/32711/task/32742/stat : 32742 (Timer-0) S 32708 32711 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176779 19521036288 332800 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 81.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331200 KiB

[startup+78.4002 s]
/proc/loadavg: 3.28 1.82 2.12 5/345 32795
/proc/meminfo: memFree=122485644/131249996 swapFree=33010684/33010684
[pid=32711] ppid=32708 vsize=19196640 memory=1331840 CPUtime=81.59 cores=5,7
/proc/32711/stat : 32711 (java) S 32708 32711 32508 0 -1 4194304 50645 0 0 0 8101 58 0 0 20 0 20 0 36176753 19657359360 332960 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
/proc/32711/statm: 4799160 332960 5532 1 0 556801 0
[pid=32711/tid=32713] ppid=32708 vsize=19196640 memory=4352 CPUtime=77.37 cores=5,7
/proc/32711/task/32713/stat : 32713 (java) S 32708 32711 32508 0 -1 4194368 12798 0 0 0 7689 48 0 0 20 0 20 0 36176755 19657359360 332960 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32722] ppid=32708 vsize=19196640 memory=1331200 CPUtime=0 cores=5,7
/proc/32711/task/32722/stat : 32722 (Finalizer) S 32708 32711 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176757 19657359360 332960 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
[pid=32711/tid=32729] ppid=32708 vsize=19196640 memory=14848 CPUtime=0 cores=5,7
/proc/32711/task/32729/stat : 32729 (Common-Cleaner) S 32708 32711 32508 0 -1 4194368 95 0 0 0 0 0 0 0 20 0 20 0 36176757 19657359360 332960 18446744073709551615 94063452516352 94063452520048 140734575443040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94063452527864 94063452528656 94063460605952 140734575450413 140734575450598 140734575450598 140734575456200 0
Current children cumulated CPU time: 81.59 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1331840 KiB

Child status: 20

Real time (s): 78.4453
CPU time (s): 81.6391
CPU user time (s): 81.0489
CPU system time (s): 0.590212
CPU usage (%): 104.071
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1339440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.0489
system time used= 0.590212
maximum resident set size= 1339440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 200976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5346
involuntary context switches= 1872


# summary of solver processes directly reported to runsolver:
#   pid: 32711
#   total CPU time (s): 81.6391
#   total CPU user time (s): 81.0489
#   total CPU system time (s): 0.590212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.166195 second user time and 0.428499 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 15:49:49
IDJOB=4510587
IDBENCH=160373
IDSOLVER=3362
FILE ID=nodeC024/4510587-1751204988
RUNJOBID= nodeC024-1751204986-32521
SLURM_JOB_ID= 9587622
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x30split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510587-1751204988/watcher-4510587-1751204988 -o /tmp/evaluation-result-4510587-1751204988/solver-4510587-1751204988 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32521 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510587-1751204988 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510587-1751204988.opb

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

MD5SUM BENCH= dfd517fe2a9d65b237ac06e21bad695d
RANDOM SEED=791249425

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129107100 kB
MemAvailable:   128798556 kB
Buffers:            3280 kB
Cached:           500948 kB
SwapCached:            0 kB
Active:          1298632 kB
Inactive:         246240 kB
Active(anon):    1058728 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):   246240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8448 kB
Writeback:             8 kB
AnonPages:       1043920 kB
Mapped:           122604 kB
Shmem:             18064 kB
KReclaimable:      88700 kB
Slab:             175660 kB
SReclaimable:      88700 kB
SUnreclaim:        86960 kB
KernelStack:        4896 kB
PageTables:         5300 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4834572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151080 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC024 at 2025-06-29 15:51:07