Trace number 4491543

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. 650.025 641.038

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM209c63ac31a13f6816f27826d17fc4ad
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 benchmark19.2254
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: EFFECTIVE
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Dynamic restart strategy considering the size of the coefficients
0.10/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4491543-1751142666.opb
0.10/0.17	c reading problem ... 
0.10/0.17	c using VERIPB proof format
0.10/0.17	c  no objective function found
21.01/19.19	c ... done. Wall clock time 19.014s.
21.01/19.19	c declared #vars     62704
21.01/19.19	c #constraints  187107
21.01/19.19	c constraints type 
21.01/19.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
21.01/19.19	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 504
21.01/19.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
21.01/19.19	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
21.01/19.19	c 187107 constraints processed.
62.56/55.26	c cleaning 2499 clauses out of 4999 with flag 0/5004
106.47/98.55	c cleaning 4245 clauses out of 8496 with flag 0/11001
185.82/177.44	c cleaning 5614 clauses out of 11248 with flag 0/18000
264.90/255.90	c cleaning 6811 clauses out of 13633 with flag 0/26001
365.12/355.29	c cleaning 7906 clauses out of 15824 with flag 0/35003
485.57/474.54	c cleaning 8948 clauses out of 17914 with flag 0/45000
610.28/601.57	c cleaning 9979 clauses out of 19966 with flag 0/56000
649.88/640.98	c starts		: 18
649.88/640.98	c conflicts		: 59726
649.88/640.98	c decisions		: 93637
649.88/640.98	c propagations		: 358180752
649.88/640.98	c inspects		: 1093611160
649.88/640.98	c shortcuts		: 0
649.88/640.98	c learnt literals	: 11
649.88/640.98	c learnt binary clauses	: 120
649.88/640.98	c learnt ternary clauses	: 446
649.88/640.98	c learnt constraints	: 59714
649.88/640.98	c ignored constraints	: 0
649.88/640.98	c root simplifications	: 0
649.88/640.98	c removed literals (reason simplification)	: 0
649.88/640.98	c reason swapping (by a shorter reason)	: 0
649.88/640.98	c Calls to reduceDB	: 7
649.88/640.98	c Number of update (reduction) of LBD	: 75129
649.88/640.98	c Imported unit clauses	: 0
649.88/640.98	c No decision after first conflict	: false
649.88/640.98	c number of reductions to clauses (during analyze)	: 0
649.88/640.98	c number of learned constraints concerned by reduction	: 0
649.88/640.98	c number of learning phase by resolution	: 0
649.88/640.98	c number of learning phase by cutting planes	: 0
649.88/640.98	c number of rounding to 1 operations	: 0
649.88/640.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
649.88/640.98	c number of reductions of the coefficients by power 2 	: 0
649.88/640.98	c number of right shift for reduction by power 2 	: 0
649.88/640.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
649.88/640.98	c number of ending skipping 	: 0
649.88/640.98	c number of internal skipping 	: 0
649.88/640.98	c number of derivation steps 	: 13966894
649.88/640.98	c number of skipped derivation steps 	: 0
649.88/640.98	c number of remaining unassigned 	: 30656
649.88/640.99	c number of remaining assigned 	: 28530816
649.88/640.99	c number of falsified literals weakened from reason	: 0
649.88/640.99	c number of falsified literals weakened from conflict	: 0
649.88/640.99	c time for arithmetic operations	: 2433869430
649.88/640.99	c minimum degree of deleted constraints	: 1
649.88/640.99	c maximum degree of deleted constraints	: 7111315813226973840230726064995332437011074147269288642195877936347791851154118993933716376678706225920
649.88/640.99	c number of deleted constraints	: 46002
649.88/640.99	c speed (assignments/second)	: 576049.6374970247
649.88/640.99	c non guided choices	: 2137
650.00/641.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 6223
650.00/641.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 120
650.00/641.00	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7369
650.00/641.01	s UNSATISFIABLE
650.00/641.01	c Total wall clock time (in seconds): 640.836

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 18:33:34 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 (63035 MiB free)
  memory of node 1: 64465 MiB (63981 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491543-1751142666/watcher-4491543-1751142666 -o /tmp/evaluation-result-4491543-1751142666/solver-4491543-1751142666 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751142666-13556 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491543-1751142666 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4491543-1751142666.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
solver pid=13623, runsolver pid=13613
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.10 1.47 2.27 9/332 13681
/proc/meminfo: memFree=129995556/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=18930384 memory=53180 CPUtime=0.1 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 6451 0 0 0 8 2 0 0 20 0 18 0 29944136 19384713216 13295 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4732596 13295 5329 1 0 547532 0
[pid=13623/tid=13643] ppid=13613 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 4978 0 0 0 5 1 0 0 20 0 18 0 29944139 19384713216 13295 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=18930384 memory=15975 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29944141 19384713216 13295 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=18930384 memory=56286469424100 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 29944141 19384713216 13295 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53180 KiB

[startup+0.205252 s]*
/proc/loadavg: 1.10 1.47 2.27 11/332 13681
/proc/meminfo: memFree=129933968/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=18930384 memory=119432 CPUtime=0.28 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 7113 0 0 0 25 3 0 0 20 0 18 0 29944136 19384713216 29858 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4732596 29858 5425 1 0 547952 0
[pid=13623/tid=13643] ppid=13613 vsize=18930384 memory=4026532124 CPUtime=0.15 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 5391 0 0 0 13 2 0 0 20 0 18 0 29944139 19384713216 30370 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=18930384 memory=15975 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29944141 19384713216 30370 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=18930384 memory=56286469424100 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 29944141 19384713216 30370 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 119432 KiB

[startup+0.305758 s]*
/proc/loadavg: 1.10 1.47 2.27 9/336 13685
/proc/meminfo: memFree=129573468/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=18996948 memory=210772 CPUtime=0.45 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 7423 0 5 0 40 5 0 0 20 0 19 0 29944136 19452874752 52693 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4749237 52693 5457 1 0 548331 0
[pid=13623/tid=13643] ppid=13613 vsize=18996948 memory=-6000919468428257646 CPUtime=0.25 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 5446 0 0 0 21 4 0 0 20 0 19 0 29944139 19452874752 52693 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 52693 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 53205 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 210772 KiB

[startup+0.700239 s]
/proc/loadavg: 1.10 1.47 2.27 8/337 13686
/proc/meminfo: memFree=128077832/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=18996948 memory=1290172 CPUtime=1.09 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 11146 0 5 0 82 27 0 0 20 0 19 0 29944136 19452874752 322543 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4749237 322543 5457 1 0 550917 0
[pid=13623/tid=13643] ppid=13613 vsize=18996948 memory=17408 CPUtime=0.63 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 5964 0 0 0 39 24 0 0 20 0 19 0 29944139 19452874752 322543 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 322543 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 322543 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1290172 KiB

[startup+1.50026 s]
/proc/loadavg: 1.10 1.47 2.27 4/294 13699
/proc/meminfo: memFree=127093972/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=18996948 memory=1313844 CPUtime=2.64 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 21539 0 5 0 235 29 0 0 20 0 19 0 29944136 19452874752 328461 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4749237 328461 5457 1 0 555203 0
[pid=13623/tid=13643] ppid=13613 vsize=18996948 memory=3200 CPUtime=1.41 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 6074 0 0 0 117 24 0 0 20 0 19 0 29944139 19452874752 328461 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 328461 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 328461 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1313844 KiB

[startup+3.10577 s]
/proc/loadavg: 1.10 1.47 2.27 7/337 13820
/proc/meminfo: memFree=123710472/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=18996948 memory=2414832 CPUtime=4.82 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 22913 0 5 0 432 50 0 0 20 0 19 0 29944136 19452874752 603708 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4749237 603708 5457 1 0 835204 0
[pid=13623/tid=13643] ppid=13613 vsize=18996948 memory=10752 CPUtime=2.98 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 6630 0 0 0 253 45 0 0 20 0 19 0 29944139 19452874752 603708 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 603708 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 603708 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2414832 KiB

[startup+6.30025 s]
/proc/loadavg: 1.42 1.53 2.28 7/337 13887
/proc/meminfo: memFree=119743172/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=18996948 memory=2407804 CPUtime=8.06 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 23439 0 5 0 755 51 0 0 20 0 19 0 29944136 19452874752 601951 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4749237 601951 5457 1 0 835205 0
[pid=13623/tid=13643] ppid=13613 vsize=18996948 memory=5632 CPUtime=6.11 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 7016 0 0 0 565 46 0 0 20 0 19 0 29944139 19452874752 601951 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 601951 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=18996948 memory=-6000919494248393070 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 601951 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 8.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2407804 KiB

[startup+12.7002 s]
/proc/loadavg: 1.70 1.59 2.30 4/314 13897
/proc/meminfo: memFree=122498564/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=18996948 memory=2418332 CPUtime=14.55 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 26837 0 5 0 1403 52 0 0 20 0 19 0 29944136 19452874752 604583 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4749237 604583 5457 1 0 835221 0
[pid=13623/tid=13643] ppid=13613 vsize=18996948 memory=14432 CPUtime=12.31 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 7958 0 0 0 1185 46 0 0 20 0 19 0 29944139 19452874752 604583 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=18996948 memory=17408 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 604583 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=18996948 memory=14432 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29944141 19452874752 604583 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 14.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2418332 KiB

[startup+25.5003 s]
/proc/loadavg: 2.29 1.72 2.33 6/337 13954
/proc/meminfo: memFree=118571164/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=19063512 memory=2951164 CPUtime=31.75 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 37786 0 6 0 3107 68 0 0 20 0 20 0 29944136 19521036288 737791 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4765878 737791 5457 1 0 967581 0
[pid=13623/tid=13643] ppid=13613 vsize=19063512 memory=2958512 CPUtime=24.75 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 10888 0 0 0 2418 57 0 0 20 0 20 0 29944139 19521036288 737791 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=19063512 memory=2409904 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 737791 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=19063512 memory=1314228 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 737791 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13954] ppid=13613 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/13623/task/13954/stat : 13954 (Timer-0) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29946056 19521036288 737791 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 31.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2951164 KiB

[startup+51.1057 s]
/proc/loadavg: 3.02 1.94 2.39 5/339 14023
/proc/meminfo: memFree=117444796/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=19063512 memory=2958316 CPUtime=58.45 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 48770 0 6 0 5772 73 0 0 20 0 20 0 29944136 19521036288 739579 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4765878 739579 5489 1 0 967710 0
[pid=13623/tid=13643] ppid=13613 vsize=19063512 memory=2955992 CPUtime=50.13 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 15299 0 0 0 4953 60 0 0 20 0 20 0 29944139 19521036288 739579 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 739579 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 739579 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13954] ppid=13613 vsize=19063512 memory=772 CPUtime=0 cores=5,7
/proc/13623/task/13954/stat : 13954 (Timer-0) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29946056 19521036288 739579 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 58.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2958316 KiB

[startup+102.3 s]
/proc/loadavg: 3.97 2.37 2.51 5/340 14092

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

Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3469524 KiB

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

# cumulated CPU time of all completed processes:  user=648.697 s, system=1.32743 s

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

[startup+614.4 s]
/proc/loadavg: 4.39 4.03 3.32 5/345 14523
/proc/meminfo: memFree=114094004/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=19063512 memory=3512540 CPUtime=623.26 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 79682 0 6 0 62198 128 0 0 20 0 20 0 29944136 19521036288 878135 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4765878 878135 5489 1 0 967990 0
[pid=13623/tid=13643] ppid=13613 vsize=19063512 memory=-6000919494248393070 CPUtime=602.55 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 29875 0 0 0 60161 94 0 0 20 0 20 0 29944139 19521036288 878135 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 878135 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=19063512 memory=3383496 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 878135 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13954] ppid=13613 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/13623/task/13954/stat : 13954 (Timer-0) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29946056 19521036288 878135 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 623.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3512540 KiB

[startup+627.2 s]
/proc/loadavg: 4.49 4.06 3.34 5/345 14523
/proc/meminfo: memFree=114061172/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=19063512 memory=3512540 CPUtime=636.08 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 80054 0 6 0 63478 130 0 0 20 0 20 0 29944136 19521036288 878135 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4765878 878135 5489 1 0 967990 0
[pid=13623/tid=13643] ppid=13613 vsize=19063512 memory=14432 CPUtime=615.23 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 30189 0 0 0 61428 95 0 0 20 0 20 0 29944139 19521036288 878135 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 878135 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=19063512 memory=3512540 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 878135 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13954] ppid=13613 vsize=19063512 memory=3512540 CPUtime=0 cores=5,7
/proc/13623/task/13954/stat : 13954 (Timer-0) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29946056 19521036288 878135 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 636.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3512540 KiB

[startup+633.6 s]
/proc/loadavg: 4.53 4.08 3.35 5/345 14523
/proc/meminfo: memFree=114042448/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=19063512 memory=3520732 CPUtime=642.53 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 80531 0 6 0 64123 130 0 0 20 0 20 0 29944136 19521036288 880183 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4765878 880183 5489 1 0 967990 0
[pid=13623/tid=13643] ppid=13613 vsize=19063512 memory=5632 CPUtime=621.55 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 30624 0 0 0 62059 96 0 0 20 0 20 0 29944139 19521036288 880183 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=19063512 memory=3520732 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 880183 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 880183 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13954] ppid=13613 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/13623/task/13954/stat : 13954 (Timer-0) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29946056 19521036288 880183 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 642.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3520732 KiB

[startup+636.8 s]
/proc/loadavg: 4.49 4.08 3.35 5/345 14523
/proc/meminfo: memFree=114041320/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=19063512 memory=3520732 CPUtime=645.72 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 80622 0 6 0 64442 130 0 0 20 0 20 0 29944136 19521036288 880183 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4765878 880183 5489 1 0 967990 0
[pid=13623/tid=13643] ppid=13613 vsize=19063512 memory=0 CPUtime=624.74 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 30709 0 0 0 62378 96 0 0 20 0 20 0 29944139 19521036288 880183 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 880183 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 880183 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13954] ppid=13613 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/13623/task/13954/stat : 13954 (Timer-0) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29946056 19521036288 880183 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 645.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3520732 KiB

[startup+638.4 s]
/proc/loadavg: 4.49 4.08 3.35 5/345 14523
/proc/meminfo: memFree=114023308/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=19063512 memory=3533020 CPUtime=647.39 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 81232 0 6 0 64608 131 0 0 20 0 20 0 29944136 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4765878 883255 5489 1 0 967990 0
[pid=13623/tid=13643] ppid=13613 vsize=19063512 memory=6768 CPUtime=626.26 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 30726 0 0 0 62530 96 0 0 20 0 20 0 29944139 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13954] ppid=13613 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/13623/task/13954/stat : 13954 (Timer-0) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29946056 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 647.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3533020 KiB

[startup+640 s]*
/proc/loadavg: 4.45 4.08 3.35 5/345 14523
/proc/meminfo: memFree=114012700/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=19063512 memory=3533020 CPUtime=648.99 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 81234 0 6 0 64768 131 0 0 20 0 20 0 29944136 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4765878 883255 5489 1 0 967990 0
[pid=13623/tid=13643] ppid=13613 vsize=19063512 memory=28228 CPUtime=627.86 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 30728 0 0 0 62690 96 0 0 20 0 20 0 29944139 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=19063512 memory=9088 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=19063512 memory=-6000919472639469678 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13954] ppid=13613 vsize=19063512 memory=4177580 CPUtime=0 cores=5,7
/proc/13623/task/13954/stat : 13954 (Timer-0) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29946056 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 648.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3533020 KiB

[startup+640.8 s]
/proc/loadavg: 4.45 4.08 3.35 5/345 14523
/proc/meminfo: memFree=114012700/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=19063512 memory=3533020 CPUtime=649.78 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 81239 0 6 0 64847 131 0 0 20 0 20 0 29944136 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4765878 883255 5489 1 0 967990 0
[pid=13623/tid=13643] ppid=13613 vsize=19063512 memory=4352 CPUtime=628.65 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) R 13613 13623 11463 0 -1 4194368 30733 0 0 0 62769 96 0 0 20 0 20 0 29944139 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 29944141 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13954] ppid=13613 vsize=19063512 memory=3533020 CPUtime=0 cores=5,7
/proc/13623/task/13954/stat : 13954 (Timer-0) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29946056 19521036288 883255 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 649.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3533020 KiB

[startup+641 s]*
/proc/loadavg: 4.45 4.08 3.35 7/346 14525
/proc/meminfo: memFree=114011920/131250000 swapFree=33010684/33010684
[pid=13623] ppid=13613 vsize=19196640 memory=3533660 CPUtime=650 cores=5,7
/proc/13623/stat : 13623 (java) S 13613 13623 11463 0 -1 4194304 83730 0 6 0 64869 131 0 0 20 0 21 0 29944136 19657359360 883415 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
/proc/13623/statm: 4799160 883415 5521 1 0 968665 0
[pid=13623/tid=13643] ppid=13613 vsize=19196640 memory=-6000919472639469678 CPUtime=628.82 cores=5,7
/proc/13623/task/13643/stat : 13643 (java) S 13613 13623 11463 0 -1 4194368 32670 0 0 0 62786 96 0 0 20 0 21 0 29944139 19657359360 883415 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13653] ppid=13613 vsize=19196640 memory=3456 CPUtime=0 cores=5,7
/proc/13623/task/13653/stat : 13653 (Finalizer) S 13613 13623 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 29944141 19657359360 883415 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=13664] ppid=13613 vsize=19196640 memory=1920 CPUtime=0 cores=5,7
/proc/13623/task/13664/stat : 13664 (Common-Cleaner) S 13613 13623 11463 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 21 0 29944141 19657359360 883415 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=14524] ppid=13613 vsize=19196640 memory=5760 CPUtime=0.01 cores=5,7
/proc/13623/task/14524/stat : 14524 (Thread-0) R 13613 13623 11463 0 -1 4194368 381 0 0 0 1 0 0 0 20 0 21 0 30008234 19657359360 883415 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
[pid=13623/tid=14525] ppid=13613 vsize=19196640 memory=2944 CPUtime=0 cores=5,7
/proc/13623/task/14525/stat : 14525 (java) R 13613 13623 11463 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 30008234 19657359360 883415 18446744073709551615 94863303319552 94863303323248 140735129054368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94863303331064 94863303331856 94863322234880 140735129057581 140735129057766 140735129057766 140735129063368 0
Current children cumulated CPU time: 650 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 3533660 KiB

Child status: 20

Real time (s): 641.038
CPU time (s): 650.025
CPU user time (s): 648.697
CPU system time (s): 1.32743
CPU usage (%): 101.402
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 3533660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 648.697
system time used= 1.32743
maximum resident set size= 3534044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84012
page faults= 6
swaps= 0
block input operations= 112
block output operations= 448032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28177
involuntary context switches= 4039


# summary of solver processes directly reported to runsolver:
#   pid: 13623
#   total CPU time (s): 650.025
#   total CPU user time (s): 648.697
#   total CPU system time (s): 1.32743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60233 second user time and 2.80392 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-28 22:31:06
IDJOB=4491543
IDBENCH=147718
IDSOLVER=3362
FILE ID=nodeC019/4491543-1751142666
RUNJOBID= nodeC019-1751142666-13556
SLURM_JOB_ID= 9587419
Free space on /tmp= 433040 MiB

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

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

MD5SUM BENCH= 209c63ac31a13f6816f27826d17fc4ad
RANDOM SEED=1130407500

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		: 3601.433
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		: 3601.374
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		: 3599.679
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.690
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		: 3600.055
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.668
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		: 3599.765
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		: 3600.450
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:        130094336 kB
MemAvailable:   129705636 kB
Buffers:            3280 kB
Cached:           388184 kB
SwapCached:            0 kB
Active:           294560 kB
Inactive:         165832 kB
Active(anon):      87316 kB
Inactive(anon):        0 kB
Active(file):     207244 kB
Inactive(file):   165832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24952 kB
Writeback:             0 kB
AnonPages:         72148 kB
Mapped:           102556 kB
Shmem:             18064 kB
KReclaimable:      84880 kB
Slab:             167252 kB
SReclaimable:      84880 kB
SUnreclaim:        82372 kB
KernelStack:        4068 kB
PageTables:         2636 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     357644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 433040 MiB
End job on nodeC019 at 2025-06-28 22:41:47