Trace number 4510694

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06UNSAT 12.8629 10.7969

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid3x90split.cnf-plain.pb.metafix.opb
MD5SUM4f4a68aaaa2bb28aea0e66d57890075f
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.125485
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables541
Total number of constraints2162
Number of constraints which are clauses2162
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: ANY
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Armin Biere (Picosat) restarts strategy
0.10/0.17	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4510694-1751205466.opb
0.10/0.17	c reading problem ... 
0.10/0.17	c  no objective function found
0.28/0.24	c ... done. Wall clock time 0.066s.
0.28/0.24	c declared #vars     541
0.28/0.24	c #constraints  2162
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.28/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2160
0.28/0.24	c 2162 constraints processed.
0.86/0.55	c cleaning 2494 clauses out of 5002
1.24/0.79	c cleaning 4207 clauses out of 8506
1.63/1.00	c cleaning 5638 clauses out of 11299
2.22/1.26	c cleaning 6795 clauses out of 13661
2.82/1.50	c cleaning 7847 clauses out of 15866
3.17/1.73	c cleaning 8959 clauses out of 18020
3.38/1.96	c cleaning 9957 clauses out of 20060
3.68/2.26	c cleaning 11012 clauses out of 22103
4.01/2.59	c cleaning 11975 clauses out of 24093
4.34/2.89	c cleaning 13028 clauses out of 26116
4.74/3.22	c cleaning 13990 clauses out of 28088
5.14/3.62	c cleaning 15006 clauses out of 30098
5.54/4.08	c cleaning 16009 clauses out of 32092
6.05/4.56	c cleaning 17015 clauses out of 34085
6.55/5.03	c cleaning 17957 clauses out of 36071
7.05/5.50	c cleaning 19008 clauses out of 38112
7.57/6.01	c cleaning 19980 clauses out of 40104
8.07/6.55	c cleaning 21011 clauses out of 42123
8.67/7.15	c cleaning 22009 clauses out of 44112
9.26/7.79	c cleaning 23045 clauses out of 46104
9.97/8.46	c cleaning 24018 clauses out of 48058
10.67/9.16	c cleaning 25014 clauses out of 50042
11.54/9.98	c cleaning 26004 clauses out of 52025
12.73/10.73	c starts		: 136
12.73/10.74	c conflicts		: 393645
12.73/10.74	c decisions		: 752036
12.73/10.74	c propagations		: 4476907
12.73/10.74	c inspects		: 96051773
12.73/10.74	c shortcuts		: 0
12.73/10.74	c learnt literals	: 1
12.73/10.74	c learnt binary clauses	: 2
12.73/10.74	c learnt ternary clauses	: 7
12.73/10.74	c learnt constraints	: 393643
12.73/10.74	c ignored constraints	: 0
12.73/10.74	c root simplifications	: 0
12.73/10.74	c removed literals (reason simplification)	: 0
12.73/10.74	c reason swapping (by a shorter reason)	: 0
12.73/10.74	c Calls to reduceDB	: 23
12.73/10.74	c Number of update (reduction) of LBD	: 0
12.73/10.74	c Imported unit clauses	: 0
12.73/10.74	c No decision after first conflict	: false
12.73/10.74	c number of reductions to clauses (during analyze)	: 0
12.73/10.74	c number of learned constraints concerned by reduction	: 0
12.73/10.74	c number of learning phase by resolution	: 0
12.73/10.74	c number of learning phase by cutting planes	: 0
12.73/10.74	c number of rounding to 1 operations	: 0
12.73/10.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
12.73/10.74	c number of reductions of the coefficients by power 2 	: 0
12.73/10.74	c number of right shift for reduction by power 2 	: 0
12.73/10.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
12.73/10.74	c number of ending skipping 	: 0
12.73/10.74	c number of internal skipping 	: 0
12.73/10.74	c number of derivation steps 	: 2593851
12.73/10.74	c number of skipped derivation steps 	: 0
12.73/10.74	c number of remaining unassigned 	: 0
12.73/10.74	c number of remaining assigned 	: 0
12.73/10.74	c number of falsified literals weakened from reason	: 0
12.73/10.74	c number of falsified literals weakened from conflict	: 0
12.73/10.74	c time for arithmetic operations	: 0
12.73/10.74	c minimum degree of deleted constraints	: null
12.73/10.74	c maximum degree of deleted constraints	: null
12.73/10.74	c number of deleted constraints	: 0
12.73/10.74	c speed (assignments/second)	: 426372.09523809527
12.73/10.74	c non guided choices	: 22726
12.73/10.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 51663
12.73/10.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
12.73/10.78	s UNSATISFIABLE
12.73/10.78	c Total wall clock time (in seconds): 10.612

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510694-1751205466/watcher-4510694-1751205466 -o /tmp/evaluation-result-4510694-1751205466/solver-4510694-1751205466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751205466-29921 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510694-1751205466.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.el
Current StackSize limit: 8192 KiB

solver pid=29967, runsolver pid=29961

[startup+0.100084 s]*
/proc/loadavg: 0.69 1.03 1.66 7/334 30048
/proc/meminfo: memFree=129986040/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=18930384 memory=51960 CPUtime=0.1 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 6134 0 0 0 8 2 0 0 20 0 18 0 36224455 19384713216 12990 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4732596 12990 5361 1 0 547234 0
[pid=29967/tid=29981] ppid=29961 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) S 29961 29967 29910 0 -1 4194368 4964 0 0 0 5 1 0 0 20 0 18 0 36224457 19384713216 12990 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=18930384 memory=16163 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36224459 19384713216 12990 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36224460 19384713216 12990 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51960 KiB

[startup+0.20593 s]*
/proc/loadavg: 0.69 1.03 1.66 13/334 30048
/proc/meminfo: memFree=129953728/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=18930384 memory=62248 CPUtime=0.28 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 7096 0 0 0 26 2 0 0 20 0 18 0 36224455 19384713216 15562 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4732596 15562 5425 1 0 547979 0
[pid=29967/tid=29981] ppid=29961 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 5352 0 0 0 14 1 0 0 20 0 18 0 36224457 19384713216 15562 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=18930384 memory=16163 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36224459 19384713216 15562 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36224460 19384713216 15562 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62248 KiB

[startup+0.305934 s]*
/proc/loadavg: 0.69 1.03 1.66 10/337 30051
/proc/meminfo: memFree=129893716/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=18996948 memory=74152 CPUtime=0.48 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 7801 0 0 0 45 3 0 0 20 0 19 0 36224455 19452874752 18538 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4749237 18538 5425 1 0 548496 0
[pid=29967/tid=29981] ppid=29961 vsize=18997204 memory=-6000919489869341549 CPUtime=0.23 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 5425 0 0 0 21 2 0 0 20 0 19 0 36224457 19453136896 18602 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=18997204 memory=0 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36224459 19453136896 18538 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36224460 19452874752 18538 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30049] ppid=29961 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/29967/task/30049/stat : 30049 (Timer-0) S 29961 29967 29910 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36224479 19452874752 18538 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74152 KiB

[startup+0.700245 s]
/proc/loadavg: 0.69 1.03 1.66 10/339 30053
/proc/meminfo: memFree=129635488/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=19063512 memory=177168 CPUtime=1.24 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 18058 0 0 0 117 7 0 0 20 0 20 0 36224455 19521036288 44292 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4765878 44292 5457 1 0 555055 0
[pid=29967/tid=29981] ppid=29961 vsize=19063512 memory=17408 CPUtime=0.57 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 5500 0 0 0 53 4 0 0 20 0 20 0 36224457 19521036288 44292 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36224459 19521036288 44292 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36224460 19521036288 44292 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30049] ppid=29961 vsize=19063512 memory=4740 CPUtime=0 cores=4,6
/proc/29967/task/30049/stat : 30049 (Timer-0) S 29961 29967 29910 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36224479 19521036288 44292 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177168 KiB

[startup+1.50027 s]
/proc/loadavg: 0.69 1.03 1.66 9/342 30056
/proc/meminfo: memFree=129333244/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=19063512 memory=385236 CPUtime=2.82 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 24188 0 0 0 271 11 0 0 20 0 20 0 36224455 19521036288 96309 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4765878 96309 5457 1 0 555062 0
[pid=29967/tid=29981] ppid=29961 vsize=19063512 memory=10496 CPUtime=1.35 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 5992 0 0 0 128 7 0 0 20 0 20 0 36224457 19521036288 96309 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36224459 19521036288 96309 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36224460 19521036288 96309 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30049] ppid=29961 vsize=19063512 memory=4740 CPUtime=0 cores=4,6
/proc/29967/task/30049/stat : 30049 (Timer-0) S 29961 29967 29910 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36224479 19521036288 96309 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 385236 KiB

[startup+3.10617 s]
/proc/loadavg: 1.04 1.10 1.68 5/342 30056
/proc/meminfo: memFree=126658900/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=19063512 memory=879040 CPUtime=4.64 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 26733 0 0 0 443 21 0 0 20 0 20 0 36224455 19521036288 219760 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4765878 219760 5457 1 0 555064 0
[pid=29967/tid=29981] ppid=29961 vsize=19063512 memory=10496 CPUtime=2.94 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 6935 0 0 0 277 17 0 0 20 0 20 0 36224457 19521036288 219760 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=19063512 memory=-6000919502754243437 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36224459 19521036288 219760 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36224460 19521036288 219760 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30049] ppid=29961 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/29967/task/30049/stat : 30049 (Timer-0) S 29961 29967 29910 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36224479 19521036288 219760 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 4.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 879040 KiB

[startup+6.30021 s]
/proc/loadavg: 1.04 1.10 1.68 4/319 30066
/proc/meminfo: memFree=125884436/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=19063512 memory=1312360 CPUtime=7.87 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 27358 0 0 0 757 30 0 0 20 0 20 0 36224455 19521036288 328090 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4765878 328090 5457 1 0 555064 0
[pid=29967/tid=29981] ppid=29961 vsize=19063512 memory=0 CPUtime=6.11 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 7272 0 0 0 586 25 0 0 20 0 20 0 36224457 19521036288 328090 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36224459 19521036288 328090 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36224460 19521036288 328090 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30049] ppid=29961 vsize=19063512 memory=16520 CPUtime=0 cores=4,6
/proc/29967/task/30049/stat : 30049 (Timer-0) S 29961 29967 29910 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36224479 19521036288 328090 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 7.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1312360 KiB

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

# cumulated CPU time of all completed processes:  user=12.5363 s, system=0.326613 s

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

[startup+6.40024 s]
/proc/loadavg: 1.04 1.10 1.68 4/319 30066
/proc/meminfo: memFree=125884436/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=19063512 memory=1312360 CPUtime=7.97 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 27358 0 0 0 767 30 0 0 20 0 20 0 36224455 19521036288 328090 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4765878 328090 5457 1 0 555064 0
[pid=29967/tid=29981] ppid=29961 vsize=19063512 memory=413972 CPUtime=6.21 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 7272 0 0 0 596 25 0 0 20 0 20 0 36224457 19521036288 328090 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=19063512 memory=219899232572 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36224459 19521036288 328090 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=19063512 memory=-6000919502754243437 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36224460 19521036288 328090 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30049] ppid=29961 vsize=19063512 memory=4740 CPUtime=0 cores=4,6
/proc/29967/task/30049/stat : 30049 (Timer-0) S 29961 29967 29910 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36224479 19521036288 328090 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1312360 KiB

[startup+8.0002 s]*
/proc/loadavg: 1.19 1.13 1.68 4/321 30138
/proc/meminfo: memFree=125573296/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=19063512 memory=1314448 CPUtime=9.57 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 27600 0 0 0 927 30 0 0 20 0 20 0 36224455 19521036288 328612 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4765878 328612 5457 1 0 555064 0
[pid=29967/tid=29981] ppid=29961 vsize=19063512 memory=-7596564888052392573 CPUtime=7.8 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 7512 0 0 0 755 25 0 0 20 0 20 0 36224457 19521036288 328612 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=19063512 memory=3618698621337468960 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36224459 19521036288 328612 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=19063512 memory=9088 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36224460 19521036288 328612 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30049] ppid=29961 vsize=19063512 memory=-6000919502754243437 CPUtime=0 cores=4,6
/proc/29967/task/30049/stat : 30049 (Timer-0) S 29961 29967 29910 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36224479 19521036288 328612 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 9.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1314448 KiB

[startup+9.60022 s]
/proc/loadavg: 1.19 1.13 1.68 6/342 30188
/proc/meminfo: memFree=125322352/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=19063512 memory=1314576 CPUtime=11.17 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 27727 0 0 0 1087 30 0 0 20 0 20 0 36224455 19521036288 328644 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4765878 328644 5489 1 0 555064 0
[pid=29967/tid=29981] ppid=29961 vsize=19063512 memory=-6000919502754243437 CPUtime=9.39 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 7633 0 0 0 914 25 0 0 20 0 20 0 36224457 19521036288 328644 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36224459 19521036288 328644 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36224460 19521036288 328644 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30049] ppid=29961 vsize=19063512 memory=-6000919502754243437 CPUtime=0 cores=4,6
/proc/29967/task/30049/stat : 30049 (Timer-0) S 29961 29967 29910 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36224479 19521036288 328644 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 11.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1314576 KiB

[startup+10.4002 s]
/proc/loadavg: 1.19 1.13 1.68 7/342 30188
/proc/meminfo: memFree=125014840/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=19063512 memory=1320336 CPUtime=12.34 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 34043 0 0 0 1203 31 0 0 20 0 20 0 36224455 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4765878 330084 5489 1 0 555215 0
[pid=29967/tid=29981] ppid=29961 vsize=19063512 memory=12544 CPUtime=10.17 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 8331 0 0 0 992 25 0 0 20 0 20 0 36224457 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=19063512 memory=2700 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36224459 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=19063512 memory=-6000919502754243437 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36224460 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30049] ppid=29961 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/29967/task/30049/stat : 30049 (Timer-0) S 29961 29967 29910 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36224479 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 12.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320336 KiB

[startup+10.6002 s]
/proc/loadavg: 1.19 1.13 1.68 7/342 30188
/proc/meminfo: memFree=125014840/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=19063512 memory=1320336 CPUtime=12.63 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 34643 0 0 0 1232 31 0 0 20 0 20 0 36224455 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4765878 330084 5489 1 0 555215 0
[pid=29967/tid=29981] ppid=29961 vsize=19063512 memory=2944 CPUtime=10.37 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 8336 0 0 0 1012 25 0 0 20 0 20 0 36224457 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=19063512 memory=6784 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36224459 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=19063512 memory=-6000919502754243437 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36224460 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30049] ppid=29961 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/29967/task/30049/stat : 30049 (Timer-0) S 29961 29967 29910 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36224479 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320336 KiB

[startup+10.7002 s]
/proc/loadavg: 1.19 1.13 1.68 7/342 30188
/proc/meminfo: memFree=125014840/131250000 swapFree=33010684/33010684
[pid=29967] ppid=29961 vsize=19063512 memory=1320336 CPUtime=12.73 cores=4,6
/proc/29967/stat : 29967 (java) S 29961 29967 29910 0 -1 4194304 34643 0 0 0 1242 31 0 0 20 0 20 0 36224455 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
/proc/29967/statm: 4765878 330084 5489 1 0 555215 0
[pid=29967/tid=29981] ppid=29961 vsize=19063512 memory=0 CPUtime=10.47 cores=4,6
/proc/29967/task/29981/stat : 29981 (java) R 29961 29967 29910 0 -1 4194368 8336 0 0 0 1022 25 0 0 20 0 20 0 36224457 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30010] ppid=29961 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/29967/task/30010/stat : 30010 (Finalizer) S 29961 29967 29910 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36224459 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30026] ppid=29961 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/29967/task/30026/stat : 30026 (Common-Cleaner) S 29961 29967 29910 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36224460 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
[pid=29967/tid=30049] ppid=29961 vsize=19063512 memory=1314448 CPUtime=0 cores=4,6
/proc/29967/task/30049/stat : 30049 (Timer-0) S 29961 29967 29910 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36224479 19521036288 330084 18446744073709551615 93936558804992 93936558808688 140735532288560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93936558816504 93936558817296 93936562360320 140735532296574 140735532296678 140735532296678 140735532302280 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320336 KiB

Child status: 20

Real time (s): 10.7969
CPU time (s): 12.8629
CPU user time (s): 12.5363
CPU system time (s): 0.326613
CPU usage (%): 119.135
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1320336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5363
system time used= 0.326613
maximum resident set size= 1321104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36529
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2174
involuntary context switches= 1266


# summary of solver processes directly reported to runsolver:
#   pid: 29967
#   total CPU time (s): 12.8629
#   total CPU user time (s): 12.5363
#   total CPU system time (s): 0.326613

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038776 second user time and 0.081664 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 15:57:46
IDJOB=4510694
IDBENCH=160383
IDSOLVER=3361
FILE ID=nodeC018/4510694-1751205466
RUNJOBID= nodeC018-1751205466-29921
SLURM_JOB_ID= 9587627
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid3x90split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510694-1751205466/watcher-4510694-1751205466 -o /tmp/evaluation-result-4510694-1751205466/solver-4510694-1751205466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751205466-29921 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510694-1751205466.opb

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

MD5SUM BENCH= 4f4a68aaaa2bb28aea0e66d57890075f
RANDOM SEED=1652148497

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130048976 kB
MemAvailable:   129759524 kB
Buffers:            3280 kB
Cached:           520160 kB
SwapCached:            0 kB
Active:           325580 kB
Inactive:         263012 kB
Active(anon):      83228 kB
Inactive(anon):        0 kB
Active(file):     242352 kB
Inactive(file):   263012 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               972 kB
Writeback:             0 kB
AnonPages:         68260 kB
Mapped:           102252 kB
Shmem:             18076 kB
KReclaimable:      88448 kB
Slab:             172196 kB
SReclaimable:      88448 kB
SUnreclaim:        83748 kB
KernelStack:        3956 kB
PageTables:         2344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     329704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC018 at 2025-06-29 15:57:57