Trace number 4442672

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 2024 2024-07-07UNSAT cert. 63.9208 62.6813

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-11-10.opb
MD5SUMb73d13ada2f7bbe7d6c4e900f1edb9fd
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.002263
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables110
Total number of constraints21
Number of constraints which are clauses11
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 constraint11
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 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.74	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.74	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.74	c See www.sat4j.org for details.
0.05/0.78	c version CUSTOM.v20240707
0.05/0.79	c java.runtime.name	OpenJDK Runtime Environment
0.05/0.79	c java.vm.name		OpenJDK 64-Bit Server VM
0.05/0.79	c java.vm.version	22.0.1+8-16
0.05/0.79	c java.vm.vendor	Oracle Corporation
0.05/0.79	c sun.arch.data.model	64
0.05/0.79	c java.version		22.0.1
0.05/0.79	c os.name		Linux
0.05/0.79	c os.version		4.18.0-301.1.el8.x86_64
0.05/0.79	c os.arch		amd64
0.12/0.80	c Free memory 		2104792832
0.12/0.80	c Max memory 		16282288128
0.12/0.80	c Total memory 		2113929216
0.12/0.80	c Number of processors 	2
0.12/0.88	--- Begin Solver configuration ---
0.12/0.88	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.12/0.88	Learn all clauses as in MiniSAT
0.12/0.88	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.88	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.88	Expensive reason simplification
0.12/0.88	Glucose 2.1 dynamic restart strategy
0.12/0.88	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.88	timeout=2147483s
0.12/0.88	DB Simplification allowed=false
0.12/0.88	Listener: none
0.12/0.88	--- End Solver configuration ---
0.12/0.88	c Pseudo Boolean Optimization by upper bound
0.12/0.88	c --- Begin Solver configuration ---
0.12/0.88	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.12/0.88	c Learn all clauses as in MiniSAT
0.12/0.88	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.88	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.88	c Expensive reason simplification
0.12/0.88	c Glucose 2.1 dynamic restart strategy
0.12/0.88	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.88	c timeout=2147483s
0.12/0.88	c DB Simplification allowed=false
0.12/0.88	c Listener: none
0.12/0.88	c --- End Solver configuration ---
0.12/0.88	c solving HOME/instance-4442672-1721817186.opb
0.12/0.89	c reading problem ... 
0.12/0.89	c using VERIPB proof format
0.12/0.89	c  no objective function found
0.22/0.90	c ... done. Wall clock time 0.012s.
0.22/0.90	c declared #vars     110
0.22/0.90	c #constraints  21
0.22/0.90	c constraints type 
0.22/0.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
0.22/0.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11
0.22/0.90	c 21 constraints processed.
1.21/1.49	c cleaning 2501 clauses out of 5002 with flag 39357/5002
2.42/2.01	c cleaning 4245 clauses out of 8501 with flag 83239/11002
3.42/2.63	c cleaning 5626 clauses out of 11256 with flag 129227/18002
4.51/3.45	c cleaning 6812 clauses out of 13628 with flag 187416/26000
6.04/4.80	c cleaning 7904 clauses out of 15816 with flag 253480/35000
7.86/7.20	c cleaning 8952 clauses out of 17912 with flag 329095/45000
9.60/8.84	c cleaning 9975 clauses out of 19960 with flag 408870/56000
11.70/10.97	c cleaning 10990 clauses out of 21987 with flag 492504/68002
14.60/13.83	c cleaning 11993 clauses out of 23996 with flag 596373/81001
17.29/16.52	c cleaning 12999 clauses out of 26002 with flag 701803/95000
20.69/19.96	c cleaning 13996 clauses out of 28004 with flag 805060/110001
24.12/23.30	c cleaning 14994 clauses out of 30007 with flag 920119/126000
29.53/28.76	c cleaning 16000 clauses out of 32014 with flag 1051630/143001
34.88/34.05	c cleaning 17002 clauses out of 34014 with flag 1194169/161001
40.51/39.73	c cleaning 18001 clauses out of 36014 with flag 1340602/180003
46.19/45.45	c cleaning 19000 clauses out of 38010 with flag 1497821/200000
52.17/51.44	c cleaning 20000 clauses out of 40010 with flag 1656212/221000
58.45/57.72	c cleaning 21002 clauses out of 42010 with flag 1831418/243000
63.84/62.64	c starts		: 548
63.84/62.64	c conflicts		: 260119
63.84/62.64	c decisions		: 306692
63.84/62.64	c propagations		: 3314223
63.84/62.64	c inspects		: 1053370892
63.84/62.64	c shortcuts		: 0
63.84/62.64	c learnt literals	: 6
63.84/62.64	c learnt binary clauses	: 21
63.84/62.64	c learnt ternary clauses	: 45
63.84/62.64	c learnt constraints	: 260112
63.84/62.64	c ignored constraints	: 0
63.84/62.64	c root simplifications	: 0
63.84/62.64	c removed literals (reason simplification)	: 1555378
63.84/62.64	c reason swapping (by a shorter reason)	: 0
63.84/62.64	c Calls to reduceDB	: 18
63.84/62.64	c Number of update (reduction) of LBD	: 165617
63.84/62.64	c Imported unit clauses	: 0
63.84/62.64	c No decision after first conflict	: false
63.84/62.64	c number of reductions to clauses (during analyze)	: 0
63.84/62.64	c number of learned constraints concerned by reduction	: 0
63.84/62.64	c number of learning phase by resolution	: 0
63.84/62.64	c number of learning phase by cutting planes	: 0
63.84/62.64	c number of rounding to 1 operations	: 0
63.84/62.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
63.84/62.64	c number of reductions of the coefficients by power 2 	: 0
63.84/62.64	c number of right shift for reduction by power 2 	: 0
63.84/62.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
63.84/62.64	c number of ending skipping 	: 0
63.84/62.64	c number of internal skipping 	: 0
63.84/62.64	c number of derivation steps 	: 0
63.84/62.64	c number of skipped derivation steps 	: 0
63.84/62.64	c number of remaining unassigned 	: 0
63.84/62.64	c number of remaining assigned 	: 0
63.84/62.64	c number of falsified literals weakened from reason	: 0
63.84/62.64	c number of falsified literals weakened from conflict	: 0
63.84/62.64	c time for arithmetic operations	: 0
63.84/62.64	c minimum degree of deleted constraints	: null
63.84/62.64	c maximum degree of deleted constraints	: null
63.84/62.64	c number of deleted constraints	: 0
63.84/62.64	c speed (assignments/second)	: 53684.668340487566
63.84/62.64	c non guided choices	: 48
63.84/62.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 38099
63.84/62.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 21
63.84/62.67	s UNSATISFIABLE
63.84/62.67	c Total wall clock time (in seconds): 61.782

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62229 MiB free)
  memory of node 1: 64473 MiB (62857 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442672-1721817186/watcher-4442672-1721817186 -o /tmp/evaluation-result-4442672-1721817186/solver-4442672-1721817186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721817186-182708 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4442672-1721817186 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4442672-1721817186.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=182762, runsolver pid=182754

[startup+0.100078 s]*
/proc/loadavg: 0.10 0.08 0.14 2/259 182774
/proc/meminfo: memFree=128086376/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=37736 memory=2068 CPUtime=0 cores=0,2
/proc/182762/stat : 182762 (java) D 182754 182762 182698 0 -1 4194304 136 0 3 0 0 0 0 0 20 0 1 0 18246540 38641664 517 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 0 0 0 0 17 0 0 0 9 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 9434 517 473 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 2068 KiB

[startup+0.206381 s]*
/proc/loadavg: 0.10 0.08 0.14 2/259 182774
/proc/meminfo: memFree=128084876/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=37736 memory=2068 CPUtime=0 cores=0,2
/proc/182762/stat : 182762 (java) D 182754 182762 182698 0 -1 4194304 155 0 4 0 0 0 0 0 20 0 1 0 18246540 38641664 517 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 0 0 0 0 17 0 0 0 31 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 9434 517 473 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 2068 KiB

[startup+0.30536 s]*
/proc/loadavg: 0.10 0.08 0.14 2/259 182774
/proc/meminfo: memFree=128076628/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=37736 memory=5568 CPUtime=0 cores=0,2
/proc/182762/stat : 182762 (java) D 182754 182762 182698 0 -1 4194304 459 0 12 0 0 0 0 0 20 0 1 0 18246540 38641664 1392 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 0 0 0 0 17 0 0 0 40 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 9434 1392 1122 1 0 254 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 5568 KiB

[startup+0.700183 s]
/proc/loadavg: 0.10 0.08 0.14 3/264 182779
/proc/meminfo: memFree=128036656/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=18993908 memory=55348 CPUtime=0.05 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 6484 0 142 0 3 2 0 0 20 0 18 0 18246540 19449761792 13837 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4748477 13837 5545 1 0 548667 0
[pid=182762/tid=182778] ppid=182754 vsize=18993908 memory=5552 CPUtime=0.04 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) D 182754 182762 182698 0 -1 4194368 5376 0 95 0 2 2 0 0 20 0 18 0 18246575 19449761792 13837 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 29 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 55348 KiB

[startup+1.50354 s]
/proc/loadavg: 0.10 0.08 0.14 16/333 182848
/proc/meminfo: memFree=127777180/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19060472 memory=145932 CPUtime=1.41 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 12856 0 144 0 135 6 0 0 20 0 19 0 18246540 19517923328 36483 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4765118 36483 6002 1 0 552744 0
[pid=182762/tid=182778] ppid=182754 vsize=19060472 memory=5552 CPUtime=0.72 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) R 182754 182762 182698 0 -1 4194368 6186 0 97 0 68 4 0 0 20 0 19 0 18246575 19517923328 36483 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19060472 memory=11624 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18246604 19517923328 36483 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19060472 memory=67532 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18246604 19517923328 36483 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19060472 memory=12368 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18246631 19517923328 36483 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 145932 KiB

[startup+3.10523 s]
/proc/loadavg: 1.05 0.28 0.20 10/339 182854
/proc/meminfo: memFree=127329144/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19127036 memory=180588 CPUtime=4.19 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 20502 0 144 0 411 8 0 0 20 0 20 0 18246540 19586084864 45147 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4781759 45147 6021 1 0 554382 0
[pid=182762/tid=182778] ppid=182754 vsize=19127036 memory=0 CPUtime=2.28 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) R 182754 182762 182698 0 -1 4194368 6785 0 97 0 222 6 0 0 20 0 20 0 18246575 19586084864 45147 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19127036 memory=67532 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 45147 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19127036 memory=12368 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 45147 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19127036 memory=5612 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18246631 19586084864 45147 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 180588 KiB

[startup+6.30025 s]
/proc/loadavg: 1.05 0.28 0.20 6/339 182856
/proc/meminfo: memFree=126261616/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19127036 memory=197460 CPUtime=7.53 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 21641 0 144 0 742 11 0 0 20 0 20 0 18246540 19586084864 49365 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4781759 49365 6041 1 0 554384 0
[pid=182762/tid=182778] ppid=182754 vsize=19127036 memory=180008 CPUtime=5.39 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) D 182754 182762 182698 0 -1 4194368 6937 0 97 0 532 7 0 0 20 0 20 0 18246575 19586084864 49365 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 49365 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19127036 memory=2028 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 49365 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19127036 memory=180588 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18246631 19586084864 49365 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 7.53 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 197460 KiB

[startup+12.7003 s]
/proc/loadavg: 1.74 0.46 0.26 6/339 182856
/proc/meminfo: memFree=124518368/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19127036 memory=330628 CPUtime=13.51 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 28871 0 144 0 1335 16 0 0 20 0 20 0 18246540 19586084864 82657 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4781759 82657 6041 1 0 554384 0
[pid=182762/tid=182778] ppid=182754 vsize=19127036 memory=0 CPUtime=11.18 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) R 182754 182762 182698 0 -1 4194368 8165 0 97 0 1106 12 0 0 20 0 20 0 18246575 19586084864 82657 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 102 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19127036 memory=180588 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 82657 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19127036 memory=303988 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 82657 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19127036 memory=180588 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18246631 19586084864 82657 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 13.51 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 330628 KiB

[startup+25.5003 s]
/proc/loadavg: 2.09 0.57 0.30 6/339 182859
/proc/meminfo: memFree=122180076/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19127036 memory=369804 CPUtime=26.34 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 35214 0 144 0 2614 20 0 0 20 0 20 0 18246540 19586084864 92451 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4781759 92451 6041 1 0 554384 0
[pid=182762/tid=182778] ppid=182754 vsize=19127036 memory=337036 CPUtime=23.92 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) R 182754 182762 182698 0 -1 4194368 9269 0 97 0 2376 16 0 0 20 0 20 0 18246575 19586084864 92451 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 102 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19127036 memory=336852 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 92451 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19127036 memory=3591 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 92451 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19127036 memory=11624 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18246631 19586084864 92451 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 26.34 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 369804 KiB

[startup+51.1067 s]
/proc/loadavg: 2.80 0.87 0.40 6/339 182862
/proc/meminfo: memFree=119754260/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19127036 memory=654852 CPUtime=51.88 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 38944 0 144 0 5155 33 0 0 20 0 20 0 18246540 19586084864 163713 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4781759 163713 6041 1 0 554384 0
[pid=182762/tid=182778] ppid=182754 vsize=19127036 memory=560644 CPUtime=49.36 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) R 182754 182762 182698 0 -1 4194368 11180 0 97 0 4909 27 0 0 20 0 20 0 18246575 19586084864 163713 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 107 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19127036 memory=513540 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 163713 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19127036 memory=554500 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 163713 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19127036 memory=626180 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18246631 19586084864 163713 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 51.88 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 654852 KiB

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

# cumulated CPU time of all completed processes:  user=63.4873 s, system=0.433553 s

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

[startup+51.2003 s]
/proc/loadavg: 2.80 0.87 0.40 6/339 182862
/proc/meminfo: memFree=119754260/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19127036 memory=656900 CPUtime=51.97 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 38945 0 144 0 5164 33 0 0 20 0 20 0 18246540 19586084864 164225 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4781759 164225 6041 1 0 554384 0
[pid=182762/tid=182778] ppid=182754 vsize=19127036 memory=18176 CPUtime=49.46 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) R 182754 182762 182698 0 -1 4194368 11181 0 97 0 4918 28 0 0 20 0 20 0 18246575 19586084864 164225 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 107 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19127036 memory=67532 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 164225 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19127036 memory=11624 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 164225 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19127036 memory=12368 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18246631 19586084864 164225 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 51.97 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 656900 KiB

[startup+57.6002 s]
/proc/loadavg: 2.99 0.97 0.44 6/339 182863
/proc/meminfo: memFree=119194092/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19127036 memory=822788 CPUtime=58.35 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 39356 0 144 0 5798 37 0 0 20 0 20 0 18246540 19586084864 205697 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4781759 205697 6041 1 0 554384 0
[pid=182762/tid=182778] ppid=182754 vsize=19127036 memory=5612 CPUtime=55.83 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) R 182754 182762 182698 0 -1 4194368 11566 0 97 0 5551 32 0 0 20 0 20 0 18246575 19586084864 205697 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 107 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19127036 memory=18176 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 205697 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19127036 memory=513540 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 205697 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19127036 memory=11624 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18246631 19586084864 205697 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 58.35 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 822788 KiB

[startup+60.8002 s]
/proc/loadavg: 2.99 0.97 0.44 6/339 182864
/proc/meminfo: memFree=118562624/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19127036 memory=906204 CPUtime=61.68 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 43673 0 144 0 6127 41 0 0 20 0 20 0 18246540 19586084864 226551 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4781759 226551 6041 1 0 554400 0
[pid=182762/tid=182778] ppid=182754 vsize=19127036 memory=845320 CPUtime=59.02 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) R 182754 182762 182698 0 -1 4194368 12480 0 97 0 5867 35 0 0 20 0 20 0 18246575 19586084864 226551 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 107 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19127036 memory=11624 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 226551 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19127036 memory=12368 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 226551 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19127036 memory=5612 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18246631 19586084864 226551 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 61.68 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 906204 KiB

[startup+61.6002 s]
/proc/loadavg: 2.99 0.97 0.44 7/339 182864
/proc/meminfo: memFree=118265036/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19127036 memory=926036 CPUtime=62.88 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 45719 0 144 0 6247 41 0 0 20 0 20 0 18246540 19586084864 231509 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4781759 231509 6041 1 0 554817 0
[pid=182762/tid=182778] ppid=182754 vsize=19127036 memory=2268 CPUtime=59.81 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) R 182754 182762 182698 0 -1 4194368 12723 0 97 0 5946 35 0 0 20 0 20 0 18246575 19586084864 231509 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 107 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19127036 memory=11624 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 231509 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19127036 memory=67532 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 231509 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19127036 memory=12368 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18246631 19586084864 231509 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 62.88 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 926036 KiB

[startup+62.4002 s]
/proc/loadavg: 3.07 1.02 0.46 6/339 182864
/proc/meminfo: memFree=118155800/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19127036 memory=938428 CPUtime=63.69 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 45767 0 144 0 6327 42 0 0 20 0 20 0 18246540 19586084864 234607 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4781759 234607 6044 1 0 554817 0
[pid=182762/tid=182778] ppid=182754 vsize=19127036 memory=930236 CPUtime=60.61 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) R 182754 182762 182698 0 -1 4194368 12729 0 97 0 6026 35 0 0 20 0 20 0 18246575 19586084864 234607 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 107 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19127036 memory=5552 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 234607 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19127036 memory=2152 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 234607 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19127036 memory=32888 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18246631 19586084864 234607 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 63.69 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 938428 KiB

[startup+62.6002 s]
/proc/loadavg: 3.07 1.02 0.46 6/339 182864
/proc/meminfo: memFree=118155800/131524600 swapFree=131061136/131071996
[pid=182762] ppid=182754 vsize=19127036 memory=940484 CPUtime=63.84 cores=0,2
/proc/182762/stat : 182762 (java) S 182754 182762 182698 0 -1 1077936128 45870 0 144 0 6342 42 0 0 20 0 20 0 18246540 19586084864 235121 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 44 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
/proc/182762/statm: 4781759 235121 6044 1 0 554817 0
[pid=182762/tid=182778] ppid=182754 vsize=19127036 memory=12368 CPUtime=60.76 cores=0,2
/proc/182762/task/182778/stat : 182778 (java) D 182754 182762 182698 0 -1 4194368 12812 0 97 0 6040 36 0 0 20 0 20 0 18246575 19586084864 235121 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 114 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182814] ppid=182754 vsize=19127036 memory=5612 CPUtime=0 cores=0,2
/proc/182762/task/182814/stat : 182814 (Finalizer) S 182754 182762 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 235121 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182842] ppid=182754 vsize=19127036 memory=18176 CPUtime=0 cores=0,2
/proc/182762/task/182842/stat : 182842 (Common-Cleaner) S 182754 182762 182698 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 20 0 18246604 19586084864 235121 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
[pid=182762/tid=182847] ppid=182754 vsize=19127036 memory=39088 CPUtime=0 cores=0,2
/proc/182762/task/182847/stat : 182847 (Timer-0) S 182754 182762 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18246631 19586084864 235121 134679101440 94039729229824 94039729233520 140728920367808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94039729241336 94039729242128 94039735332864 140728920372143 140728920372325 140728920372325 140728920379336 0
Current children cumulated CPU time: 63.84 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 940484 KiB

Child status: 20

Real time (s): 62.6813
CPU time (s): 63.9208
CPU user time (s): 63.4873
CPU system time (s): 0.433553
CPU usage (%): 101.977
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 940484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.4873
system time used= 0.433553
maximum resident set size= 946388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47095
page faults= 145
swaps= 0
block input operations= 28344
block output operations= 109816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3490
involuntary context switches= 678


# summary of solver processes directly reported to runsolver:
#   pid: 182762
#   total CPU time (s): 63.9208
#   total CPU user time (s): 63.4873
#   total CPU system time (s): 0.433553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.123023 second user time and 0.394484 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-24 12:33:06
IDJOB=4442672
IDBENCH=147835
IDSOLVER=3079
FILE ID=nodeC014/4442672-1721817186
RUNJOBID= nodeC014-1721817186-182708
SLURM_JOB_ID= 7816864
Free space on /tmp= 890036 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442672-1721817186/watcher-4442672-1721817186 -o /tmp/evaluation-result-4442672-1721817186/solver-4442672-1721817186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721817186-182708 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4442672-1721817186 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4442672-1721817186.opb

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

MD5SUM BENCH= b73d13ada2f7bbe7d6c4e900f1edb9fd
RANDOM SEED=990321049

nodeC014.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3669.982
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 3695.330
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3612.592
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 3615.658
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3785.807
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 3701.531
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3638.965
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 3733.041
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128089588 kB
MemAvailable:   129819688 kB
Buffers:          236976 kB
Cached:          2320044 kB
SwapCached:          236 kB
Active:          2067704 kB
Inactive:         764068 kB
Active(anon):       2044 kB
Inactive(anon):   325944 kB
Active(file):    2065660 kB
Inactive(file):   438124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061136 kB
Dirty:              4176 kB
Writeback:             0 kB
AnonPages:        273428 kB
Mapped:            95944 kB
Shmem:             53232 kB
KReclaimable:     132280 kB
Slab:             250020 kB
SReclaimable:     132280 kB
SUnreclaim:       117740 kB
KernelStack:        3872 kB
PageTables:         9624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     644512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16896 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      359124 kB
DirectMap2M:    35065856 kB
DirectMap1G:    100663296 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC014 at 2024-07-24 12:34:09