Trace number 4491435

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. 543.363 533.561

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM911cf7319fa5fa56cdd8e7a94536c536
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 benchmark43.6526
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
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.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4491435-1751142666.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
129.83/126.81	c ... done. Wall clock time 126.654s.
129.83/126.81	c declared #vars     168111
129.83/126.81	c #constraints  487525
129.83/126.81	c constraints type 
129.83/126.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
129.83/126.81	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 18798
129.83/126.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
129.83/126.81	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
129.83/126.81	c 487525 constraints processed.
148.99/142.26	c cleaning 2483 clauses out of 4999 with flag 0/5001
161.83/154.63	c cleaning 4250 clauses out of 8514 with flag 0/11004
184.53/177.18	c cleaning 5624 clauses out of 11260 with flag 0/18000
207.93/200.10	c cleaning 6815 clauses out of 13635 with flag 0/26001
230.78/222.80	c cleaning 7899 clauses out of 15817 with flag 0/35000
263.26/255.01	c cleaning 8926 clauses out of 17917 with flag 0/45001
286.22/277.83	c cleaning 9977 clauses out of 19990 with flag 0/56000
309.16/300.53	c cleaning 11004 clauses out of 22015 with flag 0/68002
422.02/413.07	c cleaning 11989 clauses out of 24010 with flag 0/81001
500.93/491.56	c cleaning 12999 clauses out of 26022 with flag 0/95002
543.28/533.51	c starts		: 18
543.28/533.51	c conflicts		: 105377
543.28/533.51	c decisions		: 314764
543.28/533.51	c propagations		: 442023944
543.28/533.51	c inspects		: 934890690
543.28/533.51	c shortcuts		: 0
543.28/533.51	c learnt literals	: 13
543.28/533.51	c learnt binary clauses	: 370
543.28/533.51	c learnt ternary clauses	: 656
543.28/533.51	c learnt constraints	: 105363
543.28/533.51	c ignored constraints	: 0
543.28/533.51	c root simplifications	: 0
543.28/533.51	c removed literals (reason simplification)	: 0
543.28/533.51	c reason swapping (by a shorter reason)	: 0
543.28/533.51	c Calls to reduceDB	: 10
543.28/533.51	c Number of update (reduction) of LBD	: 124713
543.28/533.51	c Imported unit clauses	: 0
543.28/533.51	c No decision after first conflict	: false
543.28/533.51	c number of reductions to clauses (during analyze)	: 0
543.28/533.51	c number of learned constraints concerned by reduction	: 0
543.28/533.51	c number of learning phase by resolution	: 0
543.28/533.51	c number of learning phase by cutting planes	: 0
543.28/533.51	c number of rounding to 1 operations	: 0
543.28/533.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
543.28/533.51	c number of reductions of the coefficients by power 2 	: 0
543.28/533.51	c number of right shift for reduction by power 2 	: 0
543.28/533.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
543.28/533.51	c number of ending skipping 	: 0
543.28/533.51	c number of internal skipping 	: 0
543.28/533.51	c number of derivation steps 	: 6187500
543.28/533.51	c number of skipped derivation steps 	: 0
543.28/533.51	c number of remaining unassigned 	: 42530
543.28/533.51	c number of remaining assigned 	: 15449883
543.28/533.51	c number of falsified literals weakened from reason	: 0
543.28/533.51	c number of falsified literals weakened from conflict	: 0
543.28/533.51	c time for arithmetic operations	: 1546160601
543.28/533.51	c minimum degree of deleted constraints	: 1
543.28/533.51	c maximum degree of deleted constraints	: 4560290982076507166711352924104970231464097627134122957059615777384267829195229121171731997347275630080
543.28/533.51	c number of deleted constraints	: 81966
543.28/533.52	c speed (assignments/second)	: 1086932.542522088
543.28/533.52	c non guided choices	: 16978
543.28/533.53	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 8105
543.28/533.53	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 370
543.28/533.53	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 14922
543.28/533.53	s UNSATISFIABLE
543.28/533.53	c Total wall clock time (in seconds): 533.379

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 18:16:33 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 (63951 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=13661, runsolver pid=13649
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.10 1.47 2.27 8/332 13681
/proc/meminfo: memFree=129987720/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=18930384 memory=55516 CPUtime=0.12 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 6555 0 0 0 10 2 0 0 20 0 18 0 29944141 19384713216 13879 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4732596 13879 5330 1 0 547604 0
[pid=13661/tid=13665] ppid=13649 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 5057 0 0 0 6 1 0 0 20 0 18 0 29944143 19384713216 13879 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=18930384 memory=224227754321 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29944145 19384713216 13879 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=18930384 memory=57385981077686 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 29944145 19384713216 13879 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55516 KiB

[startup+0.205473 s]*
/proc/loadavg: 1.10 1.47 2.27 10/334 13683
/proc/meminfo: memFree=129672456/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=18996948 memory=156976 CPUtime=0.3 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 7205 0 0 0 26 4 0 0 20 0 19 0 29944141 19452874752 39244 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4749237 39244 5490 1 0 548238 0
[pid=13661/tid=13665] ppid=13649 vsize=18996948 memory=4026532124 CPUtime=0.17 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) S 13649 13661 11463 0 -1 4194368 5417 0 0 0 14 3 0 0 20 0 19 0 29944143 19452874752 39244 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=18996948 memory=15975 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 39244 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=18996948 memory=56286469424100 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 39244 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156976 KiB

[startup+0.305799 s]*
/proc/loadavg: 1.10 1.47 2.27 7/336 13685
/proc/meminfo: memFree=129368984/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=18996948 memory=202344 CPUtime=0.44 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 7315 0 0 0 39 5 0 0 20 0 19 0 29944141 19452874752 50586 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4749237 50586 5490 1 0 548281 0
[pid=13661/tid=13665] ppid=13649 vsize=18996948 memory=-6000919468428257646 CPUtime=0.26 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 5444 0 0 0 22 4 0 0 20 0 19 0 29944143 19452874752 50586 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 50586 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 51098 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 202344 KiB

[startup+0.700235 s]
/proc/loadavg: 1.10 1.47 2.27 8/337 13686
/proc/meminfo: memFree=127660356/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=18996948 memory=1617384 CPUtime=0.93 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 10687 0 0 0 61 32 0 0 20 0 19 0 29944141 19452874752 404346 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4749237 404346 5490 1 0 1075995 0
[pid=13661/tid=13665] ppid=13649 vsize=18996948 memory=17408 CPUtime=0.64 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 6129 0 0 0 34 30 0 0 20 0 19 0 29944143 19452874752 404346 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 404346 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 404346 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1617384 KiB

[startup+1.50024 s]
/proc/loadavg: 1.10 1.47 2.27 5/294 13703
/proc/meminfo: memFree=127106300/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=18996948 memory=2563772 CPUtime=2.29 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 22445 0 0 0 176 53 0 0 20 0 19 0 29944141 19452874752 640943 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4749237 640943 5490 1 0 1081375 0
[pid=13661/tid=13665] ppid=13649 vsize=18996948 memory=3200 CPUtime=1.42 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 6655 0 0 0 94 48 0 0 20 0 19 0 29944143 19452874752 640943 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 640943 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 640943 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2563772 KiB

[startup+3.1062 s]
/proc/loadavg: 1.10 1.47 2.27 7/337 13820
/proc/meminfo: memFree=123706376/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=18996948 memory=2567244 CPUtime=4.39 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 22933 0 0 0 385 54 0 0 20 0 19 0 29944141 19452874752 641811 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4749237 641811 5490 1 0 1081592 0
[pid=13661/tid=13665] ppid=13649 vsize=18996948 memory=10752 CPUtime=3 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 6785 0 0 0 251 49 0 0 20 0 19 0 29944143 19452874752 641811 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 641811 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 641811 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2567244 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=13661] ppid=13649 vsize=18996948 memory=2573924 CPUtime=7.6 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 23388 0 0 0 705 55 0 0 20 0 19 0 29944141 19452874752 643481 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4749237 643481 5490 1 0 1081592 0
[pid=13661/tid=13665] ppid=13649 vsize=18996948 memory=5632 CPUtime=6.13 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 7162 0 0 0 564 49 0 0 20 0 19 0 29944143 19452874752 643481 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 643481 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=18996948 memory=14432 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 643481 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 7.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2573924 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=13661] ppid=13649 vsize=18996948 memory=2576180 CPUtime=14.01 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 26282 0 0 0 1345 56 0 0 20 0 19 0 29944141 19452874752 644045 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4749237 644045 5490 1 0 1081592 0
[pid=13661/tid=13665] ppid=13649 vsize=18996948 memory=2576180 CPUtime=12.42 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 8644 0 0 0 1192 50 0 0 20 0 19 0 29944143 19452874752 644045 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 644045 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 644045 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 14.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2576180 KiB

[startup+25.5003 s]
/proc/loadavg: 2.29 1.72 2.33 5/337 13954
/proc/meminfo: memFree=118571164/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=18996948 memory=2584692 CPUtime=26.88 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 28233 0 0 0 2629 59 0 0 20 0 19 0 29944141 19452874752 646173 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4749237 646173 5490 1 0 1081592 0
[pid=13661/tid=13665] ppid=13649 vsize=18996948 memory=2582548 CPUtime=25.02 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 9641 0 0 0 2451 51 0 0 20 0 19 0 29944143 19452874752 646173 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=18996948 memory=2582548 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 646173 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=18996948 memory=2564668 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 646173 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 26.88 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2584692 KiB

[startup+51.1059 s]
/proc/loadavg: 3.02 1.94 2.39 5/339 14023
/proc/meminfo: memFree=117444796/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=18996948 memory=2601572 CPUtime=52.56 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 33674 0 0 0 5194 62 0 0 20 0 19 0 29944141 19452874752 650393 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4749237 650393 5490 1 0 1081592 0
[pid=13661/tid=13665] ppid=13649 vsize=18996948 memory=2599512 CPUtime=50.17 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 11951 0 0 0 4965 52 0 0 20 0 19 0 29944143 19452874752 650393 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=18996948 memory=2574052 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 650393 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=18996948 memory=2576180 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 29944145 19452874752 650393 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 52.56 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2601572 KiB

[startup+102.3 s]
/proc/loadavg: 3.97 2.37 2.51 5/340 14092
/proc/meminfo: memFree=118833864/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=18996948 memory=2632752 CPUtime=103.98 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 37128 0 0 0 10329 69 0 0 20 0 19 0 29944141 19452874752 658188 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4749237 658188 5490 1 0 1081592 0

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

/proc/13661/task/14098/stat : 14098 (Timer-0) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29956825 19521036288 734003 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 471.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2936012 KiB

[startup+522.3 s]
/proc/loadavg: 4.62 3.90 3.20 6/346 14120
/proc/meminfo: memFree=114833700/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=19063512 memory=2997600 CPUtime=532.03 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 65742 0 0 0 53069 134 0 0 20 0 20 0 29944141 19521036288 749400 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4765878 749400 5522 1 0 1083273 0
[pid=13661/tid=13665] ppid=13649 vsize=19063512 memory=4252 CPUtime=514.87 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 25284 0 0 0 51396 91 0 0 20 0 20 0 29944143 19521036288 749400 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=19063512 memory=2578284 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 749400 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=19063512 memory=2985288 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 749400 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=14098] ppid=13649 vsize=19063512 memory=2991444 CPUtime=0 cores=0,2
/proc/13661/task/14098/stat : 14098 (Timer-0) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29956825 19521036288 749400 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 532.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2997600 KiB

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

# cumulated CPU time of all completed processes:  user=541.978 s, system=1.38467 s

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

[startup+524.8 s]
/proc/loadavg: 4.57 3.90 3.20 5/346 14120
/proc/meminfo: memFree=114842072/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=19063512 memory=3001704 CPUtime=534.56 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 65836 0 0 0 53321 135 0 0 20 0 20 0 29944141 19521036288 750426 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4765878 750426 5522 1 0 1083273 0
[pid=13661/tid=13665] ppid=13649 vsize=19063512 memory=33 CPUtime=517.31 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 25344 0 0 0 51640 91 0 0 20 0 20 0 29944143 19521036288 750426 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 750426 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 750426 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=14098] ppid=13649 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/13661/task/14098/stat : 14098 (Timer-0) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29956825 19521036288 750426 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 534.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3001704 KiB

[startup+528 s]*
/proc/loadavg: 4.57 3.90 3.20 5/346 14120
/proc/meminfo: memFree=114821292/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=19063512 memory=3001704 CPUtime=537.76 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 65842 0 0 0 53640 136 0 0 20 0 20 0 29944141 19521036288 750426 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4765878 750426 5522 1 0 1083273 0
[pid=13661/tid=13665] ppid=13649 vsize=19063512 memory=2432 CPUtime=520.51 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 25348 0 0 0 51959 92 0 0 20 0 20 0 29944143 19521036288 750426 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=19063512 memory=3456 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 750426 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 750426 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=14098] ppid=13649 vsize=19063512 memory=4209626065402490530 CPUtime=0 cores=0,2
/proc/13661/task/14098/stat : 14098 (Timer-0) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29956825 19521036288 750426 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 537.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3001704 KiB

[startup+531.2 s]
/proc/loadavg: 4.61 3.92 3.21 5/346 14121
/proc/meminfo: memFree=114802812/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=19063512 memory=3007860 CPUtime=540.98 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 66056 0 0 0 53962 136 0 0 20 0 20 0 29944141 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4765878 751965 5522 1 0 1083273 0
[pid=13661/tid=13665] ppid=13649 vsize=19063512 memory=52889 CPUtime=523.64 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 25505 0 0 0 52272 92 0 0 20 0 20 0 29944143 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=19063512 memory=2997600 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=19063512 memory=3001704 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=14098] ppid=13649 vsize=19063512 memory=3001704 CPUtime=0 cores=0,2
/proc/13661/task/14098/stat : 14098 (Timer-0) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29956825 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 540.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3007860 KiB

[startup+532.8 s]
/proc/loadavg: 4.61 3.92 3.21 5/346 14121
/proc/meminfo: memFree=114802312/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=19063512 memory=3007860 CPUtime=542.59 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 66058 0 0 0 54122 137 0 0 20 0 20 0 29944141 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4765878 751965 5522 1 0 1083273 0
[pid=13661/tid=13665] ppid=13649 vsize=19063512 memory=3001704 CPUtime=525.24 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 25506 0 0 0 52432 92 0 0 20 0 20 0 29944143 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=19063512 memory=17120 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=19063512 memory=2991444 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=14098] ppid=13649 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/13661/task/14098/stat : 14098 (Timer-0) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29956825 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 542.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3007860 KiB

[startup+533.2 s]
/proc/loadavg: 4.61 3.92 3.21 5/346 14121
/proc/meminfo: memFree=114801556/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=19063512 memory=3007860 CPUtime=542.98 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 66058 0 0 0 54161 137 0 0 20 0 20 0 29944141 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4765878 751965 5522 1 0 1083273 0
[pid=13661/tid=13665] ppid=13649 vsize=19063512 memory=1920 CPUtime=525.64 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 25506 0 0 0 52472 92 0 0 20 0 20 0 29944143 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=14098] ppid=13649 vsize=19063512 memory=2724 CPUtime=0 cores=0,2
/proc/13661/task/14098/stat : 14098 (Timer-0) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29956825 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 542.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3007860 KiB

[startup+533.4 s]
/proc/loadavg: 4.61 3.92 3.21 5/346 14121
/proc/meminfo: memFree=114801556/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=19063512 memory=3007860 CPUtime=543.18 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 66058 0 0 0 54181 137 0 0 20 0 20 0 29944141 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4765878 751965 5522 1 0 1083273 0
[pid=13661/tid=13665] ppid=13649 vsize=19063512 memory=664844140626051375 CPUtime=525.84 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 25506 0 0 0 52492 92 0 0 20 0 20 0 29944143 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=19063512 memory=60705940439790 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=19063512 memory=3832903247555998412 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=14098] ppid=13649 vsize=19063512 memory=4060852 CPUtime=0 cores=0,2
/proc/13661/task/14098/stat : 14098 (Timer-0) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29956825 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 543.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3007860 KiB

[startup+533.5 s]
/proc/loadavg: 4.61 3.92 3.21 5/346 14121
/proc/meminfo: memFree=114801556/131250000 swapFree=33010684/33010684
[pid=13661] ppid=13649 vsize=19063512 memory=3007860 CPUtime=543.28 cores=0,2
/proc/13661/stat : 13661 (java) S 13649 13661 11463 0 -1 4194304 66358 0 0 0 54191 137 0 0 20 0 20 0 29944141 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
/proc/13661/statm: 4765878 751965 5522 1 0 1083282 0
[pid=13661/tid=13665] ppid=13649 vsize=19063512 memory=4252 CPUtime=525.93 cores=0,2
/proc/13661/task/13665/stat : 13665 (java) R 13649 13661 11463 0 -1 4194368 25859 0 0 0 52501 92 0 0 20 0 20 0 29944143 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13674] ppid=13649 vsize=19063512 memory=2578284 CPUtime=0 cores=0,2
/proc/13661/task/13674/stat : 13674 (Finalizer) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=13681] ppid=13649 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/13661/task/13681/stat : 13681 (Common-Cleaner) S 13649 13661 11463 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 20 0 29944145 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
[pid=13661/tid=14098] ppid=13649 vsize=19063512 memory=2977072 CPUtime=0 cores=0,2
/proc/13661/task/14098/stat : 14098 (Timer-0) S 13649 13661 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29956825 19521036288 751965 18446744073709551615 94697030397952 94697030401648 140733044280224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94697030409464 94697030410256 94697039704064 140733044287789 140733044287974 140733044287974 140733044293576 0
Current children cumulated CPU time: 543.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3007860 KiB

Child status: 20

Real time (s): 533.561
CPU time (s): 543.363
CPU user time (s): 541.978
CPU system time (s): 1.38467
CPU usage (%): 101.837
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3007860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 541.978
system time used= 1.38467
maximum resident set size= 3008628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68211
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32746
involuntary context switches= 3611


# summary of solver processes directly reported to runsolver:
#   pid: 13661
#   total CPU time (s): 543.363
#   total CPU user time (s): 541.978
#   total CPU system time (s): 1.38467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.1852 second user time and 2.6464 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-28 22:31:06
IDJOB=4491435
IDBENCH=147705
IDSOLVER=3362
FILE ID=nodeC019/4491435-1751142666
RUNJOBID= nodeC019-1751142666-13553
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-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491435-1751142666/watcher-4491435-1751142666 -o /tmp/evaluation-result-4491435-1751142666/solver-4491435-1751142666 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751142666-13553 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491435-1751142666 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4491435-1751142666.opb

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

MD5SUM BENCH= 911cf7319fa5fa56cdd8e7a94536c536
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		: 3599.862
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		: 3600.676
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.683
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.674
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.711
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		: 2181.005
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.680
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		: 3599.682
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:        130082172 kB
MemAvailable:   129701896 kB
Buffers:            3280 kB
Cached:           405032 kB
SwapCached:            0 kB
Active:           325708 kB
Inactive:         167452 kB
Active(anon):     103236 kB
Inactive(anon):        0 kB
Active(file):     222472 kB
Inactive(file):   167452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             26572 kB
Writeback:             0 kB
AnonPages:         87748 kB
Mapped:           113248 kB
Shmem:             18064 kB
KReclaimable:      84880 kB
Slab:             166900 kB
SReclaimable:      84880 kB
SUnreclaim:        82020 kB
KernelStack:        4152 kB
PageTables:         2636 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4696436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 433028 MiB
End job on nodeC019 at 2025-06-28 22:40:00