Trace number 4494999

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. 175.72 165.544

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900564281.opb
MD5SUM805ed681f1e939847797e19474cd24e9
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.44807
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 705
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.18	c version PB25.v20250606
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.21	c Free memory 		2104792832
0.13/0.21	c Max memory 		16282288128
0.13/0.21	c Total memory 		2113929216
0.13/0.22	c Number of processors 	2
0.48/0.38	c Pseudo Boolean Optimization by upper bound
0.48/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.38	c  - never skip resolution steps
0.48/0.38	c  - Auto-division on coefficients is disabled
0.48/0.38	c  - No postprocessing
0.48/0.38	c  - Conflict is considered as is when resolving
0.48/0.38	c  - Use constraints as they come during conflict analysis
0.48/0.38	c  - Weaken first using unassigned literals
0.48/0.38	c  - Bump strategy: ALWAYS_ONE
0.48/0.38	c  - Bumper: EFFECTIVE
0.48/0.38	c --- Begin Solver configuration ---
0.48/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.48/0.38	c Learn all clauses as in MiniSAT
0.48/0.38	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.38	c No reason simplification
0.48/0.38	c Dynamic restart strategy considering the size of the coefficients
0.48/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.48/0.38	c timeout=2147483s
0.48/0.38	c DB Simplification allowed=false
0.48/0.38	c Listener: none
0.48/0.38	c --- End Solver configuration ---
0.48/0.38	c solving HOME/instance-4494999-1751158588.opb
0.48/0.38	c reading problem ... 
0.48/0.38	c using VERIPB proof format
0.48/0.39	c  no objective function found
0.82/0.57	c ... done. Wall clock time 0.19s.
0.82/0.57	c declared #vars     231
0.82/0.57	c #constraints  2707
0.82/0.57	c constraints type 
0.82/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.82/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.82/0.57	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.82/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.82/0.57	c 2707 constraints processed.
19.95/14.31	c cleaning 2498 clauses out of 5001 with flag 0/5001
45.87/38.96	c cleaning 4245 clauses out of 8502 with flag 0/11000
88.09/79.62	c cleaning 5628 clauses out of 11258 with flag 0/18001
140.74/131.12	c cleaning 6808 clauses out of 13629 with flag 0/26000
175.57/165.49	c starts		: 39
175.57/165.49	c conflicts		: 31430
175.57/165.49	c decisions		: 63727
175.57/165.49	c propagations		: 1370533
175.57/165.49	c inspects		: 139691454
175.57/165.49	c shortcuts		: 0
175.57/165.49	c learnt literals	: 0
175.57/165.49	c learnt binary clauses	: 0
175.57/165.49	c learnt ternary clauses	: 8
175.57/165.49	c learnt constraints	: 31429
175.57/165.49	c ignored constraints	: 0
175.57/165.49	c root simplifications	: 0
175.57/165.49	c removed literals (reason simplification)	: 0
175.57/165.49	c reason swapping (by a shorter reason)	: 0
175.57/165.49	c Calls to reduceDB	: 4
175.57/165.49	c Number of update (reduction) of LBD	: 51167
175.57/165.49	c Imported unit clauses	: 0
175.57/165.49	c No decision after first conflict	: false
175.57/165.49	c number of reductions to clauses (during analyze)	: 0
175.57/165.49	c number of learned constraints concerned by reduction	: 0
175.57/165.49	c number of learning phase by resolution	: 0
175.57/165.49	c number of learning phase by cutting planes	: 0
175.57/165.49	c number of rounding to 1 operations	: 0
175.57/165.49	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
175.57/165.49	c number of reductions of the coefficients by power 2 	: 0
175.57/165.49	c number of right shift for reduction by power 2 	: 0
175.57/165.49	c number of reductions of the coefficients by GCD over coefficients 	: 0
175.57/165.49	c number of ending skipping 	: 0
175.57/165.49	c number of internal skipping 	: 0
175.57/165.49	c number of derivation steps 	: 276896
175.57/165.49	c number of skipped derivation steps 	: 0
175.57/165.49	c number of remaining unassigned 	: 225842
175.57/165.49	c number of remaining assigned 	: 2574730
175.57/165.49	c number of falsified literals weakened from reason	: 0
175.57/165.49	c number of falsified literals weakened from conflict	: 0
175.57/165.49	c time for arithmetic operations	: 891735195
175.57/165.50	c minimum degree of deleted constraints	: 1
175.57/165.50	c maximum degree of deleted constraints	: 12364635280669417116870946941837641760
175.57/165.50	c number of deleted constraints	: 19179
175.57/165.50	c speed (assignments/second)	: 8310.49140168328
175.57/165.50	c non guided choices	: 121
175.67/165.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1042
175.67/165.50	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 78
175.67/165.50	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11130
175.67/165.51	s UNSATISFIABLE
175.67/165.51	c Total wall clock time (in seconds): 165.128

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 20:39:37 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: 63794 MiB (57394 MiB free)
  memory of node 1: 64507 MiB (60223 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494999-1751158588/watcher-4494999-1751158588 -o /tmp/evaluation-result-4494999-1751158588/solver-4494999-1751158588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19988 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494999-1751158588 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4494999-1751158588.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=20729, runsolver pid=20726
Current StackSize limit: 8192 KiB


[startup+0.100076 s]*
/proc/loadavg: 4.43 4.18 3.96 7/329 20747
/proc/meminfo: memFree=120423960/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=18930384 memory=48672 CPUtime=0.13 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 5873 0 0 0 9 4 0 0 20 0 18 0 31538587 19384713216 12168 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4732596 12168 5306 1 0 547074 0
[pid=20729/tid=20731] ppid=20726 vsize=18930384 memory=4026531960 CPUtime=0.09 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 4707 0 0 0 6 3 0 0 20 0 18 0 31538589 19384713216 12168 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31538593 19384713216 12168 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=18930384 memory=59593594258114 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31538594 19384713216 12168 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48672 KiB

[startup+0.222261 s]*
/proc/loadavg: 4.43 4.18 3.96 7/329 20747
/proc/meminfo: memFree=120418352/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=18930384 memory=57616 CPUtime=0.33 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 6549 0 0 0 28 5 0 0 20 0 18 0 31538587 19384713216 14404 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4732596 14404 5338 1 0 547603 0
[pid=20729/tid=20731] ppid=20726 vsize=18930384 memory=4026597660 CPUtime=0.2 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 5056 0 0 0 17 3 0 0 20 0 18 0 31538589 19384713216 14404 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31538593 19384713216 14404 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31538594 19384713216 14404 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57616 KiB

[startup+0.319184 s]*
/proc/loadavg: 4.43 4.18 3.96 7/329 20747
/proc/meminfo: memFree=120416840/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=18930384 memory=58768 CPUtime=0.48 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 6830 0 0 0 42 6 0 0 20 0 18 0 31538587 19384713216 14692 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4732596 14692 5338 1 0 547829 0
[pid=20729/tid=20731] ppid=20726 vsize=18930384 memory=-6000919481346649197 CPUtime=0.28 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 5241 0 0 0 25 3 0 0 20 0 18 0 31538589 19384713216 14692 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31538593 19384713216 14692 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31538594 19384713216 14692 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58768 KiB

[startup+0.700329 s]
/proc/loadavg: 4.43 4.18 3.96 8/329 20747
/proc/meminfo: memFree=120404616/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=18996948 memory=79928 CPUtime=1.18 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 7421 0 0 0 111 7 0 0 20 0 19 0 31538587 19452874752 19982 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4749237 19982 5434 1 0 548429 0
[pid=20729/tid=20731] ppid=20726 vsize=18996948 memory=17024 CPUtime=0.63 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 5485 0 0 0 59 4 0 0 20 0 19 0 31538589 19452874752 19982 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31538593 19452874752 19982 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31538594 19452874752 19982 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79928 KiB

[startup+1.5003 s]
/proc/loadavg: 4.43 4.18 3.96 6/330 20748
/proc/meminfo: memFree=120350992/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=177992 CPUtime=2.76 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 21626 0 0 0 263 13 0 0 20 0 20 0 31538587 19521036288 44498 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 44498 5498 1 0 554439 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=3200 CPUtime=1.36 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 6077 0 0 0 130 6 0 0 20 0 20 0 31538589 19521036288 44498 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 44498 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 44498 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 44498 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177992 KiB

[startup+3.10562 s]
/proc/loadavg: 4.47 4.19 3.96 6/331 20749
/proc/meminfo: memFree=120149460/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=320488 CPUtime=5.92 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 24378 0 0 0 575 17 0 0 20 0 20 0 31538587 19521036288 80122 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 80122 5498 1 0 555034 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=10624 CPUtime=2.88 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 6693 0 0 0 279 9 0 0 20 0 20 0 31538589 19521036288 80122 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 80122 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 80122 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 80122 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 320488 KiB

[startup+6.30026 s]
/proc/loadavg: 4.47 4.19 3.96 5/331 20749
/proc/meminfo: memFree=119446660/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=1006368 CPUtime=11.14 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 25757 0 0 0 1081 33 0 0 20 0 20 0 31538587 19521036288 251592 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 251592 5498 1 0 661812 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=0 CPUtime=5.96 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 7173 0 0 0 573 23 0 0 20 0 20 0 31538589 19521036288 251592 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 251592 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=139727902743121 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 251592 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 251592 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 11.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1006368 KiB

[startup+12.7003 s]
/proc/loadavg: 4.44 4.19 3.96 5/330 20749
/proc/meminfo: memFree=118832204/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=1600520 CPUtime=17.88 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 30463 0 0 0 1743 45 0 0 20 0 20 0 31538587 19521036288 400130 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 400130 5498 1 0 661834 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=139727902743121 CPUtime=11.98 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 8974 0 0 0 1164 34 0 0 20 0 20 0 31538589 19521036288 400130 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 400130 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 400130 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 400130 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 17.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1600520 KiB

[startup+25.5003 s]
/proc/loadavg: 4.42 4.20 3.97 5/331 20751
/proc/meminfo: memFree=118149444/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=2254040 CPUtime=32.16 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 37160 0 0 0 3151 65 0 0 20 0 20 0 31538587 19521036288 563510 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 563510 5498 1 0 826925 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=17024 CPUtime=24.2 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 11240 0 0 0 2369 51 0 0 20 0 20 0 31538589 19521036288 563510 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 563510 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=2249876 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 563510 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=2133140 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 563510 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 32.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2254040 KiB

[startup+51.1091 s]
/proc/loadavg: 4.34 4.20 3.98 5/331 20751
/proc/meminfo: memFree=117818020/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=2455724 CPUtime=58.8 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 42932 0 0 0 5802 78 0 0 20 0 20 0 31538587 19521036288 613931 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 613931 5498 1 0 958621 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=2258224 CPUtime=48.89 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 13224 0 0 0 4828 61 0 0 20 0 20 0 31538589 19521036288 613931 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=1600520 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 613931 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=139727902743121 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 613931 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 613931 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 58.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455724 KiB

[startup+102.3 s]
/proc/loadavg: 4.25 4.20 3.99 5/332 20758
/proc/meminfo: memFree=117289640/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=2804684 CPUtime=111.1 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 47620 0 0 0 11014 96 0 0 20 0 20 0 31538587 19521036288 701171 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 701171 5498 1 0 958697 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=2804684 CPUtime=98.7 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 16217 0 0 0 9797 73 0 0 20 0 20 0 31538589 19521036288 701171 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 701171 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=2794368 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 86 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 701171 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 701171 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 111.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2804684 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.17 4.00 5/332 20760
/proc/meminfo: memFree=117080892/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=2872500 CPUtime=172.48 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 52245 0 0 0 17141 107 0 0 20 0 20 0 31538587 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 718125 5498 1 0 958729 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=10624 CPUtime=157.33 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 18793 0 0 0 15654 79 0 0 20 0 20 0 31538589 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=2810852 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=2864300 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 133 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=2744 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 172.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2872500 KiB

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

# cumulated CPU time of all completed processes:  user=174.623 s, system=1.09733 s

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

[startup+163.2 s]
/proc/loadavg: 4.12 4.17 4.00 5/332 20760
/proc/meminfo: memFree=117064572/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=2872500 CPUtime=173.37 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 52245 0 0 0 17230 107 0 0 20 0 20 0 31538587 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 718125 5498 1 0 958729 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=2744 CPUtime=158.23 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 18793 0 0 0 15744 79 0 0 20 0 20 0 31538589 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=2864300 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=46464 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 133 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=-6000919481346649197 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 173.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2872500 KiB

[startup+164.8 s]
/proc/loadavg: 4.12 4.17 4.00 5/332 20760
/proc/meminfo: memFree=117060036/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=2872500 CPUtime=174.97 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 52245 0 0 0 17390 107 0 0 20 0 20 0 31538587 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 718125 5498 1 0 958729 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=2872500 CPUtime=159.83 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 18793 0 0 0 15904 79 0 0 20 0 20 0 31538589 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=-6000919481346649197 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=3456 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 133 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 174.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2872500 KiB

[startup+165.2 s]
/proc/loadavg: 4.12 4.17 4.00 5/332 20760
/proc/meminfo: memFree=117060036/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=2872500 CPUtime=175.37 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 52245 0 0 0 17430 107 0 0 20 0 20 0 31538587 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 718125 5498 1 0 958729 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=9096 CPUtime=160.22 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 18793 0 0 0 15943 79 0 0 20 0 20 0 31538589 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=6528 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=2228 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 133 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=2688 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 175.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2872500 KiB

[startup+165.4 s]
/proc/loadavg: 4.12 4.17 4.00 5/332 20760
/proc/meminfo: memFree=117060036/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19063512 memory=2872500 CPUtime=175.57 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 52245 0 0 0 17450 107 0 0 20 0 20 0 31538587 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4765878 718125 5498 1 0 958729 0
[pid=20729/tid=20731] ppid=20726 vsize=19063512 memory=6124895738859356463 CPUtime=160.42 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 18793 0 0 0 15963 79 0 0 20 0 20 0 31538589 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19063512 memory=54113165640434 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31538593 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19063512 memory=82282 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 133 0 0 0 0 0 0 0 20 0 20 0 31538594 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19063512 memory=-4294946547 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538645 19521036288 718125 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 175.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2872500 KiB

[startup+165.505 s]
/proc/loadavg: 4.12 4.17 4.00 5/332 20760
/proc/meminfo: memFree=117060036/131382112 swapFree=33010684/33010684
[pid=20729] ppid=20726 vsize=19196640 memory=2872884 CPUtime=175.67 cores=5,7
/proc/20729/stat : 20729 (java) S 20726 20729 19975 0 -1 4194304 54066 0 0 0 17460 107 0 0 20 0 22 0 31538587 19657359360 718221 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
/proc/20729/statm: 4799160 718221 5498 1 0 959389 0
[pid=20729/tid=20731] ppid=20726 vsize=19196640 memory=10624 CPUtime=160.5 cores=5,7
/proc/20729/task/20731/stat : 20731 (java) R 20726 20729 19975 0 -1 4194368 20234 0 0 0 15971 79 0 0 20 0 22 0 31538589 19657359360 718221 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20740] ppid=20726 vsize=19196640 memory=2810852 CPUtime=0 cores=5,7
/proc/20729/task/20740/stat : 20740 (Finalizer) S 20726 20729 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 31538593 19657359360 718221 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20747] ppid=20726 vsize=19196640 memory=14560 CPUtime=0 cores=5,7
/proc/20729/task/20747/stat : 20747 (Common-Cleaner) S 20726 20729 19975 0 -1 4194368 133 0 0 0 0 0 0 0 20 0 22 0 31538594 19657359360 718221 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
[pid=20729/tid=20748] ppid=20726 vsize=19196640 memory=14560 CPUtime=0 cores=5,7
/proc/20729/task/20748/stat : 20748 (Timer-0) S 20726 20729 19975 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 22 0 31538645 19657359360 718221 18446744073709551615 93871091150848 93871091154544 140737251424656 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93871091162360 93871091163152 93871115730944 140737251428653 140737251428838 140737251428838 140737251434440 0
Current children cumulated CPU time: 175.67 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2872884 KiB

Child status: 20

Real time (s): 165.544
CPU time (s): 175.72
CPU user time (s): 174.623
CPU system time (s): 1.09733
CPU usage (%): 106.147
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2872884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.623
system time used= 1.09733
maximum resident set size= 2873268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 123656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8384
involuntary context switches= 2808


# summary of solver processes directly reported to runsolver:
#   pid: 20729
#   total CPU time (s): 175.72
#   total CPU user time (s): 174.623
#   total CPU system time (s): 1.09733

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.8242 second user time and 1.4949 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 02:56:28
IDJOB=4494999
IDBENCH=147967
IDSOLVER=3362
FILE ID=nodeC009/4494999-1751158588
RUNJOBID= nodeC009-1751157827-19988
SLURM_JOB_ID= 9587490
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564281.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494999-1751158588/watcher-4494999-1751158588 -o /tmp/evaluation-result-4494999-1751158588/solver-4494999-1751158588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19988 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494999-1751158588 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4494999-1751158588.opb

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

MD5SUM BENCH= 805ed681f1e939847797e19474cd24e9
RANDOM SEED=946768991

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        120440844 kB
MemAvailable:   121024496 kB
Buffers:            3280 kB
Cached:          1393820 kB
SwapCached:            0 kB
Active:          9255640 kB
Inactive:        1148584 kB
Active(anon):    9025148 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):  1148584 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16452 kB
Writeback:             0 kB
AnonPages:       9010092 kB
Mapped:           122220 kB
Shmem:             17960 kB
KReclaimable:      88024 kB
Slab:             169964 kB
SReclaimable:      88024 kB
SUnreclaim:        81940 kB
KernelStack:        5096 kB
PageTables:        21096 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10697656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8765440 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC009 at 2025-06-29 02:59:14