Trace number 4511019

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. 151.497 137.643

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
MD5SUMfb8182fd0bba68f9e66fcd22263b2e3b
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 benchmark2.97667
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5685
Total number of constraints13428
Number of constraints which are clauses6344
Number of constraints which are cardinality constraints (but not clauses)7084
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.14	c version PB25.v20250606
0.11/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.15	c java.vm.version	22.0.1+8-16
0.11/0.15	c java.vm.vendor	Oracle Corporation
0.11/0.15	c sun.arch.data.model	64
0.11/0.15	c java.version		22.0.1
0.11/0.15	c os.name		Linux
0.11/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.15	c os.arch		amd64
0.11/0.16	c Free memory 		2106806208
0.11/0.16	c Max memory 		16282288128
0.11/0.16	c Total memory 		2113929216
0.11/0.16	c Number of processors 	2
0.11/0.23	c Pseudo Boolean Optimization by upper bound
0.11/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.23	c  - never skip resolution steps
0.11/0.23	c  - Auto-division on coefficients is disabled
0.11/0.23	c  - No postprocessing
0.11/0.23	c  - Conflict is considered as is when resolving
0.11/0.23	c  - Use constraints as they come during conflict analysis
0.11/0.23	c  - Weaken first using unassigned literals
0.11/0.23	c  - Bump strategy: ALWAYS_ONE
0.11/0.23	c  - Bumper: EFFECTIVE
0.11/0.23	c --- Begin Solver configuration ---
0.11/0.23	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.23	c Learn all clauses as in MiniSAT
0.11/0.23	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.23	c No reason simplification
0.11/0.23	c Dynamic restart strategy considering the size of the coefficients
0.11/0.23	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.23	c timeout=2147483s
0.11/0.23	c DB Simplification allowed=false
0.11/0.23	c Listener: none
0.11/0.23	c --- End Solver configuration ---
0.11/0.23	c solving HOME/instance-4511019-1751205842.opb
0.11/0.23	c reading problem ... 
0.11/0.23	c using VERIPB proof format
0.32/0.23	c  no objective function found
1.57/0.94	c ... done. Wall clock time 0.695s.
1.57/0.94	c declared #vars     5685
1.57/0.94	c #constraints  13428
1.57/0.94	c constraints type 
1.57/0.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4449
1.57/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7084
1.57/0.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1895
1.57/0.95	c 13428 constraints processed.
9.07/4.76	c cleaning 2161 clauses out of 5001 with flag 0/5001
17.53/11.05	c cleaning 4414 clauses out of 8840 with flag 0/11001
33.10/24.54	c cleaning 5710 clauses out of 11425 with flag 0/18000
45.33/36.27	c cleaning 6845 clauses out of 13716 with flag 0/26001
62.80/53.26	c cleaning 7928 clauses out of 15871 with flag 0/35001
85.29/74.79	c cleaning 8969 clauses out of 17943 with flag 0/45001
108.77/97.66	c cleaning 9984 clauses out of 19973 with flag 0/56000
138.14/126.13	c cleaning 10995 clauses out of 21990 with flag 0/68001
151.37/137.55	c starts		: 138
151.37/137.56	c conflicts		: 73618
151.37/137.56	c decisions		: 413404
151.37/137.56	c propagations		: 36818451
151.37/137.56	c inspects		: 191851202
151.37/137.56	c shortcuts		: 0
151.37/137.56	c learnt literals	: 0
151.37/137.56	c learnt binary clauses	: 0
151.37/137.56	c learnt ternary clauses	: 1189
151.37/137.56	c learnt constraints	: 73617
151.37/137.56	c ignored constraints	: 0
151.37/137.56	c root simplifications	: 0
151.37/137.56	c removed literals (reason simplification)	: 0
151.37/137.56	c reason swapping (by a shorter reason)	: 0
151.37/137.56	c Calls to reduceDB	: 8
151.37/137.56	c Number of update (reduction) of LBD	: 304809
151.37/137.56	c Imported unit clauses	: 0
151.37/137.56	c No decision after first conflict	: false
151.37/137.56	c number of reductions to clauses (during analyze)	: 0
151.37/137.56	c number of learned constraints concerned by reduction	: 0
151.37/137.56	c number of learning phase by resolution	: 0
151.37/137.56	c number of learning phase by cutting planes	: 0
151.37/137.56	c number of rounding to 1 operations	: 0
151.37/137.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
151.37/137.56	c number of reductions of the coefficients by power 2 	: 0
151.37/137.56	c number of right shift for reduction by power 2 	: 0
151.37/137.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
151.37/137.56	c number of ending skipping 	: 0
151.37/137.56	c number of internal skipping 	: 0
151.37/137.56	c number of derivation steps 	: 4130918
151.37/137.56	c number of skipped derivation steps 	: 0
151.37/137.56	c number of remaining unassigned 	: 4364
151.37/137.56	c number of remaining assigned 	: 20384954
151.37/137.56	c number of falsified literals weakened from reason	: 0
151.37/137.56	c number of falsified literals weakened from conflict	: 0
151.37/137.56	c time for arithmetic operations	: 786063245
151.37/137.56	c minimum degree of deleted constraints	: 1
151.37/137.56	c maximum degree of deleted constraints	: 628000506046056904321866378612
151.37/137.56	c number of deleted constraints	: 57006
151.37/137.56	c speed (assignments/second)	: 269536.75356334966
151.37/137.56	c non guided choices	: 23521
151.37/137.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1262
151.37/137.57	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1711
151.37/137.57	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 13638
151.37/137.58	s UNSATISFIABLE
151.37/137.58	c Total wall clock time (in seconds): 137.346

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 15:09:50 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: 63837 MiB (57221 MiB free)
  memory of node 1: 64465 MiB (58533 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=26817, runsolver pid=26814

[startup+0.100072 s]*
/proc/loadavg: 4.15 2.83 2.76 5/331 26835
/proc/meminfo: memFree=118508564/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=18930384 memory=48384 CPUtime=0.11 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 5812 0 0 0 8 3 0 0 20 0 18 0 36263618 19384713216 12096 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4732596 12096 5319 1 0 547007 0
[pid=26817/tid=26819] ppid=26814 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 4709 0 0 0 6 2 0 0 20 0 18 0 36263619 19384713216 12128 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36263624 19384713216 12128 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=18930384 memory=56295059375534 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36263625 19384713216 12128 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48384 KiB

[startup+0.218946 s]*
/proc/loadavg: 4.15 2.83 2.76 8/331 26835
/proc/meminfo: memFree=118572792/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=18930384 memory=61208 CPUtime=0.32 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 6859 0 0 0 28 4 0 0 20 0 18 0 36263618 19384713216 15302 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4732596 15302 5415 1 0 547877 0
[pid=26817/tid=26819] ppid=26814 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 5391 0 0 0 16 2 0 0 20 0 18 0 36263619 19384713216 15302 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=18930384 memory=2622 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36263624 19384713216 15302 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=18930384 memory=55195547730935 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36263625 19384713216 15302 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61208 KiB

[startup+0.318867 s]*
/proc/loadavg: 4.15 2.83 2.76 7/331 26835
/proc/meminfo: memFree=118544120/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=18930384 memory=100748 CPUtime=0.49 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 7005 0 0 0 45 4 0 0 20 0 18 0 36263618 19384713216 25187 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4732596 25187 5447 1 0 547952 0
[pid=26817/tid=26819] ppid=26814 vsize=18930384 memory=-6000919489953293933 CPUtime=0.28 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 5461 0 0 0 25 3 0 0 20 0 18 0 36263619 19384713216 25187 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36263624 19384713216 25187 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36263625 19384713216 25187 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 100748 KiB

[startup+0.700266 s]
/proc/loadavg: 4.15 2.83 2.76 6/332 26836
/proc/meminfo: memFree=118476820/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=18996948 memory=235160 CPUtime=1.19 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 8799 0 0 0 111 8 0 0 20 0 19 0 36263618 19452874752 58790 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4749237 58790 5479 1 0 549306 0
[pid=26817/tid=26819] ppid=26814 vsize=18996948 memory=17792 CPUtime=0.61 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 5541 0 0 0 56 5 0 0 20 0 19 0 36263619 19452874752 58790 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36263624 19452874752 58790 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36263625 19452874752 58790 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 235160 KiB

[startup+1.50026 s]
/proc/loadavg: 4.15 2.83 2.76 6/333 26837
/proc/meminfo: memFree=117883760/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=812052 CPUtime=2.76 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 21973 0 0 0 252 24 0 0 20 0 20 0 36263618 19521036288 203013 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 203013 5479 1 0 556040 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=3328 CPUtime=1.32 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 5993 0 0 0 114 18 0 0 20 0 20 0 36263619 19521036288 203013 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 203013 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 203013 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 203013 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 812052 KiB

[startup+3.10602 s]
/proc/loadavg: 4.30 2.88 2.77 6/333 26837
/proc/meminfo: memFree=117450596/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=1174316 CPUtime=5.91 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 22750 0 0 0 558 33 0 0 20 0 20 0 36263618 19521036288 293579 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 293579 5479 1 0 556133 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=14352 CPUtime=2.81 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 6298 0 0 0 256 25 0 0 20 0 20 0 36263619 19521036288 293579 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 293579 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 293579 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 293579 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1174316 KiB

[startup+6.30024 s]
/proc/loadavg: 4.30 2.88 2.77 5/333 26838
/proc/meminfo: memFree=117210824/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=1319312 CPUtime=11.05 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 34561 0 0 0 1066 39 0 0 20 0 20 0 36263618 19521036288 329828 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 329828 5479 1 0 556178 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=0 CPUtime=5.93 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 8669 0 0 0 563 30 0 0 20 0 20 0 36263619 19521036288 329828 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 329828 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 329828 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=824500 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 329828 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 11.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319312 KiB

[startup+12.7003 s]
/proc/loadavg: 4.41 2.95 2.80 6/333 26838
/proc/meminfo: memFree=116673628/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=1769700 CPUtime=20.64 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 39981 0 0 0 2013 51 0 0 20 0 20 0 36263618 19521036288 442425 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 442425 5479 1 0 664745 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=824500 CPUtime=11.97 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 8959 0 0 0 1157 40 0 0 20 0 20 0 36263619 19521036288 442425 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=1763644 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 442425 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 442425 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 442425 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 20.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1769700 KiB

[startup+25.5005 s]
/proc/loadavg: 4.42 3.00 2.82 5/333 26838
/proc/meminfo: memFree=114904928/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=3371240 CPUtime=34.39 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 49588 0 0 0 3351 88 0 0 20 0 20 0 36263618 19521036288 842810 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 842810 5479 1 0 1070026 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=0 CPUtime=24.42 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 11836 0 0 0 2370 72 0 0 20 0 20 0 36263619 19521036288 842810 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 842810 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=3371240 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 842810 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=3025048 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 842810 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 34.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3371240 KiB

[startup+51.1062 s]
/proc/loadavg: 4.42 3.11 2.86 5/333 26838
/proc/meminfo: memFree=114465400/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=3418648 CPUtime=60.7 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 53914 0 0 0 5975 95 0 0 20 0 20 0 36263618 19521036288 854662 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 854662 5479 1 0 1070062 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=3371240 CPUtime=49.23 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 14707 0 0 0 4845 78 0 0 20 0 20 0 36263619 19521036288 854662 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=26356 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 854662 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 854662 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0

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

/proc/meminfo: memFree=113890380/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=3548248 CPUtime=113.7 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 62251 0 0 0 11259 111 0 0 20 0 20 0 36263618 19521036288 887062 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 887062 5511 1 0 1070094 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=14352 CPUtime=98.54 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 17068 0 0 0 9768 86 0 0 20 0 20 0 36263619 19521036288 887062 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=3484548 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 887062 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=2241 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 887062 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=824500 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 887062 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 113.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3548248 KiB

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

# cumulated CPU time of all completed processes:  user=150.255 s, system=1.24168 s

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

[startup+102.401 s]
/proc/loadavg: 4.23 3.28 2.93 5/334 26843
/proc/meminfo: memFree=113890380/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=3548248 CPUtime=113.8 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 62251 0 0 0 11269 111 0 0 20 0 20 0 36263618 19521036288 887062 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 887062 5511 1 0 1070094 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=0 CPUtime=98.64 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 17068 0 0 0 9778 86 0 0 20 0 20 0 36263619 19521036288 887062 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 887062 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=3371240 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 887062 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 887062 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 113.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3548248 KiB

[startup+115.2 s]
/proc/loadavg: 4.19 3.31 2.95 5/333 26843
/proc/meminfo: memFree=113757000/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=3593404 CPUtime=126.95 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 62446 0 0 0 12581 114 0 0 20 0 20 0 36263618 19521036288 898351 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 898351 5511 1 0 1070094 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=17792 CPUtime=110.89 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 17152 0 0 0 11002 87 0 0 20 0 20 0 36263619 19521036288 898351 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 898351 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 898351 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=3104 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 898351 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 126.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3593404 KiB

[startup+128 s]*
/proc/loadavg: 4.23 3.36 2.97 5/333 26845
/proc/meminfo: memFree=113682424/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=3622276 CPUtime=140.87 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 64446 0 0 0 13969 118 0 0 20 0 20 0 36263618 19521036288 905569 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 905569 5511 1 0 1070143 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=-6000919489953293933 CPUtime=123.27 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 17746 0 0 0 12237 90 0 0 20 0 20 0 36263619 19521036288 905569 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 905569 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=9088 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 117 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 905569 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=23520 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 905569 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 140.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3622276 KiB

[startup+134.4 s]
/proc/loadavg: 4.29 3.38 2.98 5/333 26845
/proc/meminfo: memFree=113584212/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=3653332 CPUtime=148.19 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 64867 0 0 0 14699 120 0 0 20 0 20 0 36263618 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 913333 5511 1 0 1070191 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=17792 CPUtime=129.32 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 18025 0 0 0 12841 91 0 0 20 0 20 0 36263619 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=3622148 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 117 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 148.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3653332 KiB

[startup+136 s]*
/proc/loadavg: 4.29 3.38 2.98 5/333 26845
/proc/meminfo: memFree=113553600/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=3653332 CPUtime=149.89 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 65004 0 0 0 14868 121 0 0 20 0 20 0 36263618 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 913333 5511 1 0 1070191 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=6768 CPUtime=130.92 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 18153 0 0 0 13001 91 0 0 20 0 20 0 36263619 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=3486880 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=6640 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 117 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 149.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3653332 KiB

[startup+136.8 s]
/proc/loadavg: 4.29 3.38 2.98 5/333 26845
/proc/meminfo: memFree=113553600/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=3653332 CPUtime=150.67 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 65004 0 0 0 14946 121 0 0 20 0 20 0 36263618 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 913333 5511 1 0 1070191 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=17792 CPUtime=131.71 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 18153 0 0 0 13080 91 0 0 20 0 20 0 36263619 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 117 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=-6000919489953293933 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 150.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3653332 KiB

[startup+137.2 s]
/proc/loadavg: 4.35 3.41 2.99 5/333 26845
/proc/meminfo: memFree=113529024/131382116 swapFree=33010684/33010684
[pid=26817] ppid=26814 vsize=19063512 memory=3653332 CPUtime=151.07 cores=5,7
/proc/26817/stat : 26817 (java) S 26814 26817 26462 0 -1 4194304 65004 0 0 0 14986 121 0 0 20 0 20 0 36263618 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
/proc/26817/statm: 4765878 913333 5511 1 0 1070191 0
[pid=26817/tid=26819] ppid=26814 vsize=19063512 memory=19712 CPUtime=132.1 cores=5,7
/proc/26817/task/26819/stat : 26819 (java) R 26814 26817 26462 0 -1 4194368 18153 0 0 0 13119 91 0 0 20 0 20 0 36263619 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26828] ppid=26814 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/26817/task/26828/stat : 26828 (Finalizer) S 26814 26817 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36263624 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26835] ppid=26814 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/26817/task/26835/stat : 26835 (Common-Cleaner) S 26814 26817 26462 0 -1 4194368 117 0 0 0 0 0 0 0 20 0 20 0 36263625 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
[pid=26817/tid=26837] ppid=26814 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/26817/task/26837/stat : 26837 (Timer-0) S 26814 26817 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36263714 19521036288 913333 18446744073709551615 94846237741056 94846237744752 140733975284832 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94846237752568 94846237753360 94846263615488 140733975292205 140733975292390 140733975292390 140733975297992 0
Current children cumulated CPU time: 151.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3653332 KiB

[startup+137.602 s]*
/proc/loadavg: 4.35 3.41 2.99 5/315 26847
/proc/meminfo: memFree=115615992/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 137.643
CPU time (s): 151.497
CPU user time (s): 150.255
CPU system time (s): 1.24168
CPU usage (%): 110.065
Max. virtual memory (cumulated for all children) (KiB): 19064836
Max. memory (cumulated for all children) (KiB): 3653332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.255
system time used= 1.24168
maximum resident set size= 3653972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66958
page faults= 0
swaps= 0
block input operations= 0
block output operations= 135680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8360
involuntary context switches= 3573


# summary of solver processes directly reported to runsolver:
#   pid: 26817
#   total CPU time (s): 151.497
#   total CPU user time (s): 150.255
#   total CPU system time (s): 1.24168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.773561 second user time and 1.37196 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 16:04:02
IDJOB=4511019
IDBENCH=160417
IDSOLVER=3362
FILE ID=nodeC010/4511019-1751205842
RUNJOBID= nodeC010-1751205646-26475
SLURM_JOB_ID= 9587628
Free space on /tmp= 432688 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511019-1751205842/watcher-4511019-1751205842 -o /tmp/evaluation-result-4511019-1751205842/solver-4511019-1751205842 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751205646-26475 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511019-1751205842 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511019-1751205842.opb

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

MD5SUM BENCH= fb8182fd0bba68f9e66fcd22263b2e3b
RANDOM SEED=11485824

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        118532316 kB
MemAvailable:   119040356 kB
Buffers:            3280 kB
Cached:          1318276 kB
SwapCached:            0 kB
Active:         11237820 kB
Inactive:        1026076 kB
Active(anon):   10960496 kB
Inactive(anon):        0 kB
Active(file):     277324 kB
Inactive(file):  1026076 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15460 kB
Writeback:            12 kB
AnonPages:      10945660 kB
Mapped:           123440 kB
Shmem:             17960 kB
KReclaimable:      88532 kB
Slab:             170600 kB
SReclaimable:      88532 kB
SUnreclaim:        82068 kB
KernelStack:        5072 kB
PageTables:        25144 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13224820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10717184 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432688 MiB
End job on nodeC010 at 2025-06-29 16:06:20