Trace number 4491687

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. 822.728 813.032

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM62e5546fe4d774fb864c3bf961c813a7
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 benchmark20.2468
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.17	c solving HOME/instance-4491687-1751142680.opb
0.13/0.17	c reading problem ... 
0.13/0.17	c using VERIPB proof format
0.13/0.17	c  no objective function found
57.03/54.96	c ... done. Wall clock time 54.788s.
57.03/54.96	c declared #vars     109757
57.03/54.96	c #constraints  313451
57.03/54.96	c constraints type 
57.03/54.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 198242
57.03/54.96	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 17522
57.03/54.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97686
57.03/54.96	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
57.03/54.96	c 313451 constraints processed.
70.04/64.31	c cleaning 2489 clauses out of 4999 with flag 0/5002
83.22/76.86	c cleaning 4243 clauses out of 8508 with flag 0/11000
97.27/90.68	c cleaning 5618 clauses out of 11265 with flag 0/18000
114.47/107.67	c cleaning 6816 clauses out of 13648 with flag 0/26001
132.33/125.29	c cleaning 7911 clauses out of 15830 with flag 0/35000
164.58/157.20	c cleaning 8936 clauses out of 17919 with flag 0/45000
191.93/184.22	c cleaning 9971 clauses out of 19984 with flag 0/56001
217.51/209.54	c cleaning 10997 clauses out of 22012 with flag 0/68000
240.88/232.66	c cleaning 11998 clauses out of 24015 with flag 0/81000
277.82/269.28	c cleaning 13002 clauses out of 26018 with flag 0/95001
325.53/316.41	c cleaning 13991 clauses out of 28015 with flag 0/110000
376.55/366.84	c cleaning 15003 clauses out of 30027 with flag 0/126003
434.67/424.05	c cleaning 16008 clauses out of 32023 with flag 0/143002
485.76/474.23	c cleaning 16997 clauses out of 34013 with flag 0/161000
530.77/521.67	c cleaning 17998 clauses out of 36016 with flag 0/180000
568.89/559.91	c cleaning 19000 clauses out of 38019 with flag 0/200001
663.34/653.35	c cleaning 20008 clauses out of 40023 with flag 0/221005
770.12/758.83	c cleaning 21000 clauses out of 42010 with flag 0/243000
822.60/812.95	c starts		: 22
822.60/812.96	c conflicts		: 253372
822.60/812.96	c decisions		: 556718
822.60/812.96	c propagations		: 639608064
822.60/812.96	c inspects		: 1484653309
822.60/812.96	c shortcuts		: 0
822.60/812.96	c learnt literals	: 4
822.60/812.96	c learnt binary clauses	: 362
822.60/812.96	c learnt ternary clauses	: 611
822.60/812.96	c learnt constraints	: 253367
822.60/812.96	c ignored constraints	: 0
822.60/812.96	c root simplifications	: 0
822.60/812.96	c removed literals (reason simplification)	: 0
822.60/812.96	c reason swapping (by a shorter reason)	: 0
822.60/812.96	c Calls to reduceDB	: 18
822.60/812.96	c Number of update (reduction) of LBD	: 264527
822.60/812.96	c Imported unit clauses	: 0
822.60/812.96	c No decision after first conflict	: false
822.60/812.96	c number of reductions to clauses (during analyze)	: 0
822.60/812.96	c number of learned constraints concerned by reduction	: 0
822.60/812.96	c number of learning phase by resolution	: 0
822.60/812.96	c number of learning phase by cutting planes	: 0
822.60/812.96	c number of rounding to 1 operations	: 0
822.60/812.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
822.60/812.96	c number of reductions of the coefficients by power 2 	: 0
822.60/812.96	c number of right shift for reduction by power 2 	: 0
822.60/812.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
822.60/812.96	c number of ending skipping 	: 0
822.60/812.96	c number of internal skipping 	: 0
822.60/812.96	c number of derivation steps 	: 14615849
822.60/812.96	c number of skipped derivation steps 	: 0
822.60/812.96	c number of remaining unassigned 	: 115560
822.60/812.96	c number of remaining assigned 	: 92535067
822.60/812.96	c number of falsified literals weakened from reason	: 0
822.60/812.96	c number of falsified literals weakened from conflict	: 0
822.60/812.97	c time for arithmetic operations	: 5994463594
822.60/812.97	c minimum degree of deleted constraints	: 1
822.60/812.97	c maximum degree of deleted constraints	: 231267098799188709759729246961688764406672654941820777384300604361451423331367025962050320440724122691544538757111025108523849319076445274315104239865713789411700068157066603770115257650153893010963385490027157384499261260367639480370357490657927772656844652632098345477877226155330951280607231870917086101170707538088843448252982657503468881571357593042743347668308272000
822.60/812.97	c number of deleted constraints	: 221986
822.60/812.97	c speed (assignments/second)	: 843835.7153317317
822.60/812.97	c non guided choices	: 16029
822.60/812.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7074
822.60/812.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 362
822.60/812.99	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 23945
822.60/812.99	s UNSATISFIABLE
822.60/812.99	c Total wall clock time (in seconds): 812.828

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 19:01:05 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: 63708 MiB (60592 MiB free)
  memory of node 1: 64465 MiB (58518 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491687-1751142680/watcher-4491687-1751142680 -o /tmp/evaluation-result-4491687-1751142680/solver-4491687-1751142680 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751142666-13554 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491687-1751142680 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4491687-1751142680.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=13934, runsolver pid=13931
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 1.89 1.63 2.31 6/335 13952
/proc/meminfo: memFree=121942336/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=18930384 memory=55652 CPUtime=0.13 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 6554 0 0 0 11 2 0 0 20 0 18 0 29945504 19384713216 13913 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4732596 13913 5340 1 0 547604 0
[pid=13934/tid=13936] ppid=13931 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 29945505 19384713216 13913 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=18930384 memory=224227754321 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29945508 19384713216 13913 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=18930384 memory=57385981077686 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 29945508 19384713216 13913 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55652 KiB

[startup+0.205939 s]*
/proc/loadavg: 1.89 1.63 2.31 7/335 13952
/proc/meminfo: memFree=121876800/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=18930384 memory=137956 CPUtime=0.31 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 7111 0 0 0 27 4 0 0 20 0 18 0 29945504 19384713216 34489 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4732596 34489 5436 1 0 547951 0
[pid=13934/tid=13936] ppid=13931 vsize=18930384 memory=4026532124 CPUtime=0.17 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 5408 0 0 0 14 3 0 0 20 0 18 0 29945505 19384713216 34489 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=18930384 memory=15975 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29945508 19384713216 35001 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=18930384 memory=56286469424100 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 29945508 19384713216 35001 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 137956 KiB

[startup+0.306009 s]*
/proc/loadavg: 1.89 1.63 2.31 7/336 13953
/proc/meminfo: memFree=121811264/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=18996948 memory=194164 CPUtime=0.46 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 7324 0 0 0 41 5 0 0 20 0 19 0 29945504 19452874752 48541 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4749237 48541 5468 1 0 548282 0
[pid=13934/tid=13936] ppid=13931 vsize=18996948 memory=-6000919502804576622 CPUtime=0.26 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 5434 0 0 0 22 4 0 0 20 0 19 0 29945505 19452874752 48541 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 48541 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 48541 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 194164 KiB

[startup+0.700242 s]
/proc/loadavg: 1.89 1.63 2.31 5/336 13953
/proc/meminfo: memFree=121182432/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=18996948 memory=1118320 CPUtime=1 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 9518 0 0 0 76 24 0 0 20 0 19 0 29945504 19452874752 279580 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4749237 279580 5468 1 0 549388 0
[pid=13934/tid=13936] ppid=13931 vsize=18996948 memory=17408 CPUtime=0.64 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 5885 0 0 0 42 22 0 0 20 0 19 0 29945505 19452874752 279580 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 279580 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 279580 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1118320 KiB

[startup+1.50025 s]
/proc/loadavg: 1.89 1.63 2.31 6/336 13953
/proc/meminfo: memFree=120706300/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=18996948 memory=2833464 CPUtime=2.46 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 22834 0 0 0 187 59 0 0 20 0 19 0 29945504 19452874752 708366 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4749237 708366 5468 1 0 1081617 0
[pid=13934/tid=13936] ppid=13931 vsize=18996948 memory=3200 CPUtime=1.42 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 6744 0 0 0 88 54 0 0 20 0 19 0 29945505 19452874752 708366 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 708366 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 708366 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2833464 KiB

[startup+3.10591 s]
/proc/loadavg: 1.89 1.63 2.31 5/336 13953
/proc/meminfo: memFree=118601096/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=18996948 memory=3382584 CPUtime=4.35 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 23166 0 0 0 365 70 0 0 20 0 19 0 29945504 19452874752 845646 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4749237 845646 5468 1 0 1081633 0
[pid=13934/tid=13936] ppid=13931 vsize=18996948 memory=10752 CPUtime=3 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 7012 0 0 0 235 65 0 0 20 0 19 0 29945505 19452874752 845646 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 845646 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 845646 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 4.35 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3382584 KiB

[startup+6.30022 s]
/proc/loadavg: 2.14 1.68 2.32 7/337 13954
/proc/meminfo: memFree=118581372/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=18996948 memory=3378900 CPUtime=7.55 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 23559 0 0 0 685 70 0 0 20 0 19 0 29945504 19452874752 844725 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4749237 844725 5468 1 0 1081633 0
[pid=13934/tid=13936] ppid=13931 vsize=18996948 memory=5632 CPUtime=6.12 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 7332 0 0 0 547 65 0 0 20 0 19 0 29945505 19452874752 844725 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 844725 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=18996948 memory=-6000919502804576622 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 844725 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 7.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3378900 KiB

[startup+12.7002 s]
/proc/loadavg: 2.29 1.72 2.33 5/337 13954
/proc/meminfo: memFree=118567068/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=18996948 memory=3383356 CPUtime=13.98 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 24446 0 0 0 1327 71 0 0 20 0 19 0 29945504 19452874752 845839 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4749237 845839 5468 1 0 1081633 0
[pid=13934/tid=13936] ppid=13931 vsize=18996948 memory=3378900 CPUtime=12.37 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 8121 0 0 0 1171 66 0 0 20 0 19 0 29945505 19452874752 845839 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=18996948 memory=17408 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 845839 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=18996948 memory=14432 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 845839 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 13.98 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3383356 KiB

[startup+25.5002 s]
/proc/loadavg: 2.67 1.84 2.36 5/337 14020
/proc/meminfo: memFree=117951496/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=18996948 memory=3396028 CPUtime=26.81 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 27968 0 0 0 2605 76 0 0 20 0 19 0 29945504 19452874752 849007 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4749237 849007 5468 1 0 1081649 0
[pid=13934/tid=13936] ppid=13931 vsize=18996948 memory=3378900 CPUtime=24.83 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 9653 0 0 0 2414 69 0 0 20 0 19 0 29945505 19452874752 849007 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=18996948 memory=3393848 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 849007 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=18996948 memory=14432 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 849007 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 26.81 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3396028 KiB

[startup+51.1058 s]
/proc/loadavg: 3.46 2.09 2.43 5/338 14089
/proc/meminfo: memFree=119484840/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=18996948 memory=3418900 CPUtime=52.55 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 32096 0 0 0 5175 80 0 0 20 0 19 0 29945504 19452874752 854725 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4749237 854725 5468 1 0 1081649 0
[pid=13934/tid=13936] ppid=13931 vsize=18996948 memory=3398080 CPUtime=49.83 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 12065 0 0 0 4913 70 0 0 20 0 19 0 29945505 19452874752 854725 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=18996948 memory=14432 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 854725 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=18996948 memory=14432 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29945508 19452874752 854725 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 52.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3418900 KiB

[startup+102.3 s]
/proc/loadavg: 3.98 2.45 2.53 5/341 14093
/proc/meminfo: memFree=118768320/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=19063512 memory=3470224 CPUtime=109.16 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 54847 0 1 0 10817 99 0 0 20 0 20 0 29945504 19521036288 867556 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4765878 867556 5532 1 0 1082336 0

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

/proc/meminfo: memFree=115217344/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=19063512 memory=4206656 CPUtime=773.67 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 81713 0 1 0 77117 250 0 0 20 0 20 0 29945504 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4765878 1051664 5532 1 0 1082474 0
[pid=13934/tid=13936] ppid=13931 vsize=19063512 memory=17408 CPUtime=741.59 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 33816 0 0 0 73966 193 0 0 20 0 20 0 29945505 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 537 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=14091] ppid=13931 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/13934/task/14091/stat : 14091 (Timer-0) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29951002 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 773.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206656 KiB

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

# cumulated CPU time of all completed processes:  user=820.126 s, system=2.60167 s

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

[startup+768 s]*
/proc/loadavg: 4.13 4.09 3.47 6/345 14599
/proc/meminfo: memFree=115170260/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=19063512 memory=4206656 CPUtime=779.47 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 81886 0 1 0 77696 251 0 0 20 0 20 0 29945504 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4765878 1051664 5532 1 0 1082474 0
[pid=13934/tid=13936] ppid=13931 vsize=19063512 memory=17 CPUtime=747.17 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 33973 0 0 0 74523 194 0 0 20 0 20 0 29945505 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 537 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=14091] ppid=13931 vsize=19063512 memory=4787212717612756642 CPUtime=0 cores=4,6
/proc/13934/task/14091/stat : 14091 (Timer-0) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29951002 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 779.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206656 KiB

[startup+793.6 s]
/proc/loadavg: 4.15 4.10 3.49 5/344 14599
/proc/meminfo: memFree=114535980/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=19063512 memory=4206656 CPUtime=803.11 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 83568 0 1 0 80055 256 0 0 20 0 20 0 29945504 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4765878 1051664 5532 1 0 1082474 0
[pid=13934/tid=13936] ppid=13931 vsize=19063512 memory=4206656 CPUtime=770.18 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 34755 0 0 0 76820 198 0 0 20 0 20 0 29945505 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=19063512 memory=4206656 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 617 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=14091] ppid=13931 vsize=19063512 memory=4206656 CPUtime=0 cores=4,6
/proc/13934/task/14091/stat : 14091 (Timer-0) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29951002 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 803.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206656 KiB

[startup+806.4 s]
/proc/loadavg: 4.11 4.09 3.50 5/343 14599
/proc/meminfo: memFree=114448152/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=19063512 memory=4206656 CPUtime=816.07 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 83599 0 1 0 81350 257 0 0 20 0 20 0 29945504 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4765878 1051664 5532 1 0 1082474 0
[pid=13934/tid=13936] ppid=13931 vsize=19063512 memory=4206656 CPUtime=782.74 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 34762 0 0 0 78075 199 0 0 20 0 20 0 29945505 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=19063512 memory=4206656 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=19063512 memory=4206656 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 617 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=14091] ppid=13931 vsize=19063512 memory=4206656 CPUtime=0 cores=4,6
/proc/13934/task/14091/stat : 14091 (Timer-0) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29951002 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 816.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206656 KiB

[startup+809.6 s]
/proc/loadavg: 4.11 4.09 3.50 5/343 14599
/proc/meminfo: memFree=114444056/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=19063512 memory=4206656 CPUtime=819.27 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 83599 0 1 0 81669 258 0 0 20 0 20 0 29945504 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4765878 1051664 5532 1 0 1082474 0
[pid=13934/tid=13936] ppid=13931 vsize=19063512 memory=-6000919502804576622 CPUtime=785.94 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 34762 0 0 0 78394 200 0 0 20 0 20 0 29945505 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=19063512 memory=4206656 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=19063512 memory=4206656 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 617 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=14091] ppid=13931 vsize=19063512 memory=-6000919502804576622 CPUtime=0 cores=4,6
/proc/13934/task/14091/stat : 14091 (Timer-0) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29951002 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 819.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206656 KiB

[startup+811.2 s]
/proc/loadavg: 4.10 4.09 3.50 4/343 14599
/proc/meminfo: memFree=114440496/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=19063512 memory=4206656 CPUtime=820.9 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 83603 0 1 0 81832 258 0 0 20 0 20 0 29945504 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4765878 1051664 5532 1 0 1082474 0
[pid=13934/tid=13936] ppid=13931 vsize=19063512 memory=14432 CPUtime=787.44 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 34762 0 0 0 78544 200 0 0 20 0 20 0 29945505 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 617 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=14091] ppid=13931 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/13934/task/14091/stat : 14091 (Timer-0) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29951002 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 820.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206656 KiB

[startup+812 s]*
/proc/loadavg: 4.10 4.09 3.50 5/343 14599
/proc/meminfo: memFree=114418780/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=19063512 memory=4206656 CPUtime=821.7 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 83603 0 1 0 81912 258 0 0 20 0 20 0 29945504 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4765878 1051664 5532 1 0 1082474 0
[pid=13934/tid=13936] ppid=13931 vsize=19063512 memory=-6000919476984703086 CPUtime=788.25 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 34762 0 0 0 78625 200 0 0 20 0 20 0 29945505 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=19063512 memory=4787212717612756642 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=19063512 memory=3779368 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 617 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=14091] ppid=13931 vsize=19063512 memory=4206656 CPUtime=0 cores=4,6
/proc/13934/task/14091/stat : 14091 (Timer-0) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29951002 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 821.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206656 KiB

[startup+812.8 s]
/proc/loadavg: 4.10 4.09 3.50 5/343 14599
/proc/meminfo: memFree=114418780/131250000 swapFree=33010684/33010684
[pid=13934] ppid=13931 vsize=19063512 memory=4206656 CPUtime=822.5 cores=4,6
/proc/13934/stat : 13934 (java) S 13931 13934 11463 0 -1 4194304 83603 0 1 0 81992 258 0 0 20 0 20 0 29945504 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
/proc/13934/statm: 4765878 1051664 5532 1 0 1082474 0
[pid=13934/tid=13936] ppid=13931 vsize=19063512 memory=4206656 CPUtime=789.04 cores=4,6
/proc/13934/task/13936/stat : 13936 (java) R 13931 13934 11463 0 -1 4194368 34762 0 0 0 78704 200 0 0 20 0 20 0 29945505 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13945] ppid=13931 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/13934/task/13945/stat : 13945 (Finalizer) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=13952] ppid=13931 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/13934/task/13952/stat : 13952 (Common-Cleaner) S 13931 13934 11463 0 -1 4194368 617 0 0 0 0 0 0 0 20 0 20 0 29945508 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
[pid=13934/tid=14091] ppid=13931 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/13934/task/14091/stat : 14091 (Timer-0) S 13931 13934 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29951002 19521036288 1051664 18446744073709551615 93937953869824 93937953873520 140729551462752 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93937953881336 93937953882128 93937965355008 140729551468845 140729551469030 140729551469030 140729551474632 0
Current children cumulated CPU time: 822.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206656 KiB

[startup+813.009 s]*
/proc/loadavg: 4.10 4.09 3.50 5/325 14601
/proc/meminfo: memFree=118554212/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 813.032
CPU time (s): 822.728
CPU user time (s): 820.126
CPU system time (s): 2.60167
CPU usage (%): 101.193
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4206656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 820.126
system time used= 2.60167
maximum resident set size= 4207424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86334
page faults= 1
swaps= 0
block input operations= 992
block output operations= 680080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40421
involuntary context switches= 5708


# summary of solver processes directly reported to runsolver:
#   pid: 13934
#   total CPU time (s): 822.728
#   total CPU user time (s): 820.126
#   total CPU system time (s): 2.60167

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.78943 second user time and 4.03735 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-28 22:31:20
IDJOB=4491687
IDBENCH=147732
IDSOLVER=3362
FILE ID=nodeC019/4491687-1751142680
RUNJOBID= nodeC019-1751142666-13554
SLURM_JOB_ID= 9587419
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491687-1751142680/watcher-4491687-1751142680 -o /tmp/evaluation-result-4491687-1751142680/solver-4491687-1751142680 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751142666-13554 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491687-1751142680 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4491687-1751142680.opb

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

MD5SUM BENCH= 62e5546fe4d774fb864c3bf961c813a7
RANDOM SEED=905187159

nodeC019 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.646
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.37
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		: 3593.954
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.37
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		: 3614.645
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.37
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.736
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.37
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		: 3599.677
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.37
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.678
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.37
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		: 3652.330
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.37
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		: 3700.000
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121969428 kB
MemAvailable:   121609784 kB
Buffers:            3280 kB
Cached:           445756 kB
SwapCached:            0 kB
Active:          8477664 kB
Inactive:         189520 kB
Active(anon):    8236216 kB
Inactive(anon):        0 kB
Active(file):     241448 kB
Inactive(file):   189520 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20604 kB
Writeback:             8 kB
AnonPages:       8220808 kB
Mapped:           122480 kB
Shmem:             18064 kB
KReclaimable:      85104 kB
Slab:             167936 kB
SReclaimable:      85104 kB
SUnreclaim:        82832 kB
KernelStack:        5088 kB
PageTables:        19720 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   12395464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151352 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8007680 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC019 at 2025-06-28 22:44:53