Trace number 4542236

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. 1236.95 1172.24

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height19_pigeons18_holes17.opb
MD5SUM664376cebc4ace2a9adeb41aa7b140b0
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 benchmark4.20328
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables64680
Total number of constraints8494
Number of constraints which are clauses4352
Number of constraints which are cardinality constraints (but not clauses)3362
Number of constraints which are nor clauses,nor cardinality constraints780
Minimum length of a constraint17
Maximum length of a constraint22
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 25
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.17	c Pseudo Boolean Optimization by upper bound
0.12/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.17	c  - never skip resolution steps
0.12/0.17	c  - Auto-division on coefficients is disabled
0.12/0.17	c  - No postprocessing
0.12/0.17	c  - Conflict is considered as is when resolving
0.12/0.17	c  - Use constraints as they come during conflict analysis
0.12/0.17	c  - Weaken first using unassigned literals
0.12/0.17	c  - Bump strategy: ALWAYS_ONE
0.12/0.17	c  - Bumper: EFFECTIVE
0.12/0.17	c --- Begin Solver configuration ---
0.12/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.17	c Learn all clauses as in MiniSAT
0.12/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.17	c No reason simplification
0.12/0.17	c Dynamic restart strategy considering the size of the coefficients
0.12/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.17	c timeout=2147483s
0.12/0.17	c DB Simplification allowed=false
0.12/0.17	c Listener: none
0.12/0.17	c --- End Solver configuration ---
0.12/0.17	c solving HOME/instance-4542236-1753214130.opb
0.12/0.17	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.18	c  no objective function found
3.12/1.80	c ... done. Wall clock time 1.621s.
3.12/1.80	c declared #vars     64680
3.12/1.80	c #constraints  8494
3.12/1.80	c constraints type 
3.12/1.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4142
3.12/1.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4352
3.12/1.80	c 8494 constraints processed.
7.86/4.28	c cleaning 776 clauses out of 5007 with flag 0/5007
11.54/6.79	c cleaning 1334 clauses out of 10228 with flag 0/11004
15.08/9.79	c cleaning 1510 clauses out of 15893 with flag 0/18003
19.52/13.81	c cleaning 1831 clauses out of 22379 with flag 0/26000
24.82/18.64	c cleaning 2921 clauses out of 29547 with flag 0/35000
31.26/24.81	c cleaning 3200 clauses out of 36631 with flag 0/45005
37.39/30.70	c cleaning 3107 clauses out of 44427 with flag 0/56001
45.33/38.34	c cleaning 3571 clauses out of 53319 with flag 0/68000
54.42/47.07	c cleaning 4074 clauses out of 62753 with flag 0/81005
65.51/57.73	c cleaning 4207 clauses out of 72675 with flag 0/95001
78.38/70.13	c cleaning 4993 clauses out of 83467 with flag 0/110000
92.34/83.54	c cleaning 5934 clauses out of 94479 with flag 0/126005
111.64/101.30	c cleaning 7851 clauses out of 105541 with flag 0/143001
130.55/118.30	c cleaning 6002 clauses out of 115690 with flag 0/161001
149.33/135.91	c cleaning 9956 clauses out of 128687 with flag 0/180000
172.90/158.13	c cleaning 8288 clauses out of 138732 with flag 0/200001
197.37/180.95	c cleaning 8495 clauses out of 151443 with flag 0/221000
222.32/204.37	c cleaning 8414 clauses out of 164948 with flag 0/243000
250.55/230.20	c cleaning 13077 clauses out of 179535 with flag 0/266001
281.25/259.50	c cleaning 22956 clauses out of 190457 with flag 0/290000
316.17/292.76	c cleaning 10661 clauses out of 192501 with flag 0/315000
350.99/325.49	c cleaning 13457 clauses out of 207840 with flag 0/341000
436.73/408.53	c cleaning 21398 clauses out of 221383 with flag 0/368000
488.67/458.79	c cleaning 12380 clauses out of 227992 with flag 0/396007
542.46/509.43	c cleaning 12856 clauses out of 244606 with flag 0/425001
621.33/584.54	c cleaning 18719 clauses out of 261749 with flag 0/455000
677.57/638.43	c cleaning 14187 clauses out of 274032 with flag 0/486002
736.27/693.81	c cleaning 16677 clauses out of 291843 with flag 0/518000
799.69/753.93	c cleaning 16089 clauses out of 308166 with flag 0/551000
868.61/818.67	c cleaning 17650 clauses out of 326078 with flag 0/585001
954.67/900.01	c cleaning 19562 clauses out of 343429 with flag 0/620002
1051.98/989.74	c cleaning 23957 clauses out of 359866 with flag 0/656001
1212.88/1148.73	c cleaning 32427 clauses out of 372908 with flag 0/693000
1236.69/1172.10	c starts		: 359
1236.69/1172.10	c conflicts		: 708411
1236.69/1172.10	c decisions		: 43867202
1236.69/1172.10	c propagations		: 134712095
1236.69/1172.10	c inspects		: 2669598544
1236.69/1172.10	c shortcuts		: 0
1236.69/1172.10	c learnt literals	: 2
1236.69/1172.10	c learnt binary clauses	: 50
1236.69/1172.10	c learnt ternary clauses	: 74
1236.79/1172.11	c learnt constraints	: 708408
1236.79/1172.11	c ignored constraints	: 0
1236.79/1172.11	c root simplifications	: 0
1236.79/1172.11	c removed literals (reason simplification)	: 0
1236.79/1172.11	c reason swapping (by a shorter reason)	: 0
1236.79/1172.11	c Calls to reduceDB	: 33
1236.79/1172.11	c Number of update (reduction) of LBD	: 527446
1236.79/1172.11	c Imported unit clauses	: 0
1236.79/1172.11	c No decision after first conflict	: false
1236.79/1172.11	c number of reductions to clauses (during analyze)	: 0
1236.79/1172.11	c number of learned constraints concerned by reduction	: 0
1236.79/1172.11	c number of learning phase by resolution	: 0
1236.79/1172.11	c number of learning phase by cutting planes	: 0
1236.79/1172.11	c number of rounding to 1 operations	: 0
1236.79/1172.11	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1236.79/1172.11	c number of reductions of the coefficients by power 2 	: 0
1236.79/1172.11	c number of right shift for reduction by power 2 	: 0
1236.79/1172.11	c number of reductions of the coefficients by GCD over coefficients 	: 0
1236.79/1172.11	c number of ending skipping 	: 0
1236.79/1172.11	c number of internal skipping 	: 0
1236.79/1172.11	c number of derivation steps 	: 1863839
1236.79/1172.11	c number of skipped derivation steps 	: 0
1236.79/1172.11	c number of remaining unassigned 	: 27828
1236.79/1172.11	c number of remaining assigned 	: 72008554
1236.79/1172.11	c number of falsified literals weakened from reason	: 0
1236.79/1172.11	c number of falsified literals weakened from conflict	: 0
1236.79/1172.11	c time for arithmetic operations	: 1650111777
1236.79/1172.11	c minimum degree of deleted constraints	: 1
1236.79/1172.11	c maximum degree of deleted constraints	: 2007729726133028664209502924156578693522
1236.79/1172.11	c number of deleted constraints	: 352517
1236.79/1172.11	c speed (assignments/second)	: 115109.91283364565
1236.79/1172.11	c non guided choices	: 23991049
1236.79/1172.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 941
1236.79/1172.18	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 344100
1236.79/1172.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 50
1236.79/1172.18	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10800
1236.79/1172.19	s UNSATISFIABLE
1236.79/1172.19	c Total wall clock time (in seconds): 1172.015

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul 22 22:18: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: 63708 MiB (53810 MiB free)
  memory of node 1: 64465 MiB (62546 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542236-1753214130/watcher-4542236-1753214130 -o /tmp/evaluation-result-4542236-1753214130/solver-4542236-1753214130 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753210180-163989 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542236-1753214130 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542236-1753214130.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=165052, runsolver pid=165049

[startup+0.10006 s]*
/proc/loadavg: 4.24 4.22 4.14 5/335 165070
/proc/meminfo: memFree=119130820/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=18930384 memory=53464 CPUtime=0.12 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 6476 0 0 0 11 1 0 0 20 0 18 0 237090474 19384713216 13366 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4732596 13366 5371 1 0 547567 0
[pid=165052/tid=165054] ppid=165049 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 4998 0 0 0 6 1 0 0 20 0 18 0 237090476 19384713216 13366 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237090478 19384713216 13366 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=18930384 memory=58485492697507 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237090478 19384713216 13366 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53464 KiB

[startup+0.205896 s]*
/proc/loadavg: 4.24 4.22 4.14 7/335 165070
/proc/meminfo: memFree=119110564/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=18930384 memory=93096 CPUtime=0.31 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 7086 0 0 0 28 3 0 0 20 0 18 0 237090474 19384713216 23274 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4732596 23274 5467 1 0 547953 0
[pid=165052/tid=165054] ppid=165049 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 5400 0 0 0 15 2 0 0 20 0 18 0 237090476 19384713216 23274 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=18930384 memory=2630 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237090478 19384713216 23274 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237090478 19384713216 23274 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 93096 KiB

[startup+0.305855 s]*
/proc/loadavg: 4.24 4.22 4.14 6/336 165071
/proc/meminfo: memFree=119039736/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=18996948 memory=163024 CPUtime=0.5 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 7760 0 0 0 45 5 0 0 20 0 19 0 237090474 19452874752 40756 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4749237 40756 5499 1 0 548605 0
[pid=165052/tid=165054] ppid=165049 vsize=18997176 memory=-8527964361767822012 CPUtime=0.25 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 5435 0 0 0 22 3 0 0 20 0 19 0 237090476 19453108224 40756 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=18997176 memory=0 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237090478 19453108224 40756 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=18997176 memory=0 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237090478 19453108224 40756 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 163024 KiB

[startup+0.700247 s]
/proc/loadavg: 4.24 4.22 4.14 6/336 165071
/proc/meminfo: memFree=118611044/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=18996948 memory=753748 CPUtime=1.22 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 10019 0 0 0 105 17 0 0 20 0 19 0 237090474 19452874752 188437 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4749237 188437 5499 1 0 549821 0
[pid=165052/tid=165054] ppid=165049 vsize=18996948 memory=24704 CPUtime=0.61 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 5716 0 0 0 47 14 0 0 20 0 19 0 237090476 19452874752 188437 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237090478 19452874752 188437 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237090478 19452874752 188437 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 753748 KiB

[startup+1.50025 s]
/proc/loadavg: 4.24 4.22 4.14 6/336 165071
/proc/meminfo: memFree=117392328/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=18996948 memory=2490820 CPUtime=2.68 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 24341 0 0 0 215 53 0 0 20 0 19 0 237090474 19452874752 622705 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4749237 622705 5499 1 0 868831 0
[pid=165052/tid=165054] ppid=165049 vsize=18996948 memory=3200 CPUtime=1.38 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 6548 0 0 0 92 46 0 0 20 0 19 0 237090476 19452874752 622705 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237090478 19452874752 622705 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237090478 19452874752 622705 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2490820 KiB

[startup+3.10579 s]
/proc/loadavg: 4.24 4.22 4.14 6/337 165072
/proc/meminfo: memFree=116495792/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19063512 memory=2494404 CPUtime=5.68 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 25244 0 0 0 514 54 0 0 20 0 20 0 237090474 19521036288 623601 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4765878 623601 5499 1 0 869313 0
[pid=165052/tid=165054] ppid=165049 vsize=19063512 memory=10752 CPUtime=2.84 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 6624 0 0 0 237 47 0 0 20 0 20 0 237090476 19521036288 623601 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237090478 19521036288 623601 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237090478 19521036288 623601 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237090656 19521036288 623601 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2494404 KiB

[startup+6.30026 s]
/proc/loadavg: 4.30 4.24 4.15 5/337 165072
/proc/meminfo: memFree=116396676/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19063512 memory=2496068 CPUtime=11.09 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 25902 0 0 0 1053 56 0 0 20 0 20 0 237090474 19521036288 624017 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4765878 624017 5531 1 0 869441 0
[pid=165052/tid=165054] ppid=165049 vsize=19063512 memory=0 CPUtime=5.86 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 6930 0 0 0 539 47 0 0 20 0 20 0 237090476 19521036288 624017 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237090478 19521036288 624017 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19063512 memory=-8527964361767822012 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237090478 19521036288 624017 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237090656 19521036288 624017 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 11.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2496068 KiB

[startup+12.7003 s]
/proc/loadavg: 4.28 4.23 4.15 5/337 165073
/proc/meminfo: memFree=115845616/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19063512 memory=3012160 CPUtime=18.37 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 33876 0 0 0 1770 67 0 0 20 0 20 0 237090474 19521036288 753040 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4765878 753040 5531 1 0 998974 0
[pid=165052/tid=165054] ppid=165049 vsize=19063512 memory=0 CPUtime=12.04 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 8920 0 0 0 1147 57 0 0 20 0 20 0 237090476 19521036288 753040 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19063512 memory=2500904 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237090478 19521036288 753040 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237090478 19521036288 753040 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237090656 19521036288 753040 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 18.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3012160 KiB

[startup+25.5003 s]
/proc/loadavg: 4.22 4.22 4.14 5/337 165073
/proc/meminfo: memFree=115660296/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19063512 memory=3041128 CPUtime=32 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 38320 0 0 0 3130 70 0 0 20 0 20 0 237090474 19521036288 760282 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4765878 760282 5531 1 0 999016 0
[pid=165052/tid=165054] ppid=165049 vsize=19063512 memory=-8527964361767822012 CPUtime=24.37 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 9720 0 0 0 2379 58 0 0 20 0 20 0 237090476 19521036288 760282 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19063512 memory=3100 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237090478 19521036288 760282 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19063512 memory=3032832 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 237090478 19521036288 760282 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19063512 memory=3030780 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237090656 19521036288 760282 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3041128 KiB

[startup+51.1058 s]
/proc/loadavg: 4.27 4.23 4.15 5/337 165073
/proc/meminfo: memFree=114568572/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19063512 memory=4080152 CPUtime=58.68 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 48502 0 0 0 5775 93 0 0 20 0 20 0 237090474 19521036288 1020038 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4765878 1020038 5531 1 0 1243486 0
[pid=165052/tid=165054] ppid=165049 vsize=19063512 memory=4074004 CPUtime=48.76 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 13623 0 0 0 4798 78 0 0 20 0 20 0 237090476 19521036288 1020038 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19063512 memory=-8527964361767822012 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237090478 19521036288 1020038 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19063512 memory=3554464 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 237090478 19521036288 1020038 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19063512 memory=3036944 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237090656 19521036288 1020038 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0

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

/proc/meminfo: memFree=87107364/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19130076 memory=11000280 CPUtime=1186.19 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 144123 0 0 0 118202 417 0 0 20 0 21 0 237090474 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4782519 2750070 5531 1 0 2784496 0
[pid=165052/tid=165054] ppid=165049 vsize=19130076 memory=11000280 CPUtime=1083.56 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 54373 0 0 0 108020 336 0 0 20 0 21 0 237090476 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19130076 memory=5276 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19130076 memory=11000280 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 954 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19130076 memory=11000280 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237090656 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 1186.19 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11000280 KiB

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

# cumulated CPU time of all completed processes:  user=1232.66 s, system=4.29171 s

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

[startup+1126.4 s]
/proc/loadavg: 4.19 4.23 4.19 5/342 165142
/proc/meminfo: memFree=87107884/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19130076 memory=11000280 CPUtime=1190.39 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 144317 0 0 0 118622 417 0 0 20 0 21 0 237090474 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4782519 2750070 5531 1 0 2784496 0
[pid=165052/tid=165054] ppid=165049 vsize=19130076 memory=5744780 CPUtime=1087.51 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 54555 0 0 0 108415 336 0 0 20 0 21 0 237090476 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19130076 memory=4764 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19130076 memory=2760 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 954 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19130076 memory=10752 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237090656 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 1190.39 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11000280 KiB

[startup+1152 s]*
/proc/loadavg: 4.25 4.24 4.19 5/341 165143
/proc/meminfo: memFree=87089844/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19130076 memory=11000280 CPUtime=1216.36 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 149266 0 0 0 121216 420 0 0 20 0 21 0 237090474 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4782519 2750070 5531 1 0 2784496 0
[pid=165052/tid=165054] ppid=165049 vsize=19130076 memory=-8527964361767822012 CPUtime=1112.75 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 58453 0 0 0 110937 338 0 0 20 0 21 0 237090476 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19130076 memory=4198373884444939360 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19130076 memory=7428 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 1049 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19130076 memory=2228 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237090656 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 1216.36 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11000280 KiB

[startup+1164.8 s]
/proc/loadavg: 4.29 4.25 4.20 5/341 165143
/proc/meminfo: memFree=87080268/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19130076 memory=11000280 CPUtime=1229.32 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 149628 0 0 0 122510 422 0 0 20 0 21 0 237090474 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4782519 2750070 5531 1 0 2784496 0
[pid=165052/tid=165054] ppid=165049 vsize=19130076 memory=-8527964361767822012 CPUtime=1125.37 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 58734 0 0 0 112197 340 0 0 20 0 21 0 237090476 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19130076 memory=11000280 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19130076 memory=11000280 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 1049 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19130076 memory=3200 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237090656 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 1229.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11000280 KiB

[startup+1168 s]*
/proc/loadavg: 4.27 4.24 4.20 5/341 165143
/proc/meminfo: memFree=87080268/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19130076 memory=11000280 CPUtime=1232.51 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 149633 0 0 0 122828 423 0 0 20 0 21 0 237090474 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4782519 2750070 5531 1 0 2784496 0
[pid=165052/tid=165054] ppid=165049 vsize=19130076 memory=-8527964361767822012 CPUtime=1128.56 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 58739 0 0 0 112515 341 0 0 20 0 21 0 237090476 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19130076 memory=4198373884444939360 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19130076 memory=2228 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 1049 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19130076 memory=2688 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237090656 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 1232.51 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11000280 KiB

[startup+1169.6 s]
/proc/loadavg: 4.27 4.24 4.20 5/341 165143
/proc/meminfo: memFree=87080520/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19130076 memory=11000280 CPUtime=1234.11 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 149647 0 0 0 122987 424 0 0 20 0 21 0 237090474 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4782519 2750070 5531 1 0 2784496 0
[pid=165052/tid=165054] ppid=165049 vsize=19130076 memory=14848 CPUtime=1130.15 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 58753 0 0 0 112674 341 0 0 20 0 21 0 237090476 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19130076 memory=24704 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19130076 memory=-8527964361767822012 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 1049 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237090656 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 1234.11 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11000280 KiB

[startup+1171.2 s]
/proc/loadavg: 4.24 4.24 4.19 5/341 165143
/proc/meminfo: memFree=87079512/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19130076 memory=11000280 CPUtime=1235.88 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 150364 0 0 0 123163 425 0 0 20 0 21 0 237090474 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4782519 2750070 5531 1 0 2784496 0
[pid=165052/tid=165054] ppid=165049 vsize=19130076 memory=5276 CPUtime=1131.63 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) S 165049 165052 163976 0 -1 4194368 59297 0 0 0 112821 342 0 0 20 0 21 0 237090476 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19130076 memory=11000280 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19130076 memory=-8527964361767822012 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 1049 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19130076 memory=21824 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237090656 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 1235.88 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11000280 KiB

[startup+1172 s]*
/proc/loadavg: 4.24 4.24 4.19 5/341 165143
/proc/meminfo: memFree=87079512/131249996 swapFree=33006296/33010684
[pid=165052] ppid=165049 vsize=19130076 memory=11000280 CPUtime=1236.69 cores=5,7
/proc/165052/stat : 165052 (java) S 165049 165052 163976 0 -1 4194304 150377 0 0 0 123244 425 0 0 20 0 21 0 237090474 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
/proc/165052/statm: 4782519 2750070 5531 1 0 2784496 0
[pid=165052/tid=165054] ppid=165049 vsize=19130076 memory=-8527964361767822012 CPUtime=1132.41 cores=5,7
/proc/165052/task/165054/stat : 165054 (java) R 165049 165052 163976 0 -1 4194368 59297 0 0 0 112899 342 0 0 20 0 21 0 237090476 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165063] ppid=165049 vsize=19130076 memory=4198373884444939360 CPUtime=0 cores=5,7
/proc/165052/task/165063/stat : 165063 (Finalizer) S 165049 165052 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165070] ppid=165049 vsize=19130076 memory=11830728 CPUtime=0 cores=5,7
/proc/165052/task/165070/stat : 165070 (Common-Cleaner) S 165049 165052 163976 0 -1 4194368 1049 0 0 0 0 0 0 0 20 0 21 0 237090478 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
[pid=165052/tid=165072] ppid=165049 vsize=19130076 memory=7148 CPUtime=0 cores=5,7
/proc/165052/task/165072/stat : 165072 (Timer-0) S 165049 165052 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237090656 19589197824 2750070 18446744073709551615 94639968509952 94639968513648 140727968545760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639968521464 94639968522256 94639981449216 140727968553297 140727968553444 140727968553444 140727968559048 0
Current children cumulated CPU time: 1236.69 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11000280 KiB

[startup+1172.2 s]*
/proc/loadavg: 4.24 4.24 4.19 5/322 165145
/proc/meminfo: memFree=89187236/131249996 swapFree=33006296/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): 1172.24
CPU time (s): 1236.95
CPU user time (s): 1232.66
CPU system time (s): 4.29171
CPU usage (%): 105.521
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 11001048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1232.66
system time used= 4.29171
maximum resident set size= 11001304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152947
page faults= 0
swaps= 0
block input operations= 0
block output operations= 828744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48595
involuntary context switches= 9018


# summary of solver processes directly reported to runsolver:
#   pid: 165052
#   total CPU time (s): 1236.95
#   total CPU user time (s): 1232.66
#   total CPU system time (s): 4.29171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.5684 second user time and 5.76969 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-22 21:55:30
IDJOB=4542236
IDBENCH=163910
IDSOLVER=3362
FILE ID=nodeC015/4542236-1753214130
RUNJOBID= nodeC015-1753210180-163989
SLURM_JOB_ID= 9687783
Free space on /tmp= 432416 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height19_pigeons18_holes17.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542236-1753214130/watcher-4542236-1753214130 -o /tmp/evaluation-result-4542236-1753214130/solver-4542236-1753214130 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753210180-163989 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542236-1753214130 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542236-1753214130.opb

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

MD5SUM BENCH= 664376cebc4ace2a9adeb41aa7b140b0
RANDOM SEED=665161962

nodeC015 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		: 3600.072
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	: 7000.14
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.068
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	: 7000.14
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.810
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	: 7000.14
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		: 3600.281
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.074
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	: 7000.14
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		: 3525.647
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	: 7000.14
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		: 3595.694
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	: 7000.14
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.537
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119150072 kB
MemAvailable:   120089712 kB
Buffers:            1508 kB
Cached:          1708860 kB
SwapCached:         3888 kB
Active:         10511240 kB
Inactive:         864428 kB
Active(anon):    9639400 kB
Inactive(anon):    48304 kB
Active(file):     871840 kB
Inactive(file):   816124 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3240 kB
Writeback:             8 kB
AnonPages:       9664504 kB
Mapped:           126152 kB
Shmem:             22352 kB
KReclaimable:     181828 kB
Slab:             277848 kB
SReclaimable:     181828 kB
SUnreclaim:        96020 kB
KernelStack:        5152 kB
PageTables:        22684 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12738312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9422848 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431224 MiB
End job on nodeC015 at 2025-07-22 22:15:02