Trace number 4495574

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 2025-06-06UNSAT 1845.82 1840.92

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111219348.opb
MD5SUMeec3ee0f79762b638df689011e8d3952
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 benchmark0.199041
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1212
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4495574-1751162257.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.026s.
0.13/0.18	c declared #vars     169
0.13/0.18	c #constraints  101
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.13/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.13/0.18	c 101 constraints processed.
1845.72/1840.85	c starts		: 12
1845.72/1840.85	c conflicts		: 3627
1845.72/1840.85	c decisions		: 12663
1845.72/1840.85	c propagations		: 117447
1845.72/1840.85	c inspects		: 51979383
1845.72/1840.85	c shortcuts		: 0
1845.72/1840.85	c learnt literals	: 0
1845.72/1840.85	c learnt binary clauses	: 0
1845.72/1840.85	c learnt ternary clauses	: 0
1845.72/1840.85	c learnt constraints	: 3626
1845.72/1840.85	c ignored constraints	: 0
1845.72/1840.85	c root simplifications	: 0
1845.72/1840.85	c removed literals (reason simplification)	: 0
1845.72/1840.85	c reason swapping (by a shorter reason)	: 0
1845.72/1840.85	c Calls to reduceDB	: 0
1845.72/1840.85	c Number of update (reduction) of LBD	: 0
1845.72/1840.85	c Imported unit clauses	: 0
1845.72/1840.85	c No decision after first conflict	: false
1845.72/1840.85	c number of reductions to clauses (during analyze)	: 0
1845.72/1840.85	c number of learned constraints concerned by reduction	: 0
1845.72/1840.85	c number of learning phase by resolution	: 0
1845.72/1840.85	c number of learning phase by cutting planes	: 0
1845.72/1840.85	c number of rounding to 1 operations	: 0
1845.72/1840.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1845.72/1840.85	c number of reductions of the coefficients by power 2 	: 0
1845.72/1840.85	c number of right shift for reduction by power 2 	: 0
1845.72/1840.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
1845.72/1840.85	c number of ending skipping 	: 0
1845.72/1840.85	c number of internal skipping 	: 0
1845.72/1840.85	c number of derivation steps 	: 36821
1845.72/1840.85	c number of skipped derivation steps 	: 0
1845.72/1840.86	c number of remaining unassigned 	: 46696
1845.72/1840.86	c number of remaining assigned 	: 688148
1845.72/1840.86	c number of falsified literals weakened from reason	: 0
1845.72/1840.86	c number of falsified literals weakened from conflict	: 0
1845.72/1840.86	c time for arithmetic operations	: 1296663125436
1845.72/1840.86	c minimum degree of deleted constraints	: null
1845.72/1840.86	c maximum degree of deleted constraints	: null
1845.72/1840.86	c number of deleted constraints	: 0
1845.72/1840.86	c speed (assignments/second)	: 63.806449369688096
1845.72/1840.86	c non guided choices	: 38
1845.72/1840.86	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 3625
1845.72/1840.86	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
1845.72/1840.86	s UNSATISFIABLE
1845.72/1840.86	c Total wall clock time (in seconds): 1840.712

Verifier Data

ERROR: no interpretation found !

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 (60316 MiB free)
  memory of node 1: 64465 MiB (58463 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495574-1751162257/watcher-4495574-1751162257 -o /tmp/evaluation-result-4495574-1751162257/solver-4495574-1751162257 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751158666-18821 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4495574-1751162257.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=19192, runsolver pid=19189

[startup+0.100027 s]*
/proc/loadavg: 4.14 4.16 4.10 6/337 19210
/proc/meminfo: memFree=121617700/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=18930384 memory=57776 CPUtime=0.13 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 6576 0 0 0 12 1 0 0 20 0 18 0 31848231 19384713216 14444 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4732596 14444 5354 1 0 547619 0
[pid=19192/tid=19194] ppid=19189 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 5063 0 0 0 7 0 0 0 20 0 18 0 31848232 19384713216 14444 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31848234 19384713216 14444 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=18930384 memory=60684515937227 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31848235 19384713216 14444 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57776 KiB

[startup+0.205609 s]*
/proc/loadavg: 4.14 4.16 4.10 6/338 19211
/proc/meminfo: memFree=121606484/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=18996948 memory=64688 CPUtime=0.32 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 7232 0 0 0 31 1 0 0 20 0 19 0 31848231 19452874752 16172 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4749237 16172 5418 1 0 548341 0
[pid=19192/tid=19194] ppid=19189 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 5423 0 0 0 17 1 0 0 20 0 19 0 31848232 19452874752 16172 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=18996948 memory=16124 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31848234 19452874752 16172 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=18996948 memory=59585004307431 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31848235 19452874752 16172 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31848250 19452874752 16172 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64688 KiB

[startup+0.30555 s]*
/proc/loadavg: 4.14 4.16 4.10 6/338 19211
/proc/meminfo: memFree=121590164/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=18996948 memory=76756 CPUtime=0.52 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 8046 0 0 0 50 2 0 0 20 0 19 0 31848231 19452874752 19189 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4749237 19189 5418 1 0 548721 0
[pid=19192/tid=19194] ppid=19189 vsize=18996948 memory=-6000919468361474926 CPUtime=0.26 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 5451 0 0 0 25 1 0 0 20 0 19 0 31848232 19452874752 19189 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31848234 19452874752 19189 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31848235 19452874752 19189 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31848250 19452874752 19189 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76756 KiB

[startup+0.700209 s]
/proc/loadavg: 4.14 4.16 4.10 6/338 19211
/proc/meminfo: memFree=121536980/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=167340 CPUtime=1.26 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 12833 0 0 0 122 4 0 0 20 0 20 0 31848231 19521036288 41835 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 41835 5450 1 0 551359 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=17408 CPUtime=0.59 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 5489 0 0 0 57 2 0 0 20 0 20 0 31848232 19521036288 41835 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 41835 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 41835 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 41835 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167340 KiB

[startup+1.50025 s]
/proc/loadavg: 4.14 4.16 4.10 5/318 19215
/proc/meminfo: memFree=124314060/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=257924 CPUtime=2.82 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 18486 0 0 0 274 8 0 0 20 0 20 0 31848231 19521036288 64481 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 64481 5450 1 0 552357 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=0 CPUtime=1.31 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 5725 0 0 0 126 5 0 0 20 0 20 0 31848232 19521036288 64481 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 64481 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 64481 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 64481 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 257924 KiB

[startup+3.10585 s]
/proc/loadavg: 4.29 4.19 4.12 8/338 19345
/proc/meminfo: memFree=126059876/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=753340 CPUtime=5.3 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 20541 0 0 0 510 20 0 0 20 0 20 0 31848231 19521036288 188335 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 188335 5450 1 0 913727 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=10752 CPUtime=2.87 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 6355 0 0 0 272 15 0 0 20 0 20 0 31848232 19521036288 188335 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=-6000919468361474926 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 188335 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 188335 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 188335 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 5.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 753340 KiB

[startup+6.30024 s]
/proc/loadavg: 4.29 4.19 4.12 6/339 19413
/proc/meminfo: memFree=125246556/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=1324544 CPUtime=9.36 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 29824 0 0 0 902 34 0 0 20 0 20 0 31848231 19521036288 331136 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 331136 5482 1 0 919207 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=0 CPUtime=6 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 7231 0 0 0 573 27 0 0 20 0 20 0 31848232 19521036288 331136 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 331136 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 331136 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 331136 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 9.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324544 KiB

[startup+12.7002 s]
/proc/loadavg: 4.39 4.22 4.12 5/339 19414
/proc/meminfo: memFree=121913920/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=2238484 CPUtime=16.17 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 32016 0 0 0 1565 52 0 0 20 0 20 0 31848231 19521036288 559621 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 559621 5482 1 0 919212 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=10752 CPUtime=12.31 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 8476 0 0 0 1189 42 0 0 20 0 20 0 31848232 19521036288 559621 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 559621 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=-6000919468361474926 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 559621 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=3456 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 559621 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 16.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2238484 KiB

[startup+25.5002 s]
/proc/loadavg: 4.33 4.21 4.12 6/339 19414
/proc/meminfo: memFree=121762368/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=2273336 CPUtime=29.14 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 37999 0 0 0 2860 54 0 0 20 0 20 0 31848231 19521036288 568334 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 568334 5482 1 0 919213 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=0 CPUtime=24.95 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 10213 0 0 0 2453 42 0 0 20 0 20 0 31848232 19521036288 568334 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=169644 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 568334 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 568334 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 568334 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 29.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2273336 KiB

[startup+51.1056 s]
/proc/loadavg: 4.30 4.21 4.12 5/339 19414
/proc/meminfo: memFree=121414216/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=2332808 CPUtime=54.92 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 42069 0 0 0 5435 57 0 0 20 0 20 0 31848231 19521036288 583202 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 583202 5482 1 0 919213 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=-6000919468361474926 CPUtime=50.25 cores=4,6

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

/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 1787.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3570192 KiB

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

# cumulated CPU time of all completed processes:  user=1844.27 s, system=1.55771 s

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

[startup+1792 s]*
/proc/loadavg: 4.13 4.12 4.09 5/340 19509
/proc/meminfo: memFree=116737324/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=3570192 CPUtime=1796.91 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 82495 0 0 0 179539 152 0 0 20 0 20 0 31848231 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 892548 5482 1 0 919213 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=-6000919506999272302 CPUtime=1781.03 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 34064 0 0 0 178054 49 0 0 20 0 20 0 31848232 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=6443645466317581648 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=7379546452493687148 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 729 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=6443645466317581648 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 1796.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3570192 KiB

[startup+1817.6 s]
/proc/loadavg: 4.08 4.11 4.09 5/340 19511
/proc/meminfo: memFree=116706340/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=3570192 CPUtime=1822.47 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 82602 0 0 0 182094 153 0 0 20 0 20 0 31848231 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 892548 5482 1 0 919213 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=3570192 CPUtime=1806.52 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 34078 0 0 0 180603 49 0 0 20 0 20 0 31848232 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=3072 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 795 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 1822.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3570192 KiB

[startup+1830.4 s]
/proc/loadavg: 4.07 4.10 4.09 5/340 19511
/proc/meminfo: memFree=116694060/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=3570192 CPUtime=1835.29 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 82647 0 0 0 183375 154 0 0 20 0 20 0 31848231 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 892548 5482 1 0 919213 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=1664 CPUtime=1819.26 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 34108 0 0 0 181877 49 0 0 20 0 20 0 31848232 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=3570192 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=3570192 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 795 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=3570192 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 1835.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3570192 KiB

[startup+1836.8 s]
/proc/loadavg: 4.06 4.10 4.09 5/340 19511
/proc/meminfo: memFree=116694060/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=3570192 CPUtime=1841.7 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 82662 0 0 0 184016 154 0 0 20 0 20 0 31848231 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 892548 5482 1 0 919213 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=5864925217685923937 CPUtime=1825.62 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 34113 0 0 0 182513 49 0 0 20 0 20 0 31848232 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=3570192 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=3570192 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 795 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=3570192 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 1841.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3570192 KiB

[startup+1838.4 s]
/proc/loadavg: 4.06 4.10 4.09 5/340 19511
/proc/meminfo: memFree=116689972/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=3570192 CPUtime=1843.31 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 82665 0 0 0 184177 154 0 0 20 0 20 0 31848231 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 892548 5482 1 0 919213 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=3570192 CPUtime=1827.21 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 34114 0 0 0 182672 49 0 0 20 0 20 0 31848232 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=3570192 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 795 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=211292520752 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 1843.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3570192 KiB

[startup+1840 s]*
/proc/loadavg: 4.06 4.10 4.09 5/340 19511
/proc/meminfo: memFree=116685624/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=3570192 CPUtime=1844.92 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 82667 0 0 0 184338 154 0 0 20 0 20 0 31848231 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 892548 5482 1 0 919213 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=-6000919506999272302 CPUtime=1828.8 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 34114 0 0 0 182831 49 0 0 20 0 20 0 31848232 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=-4050210904893802129 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=5736 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 795 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=23424 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 1844.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3570192 KiB

[startup+1840.4 s]
/proc/loadavg: 4.06 4.10 4.09 5/340 19511
/proc/meminfo: memFree=116685624/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=3570192 CPUtime=1845.31 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 82667 0 0 0 184377 154 0 0 20 0 20 0 31848231 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 892548 5482 1 0 919213 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=2736 CPUtime=1829.2 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 34114 0 0 0 182871 49 0 0 20 0 20 0 31848232 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=3570192 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 795 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 1845.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3570192 KiB

[startup+1840.8 s]
/proc/loadavg: 4.06 4.10 4.09 5/340 19511
/proc/meminfo: memFree=116685624/131250000 swapFree=33010684/33010684
[pid=19192] ppid=19189 vsize=19063512 memory=3570192 CPUtime=1845.72 cores=4,6
/proc/19192/stat : 19192 (java) S 19189 19192 18807 0 -1 4194304 82709 0 0 0 184418 154 0 0 20 0 20 0 31848231 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
/proc/19192/statm: 4765878 892548 5482 1 0 919213 0
[pid=19192/tid=19194] ppid=19189 vsize=19063512 memory=4352 CPUtime=1829.59 cores=4,6
/proc/19192/task/19194/stat : 19194 (java) R 19189 19192 18807 0 -1 4194368 34137 0 0 0 182910 49 0 0 20 0 20 0 31848232 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19203] ppid=19189 vsize=19063512 memory=3570192 CPUtime=0 cores=4,6
/proc/19192/task/19203/stat : 19203 (Finalizer) S 19189 19192 18807 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31848234 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19210] ppid=19189 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/19192/task/19210/stat : 19210 (Common-Cleaner) S 19189 19192 18807 0 -1 4194368 795 0 0 0 0 0 0 0 20 0 20 0 31848235 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
[pid=19192/tid=19211] ppid=19189 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/19192/task/19211/stat : 19211 (Timer-0) S 19189 19192 18807 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31848250 19521036288 892548 18446744073709551615 94329862750208 94329862753904 140722018796864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329862761720 94329862762512 94329890463744 140722018806142 140722018806246 140722018806246 140722018811848 0
Current children cumulated CPU time: 1845.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3570192 KiB

Child status: 20

Real time (s): 1840.92
CPU time (s): 1845.82
CPU user time (s): 1844.27
CPU system time (s): 1.55771
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 19066184
Max. memory (cumulated for all children) (KiB): 3570192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1844.26
system time used= 1.55771
maximum resident set size= 3570960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85116
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89060
involuntary context switches= 8528


# summary of solver processes directly reported to runsolver:
#   pid: 19192
#   total CPU time (s): 1845.82
#   total CPU user time (s): 1844.27
#   total CPU system time (s): 1.55771

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.8154 second user time and 8.75787 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-06-29 03:57:37
IDJOB=4495574
IDBENCH=148083
IDSOLVER=3361
FILE ID=nodeC028/4495574-1751162257
RUNJOBID= nodeC028-1751158666-18821
SLURM_JOB_ID= 9587495
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111219348.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495574-1751162257/watcher-4495574-1751162257 -o /tmp/evaluation-result-4495574-1751162257/solver-4495574-1751162257 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751158666-18821 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4495574-1751162257.opb

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

MD5SUM BENCH= eec3ee0f79762b638df689011e8d3952
RANDOM SEED=242193987

nodeC028 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.075
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.16
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.112
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.16
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		: 3722.214
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.16
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		: 3605.785
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.16
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.111
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.16
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		: 3600.091
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.16
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		: 3600.081
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.16
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		: 3601.072
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121630680 kB
MemAvailable:   121259436 kB
Buffers:            3280 kB
Cached:           421700 kB
SwapCached:            0 kB
Active:          8897180 kB
Inactive:         165944 kB
Active(anon):    8656212 kB
Inactive(anon):        0 kB
Active(file):     240968 kB
Inactive(file):   165944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               692 kB
Writeback:            12 kB
AnonPages:       8640944 kB
Mapped:           122372 kB
Shmem:             18068 kB
KReclaimable:      85956 kB
Slab:             169160 kB
SReclaimable:      85956 kB
SUnreclaim:        83204 kB
KernelStack:        5184 kB
PageTables:        20604 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11567020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8448000 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC028 at 2025-06-29 04:28:18