Trace number 4492732

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 72.1578 70.6174

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-15-10.opb
MD5SUMb1beef5e60042f450a41b488443772ed
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.003312
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints25
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4492732-1751146621.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  no objective function found
0.13/0.15	c ... done. Wall clock time 0.012s.
0.13/0.15	c declared #vars     150
0.13/0.15	c #constraints  25
0.13/0.15	c constraints type 
0.13/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
0.13/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15
0.13/0.15	c 25 constraints processed.
0.90/0.60	c cleaning 2499 clauses out of 5002 with flag 36926/5002
1.86/1.17	c cleaning 4250 clauses out of 8501 with flag 84211/11000
2.56/1.75	c cleaning 5627 clauses out of 11253 with flag 134972/18002
3.37/2.59	c cleaning 6808 clauses out of 13626 with flag 191925/26002
5.15/4.31	c cleaning 7901 clauses out of 15816 with flag 258507/35000
7.21/6.34	c cleaning 8957 clauses out of 17917 with flag 341116/45002
9.09/8.17	c cleaning 9979 clauses out of 19961 with flag 424723/56003
11.19/10.21	c cleaning 10983 clauses out of 21979 with flag 510830/68000
13.38/12.42	c cleaning 11994 clauses out of 23997 with flag 605093/81001
15.98/15.01	c cleaning 12999 clauses out of 26004 with flag 715642/95002
18.67/17.72	c cleaning 13998 clauses out of 28003 with flag 833779/110000
21.27/20.38	c cleaning 15004 clauses out of 30007 with flag 939884/126002
25.90/24.99	c cleaning 15992 clauses out of 32001 with flag 1060897/143000
31.59/30.65	c cleaning 17000 clauses out of 34011 with flag 1200449/161002
36.89/35.97	c cleaning 18000 clauses out of 36010 with flag 1342438/180001
42.77/41.86	c cleaning 19000 clauses out of 38010 with flag 1492715/200001
48.76/47.87	c cleaning 19999 clauses out of 40009 with flag 1660411/221000
55.06/54.11	c cleaning 21000 clauses out of 42010 with flag 1843494/243000
62.14/61.23	c cleaning 22005 clauses out of 44014 with flag 2023850/266004
70.52/69.02	c cleaning 22998 clauses out of 46004 with flag 2210349/290000
72.01/70.57	c starts		: 303
72.01/70.58	c conflicts		: 296637
72.01/70.58	c decisions		: 335528
72.01/70.58	c propagations		: 4855814
72.01/70.58	c inspects		: 1065100548
72.01/70.58	c shortcuts		: 0
72.01/70.58	c learnt literals	: 8
72.01/70.58	c learnt binary clauses	: 25
72.01/70.58	c learnt ternary clauses	: 47
72.01/70.58	c learnt constraints	: 296628
72.01/70.58	c ignored constraints	: 0
72.01/70.58	c root simplifications	: 0
72.01/70.58	c removed literals (reason simplification)	: 2009128
72.01/70.58	c reason swapping (by a shorter reason)	: 0
72.01/70.58	c Calls to reduceDB	: 20
72.01/70.58	c Number of update (reduction) of LBD	: 182010
72.01/70.58	c Imported unit clauses	: 0
72.01/70.58	c No decision after first conflict	: false
72.01/70.58	c number of reductions to clauses (during analyze)	: 0
72.01/70.58	c number of learned constraints concerned by reduction	: 0
72.01/70.58	c number of learning phase by resolution	: 0
72.01/70.58	c number of learning phase by cutting planes	: 0
72.01/70.58	c number of rounding to 1 operations	: 0
72.01/70.58	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
72.01/70.58	c number of reductions of the coefficients by power 2 	: 0
72.01/70.58	c number of right shift for reduction by power 2 	: 0
72.01/70.58	c number of reductions of the coefficients by GCD over coefficients 	: 0
72.01/70.58	c number of ending skipping 	: 0
72.01/70.58	c number of internal skipping 	: 0
72.01/70.58	c number of derivation steps 	: 0
72.01/70.58	c number of skipped derivation steps 	: 0
72.01/70.58	c number of remaining unassigned 	: 0
72.01/70.58	c number of remaining assigned 	: 0
72.01/70.58	c number of falsified literals weakened from reason	: 0
72.01/70.58	c number of falsified literals weakened from conflict	: 0
72.01/70.58	c time for arithmetic operations	: 0
72.01/70.58	c minimum degree of deleted constraints	: null
72.01/70.58	c maximum degree of deleted constraints	: null
72.01/70.58	c number of deleted constraints	: 0
72.01/70.58	c speed (assignments/second)	: 68943.29282144479
72.01/70.58	c non guided choices	: 49
72.13/70.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 29610
72.13/70.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 25
72.13/70.61	s UNSATISFIABLE
72.13/70.61	c Total wall clock time (in seconds): 70.472

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492732-1751146621/watcher-4492732-1751146621 -o /tmp/evaluation-result-4492732-1751146621/solver-4492732-1751146621 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14290 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492732-1751146621.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=14742, runsolver pid=14739

[startup+0.100062 s]*
/proc/loadavg: 3.21 2.55 2.85 5/342 14760
/proc/meminfo: memFree=126067320/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=18930384 memory=57768 CPUtime=0.13 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 6574 0 0 0 11 2 0 0 20 0 18 0 30339831 19384713216 14442 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4732596 14442 5339 1 0 547620 0
[pid=14742/tid=14744] ppid=14739 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 5069 0 0 0 6 1 0 0 20 0 18 0 30339833 19384713216 14442 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30339835 19384713216 14442 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=18930384 memory=60684515966010 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30339835 19384713216 14442 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57768 KiB

[startup+0.205983 s]*
/proc/loadavg: 3.21 2.55 2.85 6/343 14761
/proc/meminfo: memFree=126065556/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=18996948 memory=63220 CPUtime=0.32 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 7640 0 0 0 29 3 0 0 20 0 19 0 30339831 19452874752 15805 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4749237 15805 5435 1 0 548484 0
[pid=14742/tid=14744] ppid=14739 vsize=18996948 memory=4026532124 CPUtime=0.18 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 5296 0 0 0 16 2 0 0 20 0 19 0 30339833 19452874752 15805 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=18996948 memory=16880 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 15805 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=18996948 memory=59585004307431 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 15805 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30339847 19452874752 15805 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63220 KiB

[startup+0.306009 s]*
/proc/loadavg: 3.21 2.55 2.85 6/343 14761
/proc/meminfo: memFree=126062280/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=18998260 memory=66312 CPUtime=0.51 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 9015 0 0 0 48 3 0 0 20 0 19 0 30339831 19454218240 16578 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4749565 16578 5435 1 0 549491 0
[pid=14742/tid=14744] ppid=14739 vsize=18998260 memory=-6000919468444969070 CPUtime=0.28 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 5298 0 0 0 26 2 0 0 20 0 19 0 30339833 19454218240 16578 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=18998260 memory=0 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30339835 19454218240 16578 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=18998260 memory=0 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30339835 19454218240 16578 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=18998260 memory=0 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30339847 19454218240 16578 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18998260 KiB
Current children cumulated memory: 66312 KiB

[startup+0.700238 s]
/proc/loadavg: 3.21 2.55 2.85 6/343 14761
/proc/meminfo: memFree=126051632/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=18996948 memory=76484 CPUtime=1.27 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 12048 0 0 0 123 4 0 0 20 0 19 0 30339831 19452874752 19121 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4749237 19121 5435 1 0 551135 0
[pid=14742/tid=14744] ppid=14739 vsize=18996948 memory=17408 CPUtime=0.64 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 5340 0 0 0 62 2 0 0 20 0 19 0 30339833 19452874752 19121 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 19121 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 19121 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30339847 19452874752 19121 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76484 KiB

[startup+1.50024 s]
/proc/loadavg: 3.21 2.55 2.85 6/343 14761
/proc/meminfo: memFree=126047600/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=18996948 memory=83620 CPUtime=2.36 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 16237 0 0 0 232 4 0 0 20 0 19 0 30339831 19452874752 20905 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4749237 20905 5435 1 0 551362 0
[pid=14742/tid=14744] ppid=14739 vsize=18996948 memory=0 CPUtime=1.43 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 5859 0 0 0 141 2 0 0 20 0 19 0 30339833 19452874752 20905 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 20905 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 20905 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30339847 19452874752 20905 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83620 KiB

[startup+3.10579 s]
/proc/loadavg: 3.27 2.57 2.86 5/343 14761
/proc/meminfo: memFree=126047856/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=18996948 memory=91940 CPUtime=3.97 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 16772 0 0 0 393 4 0 0 20 0 19 0 30339831 19452874752 22985 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4749237 22985 5435 1 0 551364 0
[pid=14742/tid=14744] ppid=14739 vsize=18996948 memory=10752 CPUtime=3.02 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 6107 0 0 0 300 2 0 0 20 0 19 0 30339833 19452874752 22985 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=18996948 memory=-6000919468444969070 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 22985 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 22985 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30339847 19452874752 22985 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 3.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 91940 KiB

[startup+6.30024 s]
/proc/loadavg: 3.27 2.57 2.86 5/343 14761
/proc/meminfo: memFree=126039916/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=18996948 memory=97360 CPUtime=7.21 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 21270 0 0 0 716 5 0 0 20 0 19 0 30339831 19452874752 24340 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4749237 24340 5435 1 0 551364 0
[pid=14742/tid=14744] ppid=14739 vsize=18996948 memory=0 CPUtime=6.19 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 6675 0 0 0 616 3 0 0 20 0 19 0 30339833 19452874752 24340 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 24340 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 24340 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=18996948 memory=83620 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30339847 19452874752 24340 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 7.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97360 KiB

[startup+12.7002 s]
/proc/loadavg: 3.33 2.60 2.86 5/343 14761
/proc/meminfo: memFree=125757576/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=18996948 memory=110380 CPUtime=13.68 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 26084 0 0 0 1362 6 0 0 20 0 19 0 30339831 19452874752 27595 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4749237 27595 5435 1 0 551483 0
[pid=14742/tid=14744] ppid=14739 vsize=18996948 memory=83620 CPUtime=12.56 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 7348 0 0 0 1253 3 0 0 20 0 19 0 30339833 19452874752 27595 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=18996948 memory=106284 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 27595 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 27595 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30339847 19452874752 27595 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 13.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110380 KiB

[startup+25.5003 s]
/proc/loadavg: 3.48 2.67 2.88 5/343 14762
/proc/meminfo: memFree=125652136/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=18996948 memory=134956 CPUtime=26.5 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 27932 0 0 0 2643 7 0 0 20 0 19 0 30339831 19452874752 33739 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4749237 33739 5435 1 0 551483 0
[pid=14742/tid=14744] ppid=14739 vsize=18996948 memory=106284 CPUtime=25.33 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 8479 0 0 0 2529 4 0 0 20 0 19 0 30339833 19452874752 33739 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 33739 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=18996948 memory=126764 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30339835 19452874752 33739 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=18996948 memory=17408 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30339847 19452874752 33739 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 26.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 134956 KiB

[startup+51.1059 s]
/proc/loadavg: 3.78 2.81 2.92 5/344 14763
/proc/meminfo: memFree=125067972/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=19063512 memory=174592 CPUtime=52.06 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 29258 0 0 0 5198 8 0 0 20 0 20 0 30339831 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4765878 43648 5499 1 0 551788 0
[pid=14742/tid=14744] ppid=14739 vsize=19063512 memory=4380 CPUtime=50.85 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 8528 0 0 0 5081 4 0 0 20 0 20 0 30339833 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=19063512 memory=143148 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30339847 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 52.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174592 KiB

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

# cumulated CPU time of all completed processes:  user=72.0453 s, system=0.11249 s

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

[startup+51.2003 s]
/proc/loadavg: 3.78 2.81 2.92 5/344 14763
/proc/meminfo: memFree=125067972/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=19063512 memory=174592 CPUtime=52.15 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 29258 0 0 0 5207 8 0 0 20 0 20 0 30339831 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4765878 43648 5499 1 0 551788 0
[pid=14742/tid=14744] ppid=14739 vsize=19063512 memory=17408 CPUtime=50.94 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 8528 0 0 0 5090 4 0 0 20 0 20 0 30339833 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=19063512 memory=155436 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=19063512 memory=129 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30339847 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 52.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174592 KiB

[startup+64.0002 s]*
/proc/loadavg: 3.83 2.86 2.94 5/344 14766
/proc/meminfo: memFree=125009936/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=19063512 memory=174592 CPUtime=64.95 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 29370 0 0 0 6486 9 0 0 20 0 20 0 30339831 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4765878 43648 5499 1 0 551788 0
[pid=14742/tid=14744] ppid=14739 vsize=19063512 memory=-6000919468444969070 CPUtime=63.71 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 8546 0 0 0 6367 4 0 0 20 0 20 0 30339833 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=19063512 memory=6768 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=19063512 memory=1383508 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=19063512 memory=6644 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30339847 19521036288 43648 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 64.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174592 KiB

[startup+67.2002 s]
/proc/loadavg: 3.83 2.86 2.94 5/344 14766
/proc/meminfo: memFree=125010016/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=19063512 memory=175796 CPUtime=68.22 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 31396 0 0 0 6813 9 0 0 20 0 20 0 30339831 19521036288 43949 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4765878 43949 5499 1 0 551788 0
[pid=14742/tid=14744] ppid=14739 vsize=19063512 memory=17408 CPUtime=66.9 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 8971 0 0 0 6686 4 0 0 20 0 20 0 30339833 19521036288 43949 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=19063512 memory=2760 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 43949 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=19063512 memory=174592 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 43949 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=19063512 memory=174592 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30339847 19521036288 43949 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 68.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175796 KiB

[startup+68.8002 s]
/proc/loadavg: 3.84 2.88 2.95 6/344 14766
/proc/meminfo: memFree=124993632/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=19063512 memory=186928 CPUtime=70.23 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 35970 0 0 0 7013 10 0 0 20 0 20 0 30339831 19521036288 46732 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4765878 46732 5499 1 0 553788 0
[pid=14742/tid=14744] ppid=14739 vsize=19063512 memory=175796 CPUtime=68.49 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 9292 0 0 0 6845 4 0 0 20 0 20 0 30339833 19521036288 46732 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=19063512 memory=175796 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 46732 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=19063512 memory=-6000919468444969070 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 46732 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=19063512 memory=245635481903 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30339847 19521036288 46732 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 70.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186928 KiB

[startup+69.6002 s]
/proc/loadavg: 3.84 2.88 2.95 5/344 14766
/proc/meminfo: memFree=124961372/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=19063512 memory=188336 CPUtime=71.11 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 36571 0 0 0 7101 10 0 0 20 0 20 0 30339831 19521036288 47084 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4765878 47084 5499 1 0 554102 0
[pid=14742/tid=14744] ppid=14739 vsize=19063512 memory=14384 CPUtime=69.29 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 9522 0 0 0 6925 4 0 0 20 0 20 0 30339833 19521036288 47084 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 47084 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 47084 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30339847 19521036288 47084 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 71.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188336 KiB

[startup+70.4002 s]
/proc/loadavg: 3.84 2.88 2.95 5/344 14766
/proc/meminfo: memFree=124944988/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=19063512 memory=181576 CPUtime=71.91 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 36587 0 0 0 7181 10 0 0 20 0 20 0 30339831 19521036288 45394 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4765878 45394 5499 1 0 554102 0
[pid=14742/tid=14744] ppid=14739 vsize=19063512 memory=2760 CPUtime=70.09 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) R 14739 14742 14279 0 -1 4194368 9537 0 0 0 7005 4 0 0 20 0 20 0 30339833 19521036288 45394 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=19063512 memory=19712 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 45394 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30339835 19521036288 45394 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14761] ppid=14739 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/14742/task/14761/stat : 14761 (Timer-0) S 14739 14742 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30339847 19521036288 45394 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 71.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181576 KiB

[startup+70.6002 s]
/proc/loadavg: 3.84 2.88 2.95 5/344 14766
/proc/meminfo: memFree=124944988/131249996 swapFree=33010684/33010684
[pid=14742] ppid=14739 vsize=19196640 memory=181960 CPUtime=72.13 cores=4,6
/proc/14742/stat : 14742 (java) S 14739 14742 14279 0 -1 4194304 38838 0 0 0 7203 10 0 0 20 0 20 0 30339831 19657359360 45490 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
/proc/14742/statm: 4799160 45490 5499 1 0 554720 0
[pid=14742/tid=14744] ppid=14739 vsize=19196640 memory=3328 CPUtime=70.26 cores=4,6
/proc/14742/task/14744/stat : 14744 (java) S 14739 14742 14279 0 -1 4194368 11182 0 0 0 7022 4 0 0 20 0 20 0 30339833 19657359360 45490 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14753] ppid=14739 vsize=19196640 memory=174592 CPUtime=0 cores=4,6
/proc/14742/task/14753/stat : 14753 (Finalizer) S 14739 14742 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30339835 19657359360 45490 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
[pid=14742/tid=14760] ppid=14739 vsize=19196640 memory=279987307658960 CPUtime=0 cores=4,6
/proc/14742/task/14760/stat : 14760 (Common-Cleaner) S 14739 14742 14279 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30339835 19657359360 45490 18446744073709551615 94597619548160 94597619551856 140729128762352 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94597619559672 94597619560464 94597648257024 140729128769921 140729128770022 140729128770022 140729128775624 0
Current children cumulated CPU time: 72.13 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 181960 KiB

Child status: 20

Real time (s): 70.6174
CPU time (s): 72.1578
CPU user time (s): 72.0453
CPU system time (s): 0.11249
CPU usage (%): 102.181
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 188336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.0453
system time used= 0.11249
maximum resident set size= 188776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39054
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3088
involuntary context switches= 803


# summary of solver processes directly reported to runsolver:
#   pid: 14742
#   total CPU time (s): 72.1578
#   total CPU user time (s): 72.0453
#   total CPU system time (s): 0.11249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.177424 second user time and 0.369196 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-28 23:37:01
IDJOB=4492732
IDBENCH=147818
IDSOLVER=3363
FILE ID=nodeC022/4492732-1751146621
RUNJOBID= nodeC022-1751146546-14290
SLURM_JOB_ID= 9587461
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492732-1751146621/watcher-4492732-1751146621 -o /tmp/evaluation-result-4492732-1751146621/solver-4492732-1751146621 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14290 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492732-1751146621.opb

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

MD5SUM BENCH= b1beef5e60042f450a41b488443772ed
RANDOM SEED=1408760007

nodeC022 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.701
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.44
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.724
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.698
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.44
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		: 3594.078
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.44
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.840
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.44
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.708
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.44
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.714
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126094916 kB
MemAvailable:   125718436 kB
Buffers:            3280 kB
Cached:           411668 kB
SwapCached:            0 kB
Active:          4411288 kB
Inactive:         164220 kB
Active(anon):    4178300 kB
Inactive(anon):        0 kB
Active(file):     232988 kB
Inactive(file):   164220 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:       4163520 kB
Mapped:           121972 kB
Shmem:             18060 kB
KReclaimable:      84792 kB
Slab:             167880 kB
SReclaimable:      84792 kB
SUnreclaim:        83088 kB
KernelStack:        5228 kB
PageTables:        11924 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7886692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3948544 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC022 at 2025-06-28 23:38:12