Trace number 4544499

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 Resolution 2025-06-06UNSAT 40.56 38.3466

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat10_9identity_complement.opb
MD5SUMab67e3b90eb3931507bbeeb5ae959313
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 benchmark1.33317
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints19855
Number of constraints which are clauses18235
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1620
Minimum length of a constraint2
Maximum length of a constraint9
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4544499-1753235720.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  no objective function found
0.32/0.30	c ... done. Wall clock time 0.163s.
0.32/0.30	c declared #vars     900
0.32/0.30	c #constraints  19855
0.32/0.30	c constraints type 
0.32/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11340
0.32/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 810
0.32/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7705
0.32/0.30	c 19855 constraints processed.
2.86/1.54	c cleaning 2503 clauses out of 5005 with flag 37940/5005
4.09/2.67	c cleaning 4249 clauses out of 8497 with flag 81308/11000
5.80/4.28	c cleaning 5623 clauses out of 11249 with flag 138688/18001
8.11/6.55	c cleaning 6810 clauses out of 13625 with flag 208012/26000
10.51/8.96	c cleaning 7905 clauses out of 15815 with flag 283879/35000
13.25/11.67	c cleaning 8952 clauses out of 17910 with flag 382014/45000
15.81/14.19	c cleaning 9976 clauses out of 19958 with flag 464184/56000
18.80/17.11	c cleaning 10990 clauses out of 21983 with flag 553333/68001
23.38/21.76	c cleaning 11990 clauses out of 23993 with flag 658853/81001
28.07/26.41	c cleaning 12997 clauses out of 26002 with flag 775185/95000
32.17/30.54	c cleaning 14003 clauses out of 28005 with flag 887243/110000
36.91/35.21	c cleaning 14999 clauses out of 30003 with flag 1011359/126001
40.40/38.29	c starts		: 296
40.40/38.30	c conflicts		: 136836
40.40/38.30	c decisions		: 163275
40.40/38.30	c propagations		: 23483920
40.40/38.30	c inspects		: 692092250
40.51/38.30	c shortcuts		: 0
40.51/38.30	c learnt literals	: 6
40.51/38.30	c learnt binary clauses	: 5
40.51/38.30	c learnt ternary clauses	: 6
40.51/38.30	c learnt constraints	: 136829
40.51/38.30	c ignored constraints	: 0
40.51/38.30	c root simplifications	: 0
40.51/38.30	c removed literals (reason simplification)	: 51236
40.51/38.30	c reason swapping (by a shorter reason)	: 0
40.51/38.30	c Calls to reduceDB	: 12
40.51/38.30	c Number of update (reduction) of LBD	: 81136
40.51/38.30	c Imported unit clauses	: 0
40.51/38.30	c No decision after first conflict	: false
40.51/38.30	c number of reductions to clauses (during analyze)	: 0
40.51/38.30	c number of learned constraints concerned by reduction	: 0
40.51/38.30	c number of learning phase by resolution	: 0
40.51/38.30	c number of learning phase by cutting planes	: 0
40.51/38.30	c number of rounding to 1 operations	: 0
40.51/38.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
40.51/38.30	c number of reductions of the coefficients by power 2 	: 0
40.51/38.30	c number of right shift for reduction by power 2 	: 0
40.51/38.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
40.51/38.30	c number of ending skipping 	: 0
40.51/38.30	c number of internal skipping 	: 0
40.51/38.30	c number of derivation steps 	: 0
40.51/38.30	c number of skipped derivation steps 	: 0
40.51/38.30	c number of remaining unassigned 	: 0
40.51/38.30	c number of remaining assigned 	: 0
40.51/38.30	c number of falsified literals weakened from reason	: 0
40.51/38.30	c number of falsified literals weakened from conflict	: 0
40.51/38.30	c time for arithmetic operations	: 0
40.51/38.30	c minimum degree of deleted constraints	: null
40.51/38.30	c maximum degree of deleted constraints	: null
40.51/38.30	c number of deleted constraints	: 0
40.51/38.30	c speed (assignments/second)	: 618079.220950125
40.51/38.30	c non guided choices	: 16
40.51/38.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 25827
40.51/38.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 5
40.51/38.32	s UNSATISFIABLE
40.51/38.32	c Total wall clock time (in seconds): 38.19

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: 63665 MiB (59326 MiB free)
  memory of node 1: 64507 MiB (60965 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544499-1753235720/watcher-4544499-1753235720 -o /tmp/evaluation-result-4544499-1753235720/solver-4544499-1753235720 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171699 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4544499-1753235720.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=172270, runsolver pid=172267
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.19 4.16 4.10 6/337 172288
/proc/meminfo: memFree=123156464/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=18930384 memory=55596 CPUtime=0.12 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 6549 0 0 0 11 1 0 0 20 0 18 0 239249872 19384713216 13899 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4732596 13899 5332 1 0 547604 0
[pid=172270/tid=172272] ppid=172267 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 5047 0 0 0 6 1 0 0 20 0 18 0 239249873 19384713216 13899 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239249876 19384713216 13899 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=18930384 memory=59585004324181 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239249876 19384713216 13899 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55596 KiB

[startup+0.205754 s]*
/proc/loadavg: 4.19 4.16 4.10 7/337 172288
/proc/meminfo: memFree=123154448/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=18930384 memory=66060 CPUtime=0.32 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 7023 0 0 0 30 2 0 0 20 0 18 0 239249872 19384713216 16515 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4732596 16515 5428 1 0 547900 0
[pid=172270/tid=172272] ppid=172267 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 5286 0 0 0 16 1 0 0 20 0 18 0 239249873 19384713216 16515 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239249876 19384713216 16515 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239249876 19384713216 16515 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66060 KiB

[startup+0.30575 s]*
/proc/loadavg: 4.19 4.16 4.10 6/337 172288
/proc/meminfo: memFree=123117144/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=18930384 memory=104200 CPUtime=0.52 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 8948 0 0 0 49 3 0 0 20 0 18 0 239249872 19384713216 26050 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4732596 26050 5428 1 0 549231 0
[pid=172270/tid=172272] ppid=172267 vsize=18930384 memory=-8671514413735125692 CPUtime=0.26 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 5315 0 0 0 24 2 0 0 20 0 18 0 239249873 19384713216 26050 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239249876 19384713216 26050 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239249876 19384713216 26050 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 104200 KiB

[startup+0.70024 s]
/proc/loadavg: 4.19 4.16 4.10 6/338 172289
/proc/meminfo: memFree=123104800/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=18996948 memory=120924 CPUtime=1.28 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 15098 0 0 0 124 4 0 0 20 0 19 0 239249872 19452874752 30231 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4749237 30231 5428 1 0 553654 0
[pid=172270/tid=172272] ppid=172267 vsize=18996948 memory=27264 CPUtime=0.64 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 5405 0 0 0 62 2 0 0 20 0 19 0 239249873 19452874752 30231 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 30231 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 30231 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239249903 19452874752 30231 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120924 KiB

[startup+1.50026 s]
/proc/loadavg: 4.19 4.16 4.10 6/338 172289
/proc/meminfo: memFree=123096988/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=18996948 memory=125676 CPUtime=2.86 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 22920 0 0 0 281 5 0 0 20 0 19 0 239249872 19452874752 31419 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4749237 31419 5428 1 0 554128 0
[pid=172270/tid=172272] ppid=172267 vsize=18996948 memory=0 CPUtime=1.41 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 5548 0 0 0 139 2 0 0 20 0 19 0 239249873 19452874752 31419 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 31419 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 31419 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239249903 19452874752 31419 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 125676 KiB

[startup+3.10561 s]
/proc/loadavg: 4.19 4.16 4.10 5/338 172289
/proc/meminfo: memFree=122785844/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=18996948 memory=130312 CPUtime=4.7 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 24421 0 0 0 464 6 0 0 20 0 19 0 239249872 19452874752 32578 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4749237 32578 5428 1 0 554162 0
[pid=172270/tid=172272] ppid=172267 vsize=18996948 memory=10752 CPUtime=3.01 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 6555 0 0 0 298 3 0 0 20 0 19 0 239249873 19452874752 32578 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=18996948 memory=-8671514413735125692 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 32578 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 32578 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239249903 19452874752 32578 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 4.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 130312 KiB

[startup+6.30021 s]
/proc/loadavg: 4.25 4.17 4.11 5/338 172289
/proc/meminfo: memFree=122548184/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=18996948 memory=127548 CPUtime=7.9 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 25125 0 0 0 784 6 0 0 20 0 19 0 239249872 19452874752 31887 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4749237 31887 5428 1 0 554162 0
[pid=172270/tid=172272] ppid=172267 vsize=18996948 memory=0 CPUtime=6.19 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 6676 0 0 0 616 3 0 0 20 0 19 0 239249873 19452874752 31887 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 31887 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 31887 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=18996948 memory=126060 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239249903 19452874752 31887 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 7.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 127548 KiB

[startup+12.7002 s]
/proc/loadavg: 4.31 4.18 4.11 5/338 172289
/proc/meminfo: memFree=121755224/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=18996948 memory=137916 CPUtime=14.4 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 29209 0 0 0 1433 7 0 0 20 0 19 0 239249872 19452874752 34479 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4749237 34479 5428 1 0 554162 0
[pid=172270/tid=172272] ppid=172267 vsize=18996948 memory=126060 CPUtime=12.57 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 7805 0 0 0 1254 3 0 0 20 0 19 0 239249873 19452874752 34479 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=18996948 memory=135740 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 34479 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 34479 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239249903 19452874752 34479 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 14.4 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137916 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.19 4.11 5/338 172289
/proc/meminfo: memFree=120426988/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=18996948 memory=156348 CPUtime=27.18 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 30398 0 0 0 2711 7 0 0 20 0 19 0 239249872 19452874752 39087 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4749237 39087 5428 1 0 554178 0
[pid=172270/tid=172272] ppid=172267 vsize=18996948 memory=-8671514413735125692 CPUtime=25.35 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 8471 0 0 0 2531 4 0 0 20 0 19 0 239249873 19452874752 39087 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=18996948 memory=150204 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 39087 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 39087 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239249903 19452874752 39087 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 27.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156348 KiB

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

# cumulated CPU time of all completed processes:  user=40.4634 s, system=0.09664 s

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

[startup+25.6003 s]
/proc/loadavg: 4.32 4.19 4.11 5/338 172289
/proc/meminfo: memFree=120426988/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=18996948 memory=156348 CPUtime=27.28 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 30398 0 0 0 2721 7 0 0 20 0 19 0 239249872 19452874752 39087 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4749237 39087 5428 1 0 554178 0
[pid=172270/tid=172272] ppid=172267 vsize=18996948 memory=27264 CPUtime=25.44 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 8471 0 0 0 2540 4 0 0 20 0 19 0 239249873 19452874752 39087 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 39087 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=18996948 memory=126060 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 39087 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=18996948 memory=127548 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239249903 19452874752 39087 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 27.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156348 KiB

[startup+32.0002 s]*
/proc/loadavg: 4.37 4.20 4.12 5/337 172289
/proc/meminfo: memFree=120398820/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=18996948 memory=164540 CPUtime=33.68 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 30413 0 0 0 3360 8 0 0 20 0 19 0 239249872 19452874752 41135 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4749237 41135 5428 1 0 554178 0
[pid=172270/tid=172272] ppid=172267 vsize=18996948 memory=8170778049389422190 CPUtime=31.83 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 8485 0 0 0 3179 4 0 0 20 0 19 0 239249873 19452874752 41135 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=18996948 memory=7883661581662709056 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 41135 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=18996948 memory=-8671514413735125692 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239249876 19452874752 41135 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=18996948 memory=5276 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239249903 19452874752 41135 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 33.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 164540 KiB

[startup+35.2135 s]
/proc/loadavg: 4.34 4.20 4.12 5/338 172290
/proc/meminfo: memFree=120243424/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=19063512 memory=179576 CPUtime=36.91 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 31798 0 0 0 3683 8 0 0 20 0 20 0 239249872 19521036288 44894 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4765878 44894 5492 1 0 554467 0
[pid=172270/tid=172272] ppid=172267 vsize=19063512 memory=162492 CPUtime=35.02 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 8513 0 0 0 3498 4 0 0 20 0 20 0 239249873 19521036288 44894 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239249876 19521036288 44894 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 239249876 19521036288 44894 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=19063512 memory=-8671514413735125692 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239249903 19521036288 44894 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 36.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179576 KiB

[startup+36.8002 s]
/proc/loadavg: 4.34 4.20 4.12 5/338 172290
/proc/meminfo: memFree=120161504/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=19063512 memory=180600 CPUtime=38.63 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 33360 0 0 0 3855 8 0 0 20 0 20 0 239249872 19521036288 45150 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4765878 45150 5492 1 0 554483 0
[pid=172270/tid=172272] ppid=172267 vsize=19063512 memory=179576 CPUtime=36.6 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 9031 0 0 0 3656 4 0 0 20 0 20 0 239249873 19521036288 45150 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=19063512 memory=179576 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239249876 19521036288 45150 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=19063512 memory=179576 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 239249876 19521036288 45150 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=19063512 memory=-8671514413735125692 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239249903 19521036288 45150 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 38.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180600 KiB

[startup+37.6003 s]
/proc/loadavg: 4.34 4.20 4.12 5/338 172290
/proc/meminfo: memFree=120026336/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=19063512 memory=182392 CPUtime=39.61 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 33873 0 0 0 3953 8 0 0 20 0 20 0 239249872 19521036288 45598 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4765878 45598 5492 1 0 554483 0
[pid=172270/tid=172272] ppid=172267 vsize=19063512 memory=27264 CPUtime=37.4 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 9064 0 0 0 3736 4 0 0 20 0 20 0 239249873 19521036288 45598 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239249876 19521036288 45598 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 239249876 19521036288 45598 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239249903 19521036288 45598 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 39.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182392 KiB

[startup+38.0002 s]*
/proc/loadavg: 4.34 4.20 4.12 5/338 172290
/proc/meminfo: memFree=119973088/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=19063512 memory=182904 CPUtime=40.06 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 34004 0 0 0 3998 8 0 0 20 0 20 0 239249872 19521036288 45726 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4765878 45726 5492 1 0 554483 0
[pid=172270/tid=172272] ppid=172267 vsize=19063512 memory=-8671514413735125692 CPUtime=37.8 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 9064 0 0 0 3776 4 0 0 20 0 20 0 239249873 19521036288 45726 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239249876 19521036288 45726 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 239249876 19521036288 45726 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239249903 19521036288 45726 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 40.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182904 KiB

[startup+38.2002 s]
/proc/loadavg: 4.34 4.20 4.12 5/338 172290
/proc/meminfo: memFree=119973088/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=19063512 memory=183032 CPUtime=40.4 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 34031 0 0 0 4031 9 0 0 20 0 20 0 239249872 19521036288 45758 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4765878 45758 5492 1 0 554483 0
[pid=172270/tid=172272] ppid=172267 vsize=19063512 memory=664844110578057521 CPUtime=37.99 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) R 172267 172270 171687 0 -1 4194368 9069 0 0 0 3795 4 0 0 20 0 20 0 239249873 19521036288 45758 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=19063512 memory=648572459506991858 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239249876 19521036288 45758 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=19063512 memory=4295459077 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 239249876 19521036288 45758 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172289] ppid=172267 vsize=19063512 memory=4207900698228032267 CPUtime=0 cores=1,3
/proc/172270/task/172289/stat : 172289 (Timer-0) S 172267 172270 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239249903 19521036288 45758 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 40.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183032 KiB

[startup+38.3002 s]
/proc/loadavg: 4.34 4.20 4.12 5/338 172290
/proc/meminfo: memFree=119973088/131249996 swapFree=33010672/33010684
[pid=172270] ppid=172267 vsize=19196640 memory=183416 CPUtime=40.51 cores=1,3
/proc/172270/stat : 172270 (java) S 172267 172270 171687 0 -1 4194304 34990 0 0 0 4042 9 0 0 20 0 20 0 239249872 19657359360 45854 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
/proc/172270/statm: 4799160 45854 5492 1 0 555085 0
[pid=172270/tid=172272] ppid=172267 vsize=19196640 memory=152252 CPUtime=38.08 cores=1,3
/proc/172270/task/172272/stat : 172272 (java) S 172267 172270 171687 0 -1 4194368 9747 0 0 0 3804 4 0 0 20 0 20 0 239249873 19657359360 45854 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172281] ppid=172267 vsize=19196640 memory=-8671514413735125692 CPUtime=0 cores=1,3
/proc/172270/task/172281/stat : 172281 (Finalizer) S 172267 172270 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239249876 19657359360 45854 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
[pid=172270/tid=172288] ppid=172267 vsize=19196640 memory=148156 CPUtime=0 cores=1,3
/proc/172270/task/172288/stat : 172288 (Common-Cleaner) S 172267 172270 171687 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 239249876 19657359360 45854 18446744073709551615 93936445399040 93936445402736 140730341612576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93936445410552 93936445411344 93936462925824 140730341615999 140730341616100 140730341616100 140730341621704 0
Current children cumulated CPU time: 40.51 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 183416 KiB

Child status: 20

Real time (s): 38.3466
CPU time (s): 40.56
CPU user time (s): 40.4634
CPU system time (s): 0.09664
CPU usage (%): 105.772
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 183416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.4634
system time used= 0.09664
maximum resident set size= 183800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35289
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2257
involuntary context switches= 822


# summary of solver processes directly reported to runsolver:
#   pid: 172270
#   total CPU time (s): 40.56
#   total CPU user time (s): 40.4634
#   total CPU system time (s): 0.09664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.099769 second user time and 0.209194 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 03:55:20
IDJOB=4544499
IDBENCH=180673
IDSOLVER=3363
FILE ID=nodeC024/4544499-1753235720
RUNJOBID= nodeC024-1753232113-171699
SLURM_JOB_ID= 9687842
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat10_9identity_complement.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544499-1753235720/watcher-4544499-1753235720 -o /tmp/evaluation-result-4544499-1753235720/solver-4544499-1753235720 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171699 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4544499-1753235720.opb

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

MD5SUM BENCH= ab67e3b90eb3931507bbeeb5ae959313
RANDOM SEED=683053489

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123179416 kB
MemAvailable:   123753820 kB
Buffers:            2128 kB
Cached:          1336252 kB
SwapCached:            8 kB
Active:          7149004 kB
Inactive:         209024 kB
Active(anon):    6044308 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   207436 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15144 kB
Writeback:             0 kB
AnonPages:       6019620 kB
Mapped:           128728 kB
Shmem:             26248 kB
KReclaimable:     202624 kB
Slab:             299136 kB
SReclaimable:     202624 kB
SUnreclaim:        96512 kB
KernelStack:        5216 kB
PageTables:        15100 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   15597576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5822464 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC024 at 2025-07-23 03:55:58