Trace number 4452682

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. 13.8383 10.5624

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP105.shuf-3.opb
MD5SUM7bfcdc46f967c8c85bd034be31c75732
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 benchmark2.03966
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22684
Total number of constraints5672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints5661
Minimum length of a constraint4
Maximum length of a constraint12
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4452682-1721841439.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.34/0.30	c ... done. Wall clock time 0.173s.
0.52/0.32	c declared #vars     22684
0.52/0.32	c #constraints  5672
0.52/0.32	c constraints type 
0.52/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5672
0.52/0.32	c 5672 constraints processed.
1.67/0.94	c cleaning 2498 clauses out of 5003 with flag 16839/5003
2.85/1.54	c cleaning 4228 clauses out of 8503 with flag 35747/11001
3.25/1.75	c cleaning 5635 clauses out of 11275 with flag 63347/18001
3.64/1.91	c cleaning 6782 clauses out of 13640 with flag 93781/26001
3.87/2.08	c cleaning 7920 clauses out of 15857 with flag 124734/35000
4.23/2.23	c cleaning 8959 clauses out of 17939 with flag 155976/45002
4.43/2.36	c cleaning 9974 clauses out of 19979 with flag 192720/56001
4.64/2.49	c cleaning 10923 clauses out of 22004 with flag 233049/68000
5.04/2.64	c cleaning 11984 clauses out of 24081 with flag 274821/81000
5.28/2.81	c cleaning 13016 clauses out of 26099 with flag 326187/95002
5.38/2.98	c cleaning 14017 clauses out of 28081 with flag 377427/110000
5.58/3.18	c cleaning 15019 clauses out of 30064 with flag 437031/126000
5.91/3.45	c cleaning 15976 clauses out of 32047 with flag 490770/143002
6.15/3.68	c cleaning 17026 clauses out of 34070 with flag 554142/161001
6.45/3.92	c cleaning 17965 clauses out of 36043 with flag 617240/180000
6.76/4.21	c cleaning 18918 clauses out of 38078 with flag 684662/200000
6.95/4.44	c cleaning 20053 clauses out of 40161 with flag 758730/221001
7.28/4.71	c cleaning 21032 clauses out of 42110 with flag 835714/243003
7.49/4.98	c cleaning 22025 clauses out of 44076 with flag 913862/266001
7.98/5.42	c cleaning 22931 clauses out of 46051 with flag 999325/290001
8.19/5.69	c cleaning 23999 clauses out of 48121 with flag 1085732/315002
8.59/6.08	c cleaning 25040 clauses out of 50120 with flag 1177164/341000
9.42/6.61	c cleaning 26022 clauses out of 52080 with flag 1269599/368000
9.88/6.94	c cleaning 27009 clauses out of 54058 with flag 1371728/396000
10.49/7.32	c cleaning 27976 clauses out of 56050 with flag 1472923/425001
10.88/7.76	c cleaning 28992 clauses out of 58074 with flag 1576903/455001
11.49/8.38	c cleaning 30029 clauses out of 60082 with flag 1690678/486001
12.20/9.01	c cleaning 30146 clauses out of 62053 with flag 1802994/518001
12.80/9.67	c cleaning 30783 clauses out of 64907 with flag 1918348/551001
13.40/10.26	c cleaning 31615 clauses out of 68123 with flag 2033328/585000
13.74/10.51	c starts		: 304
13.74/10.52	c conflicts		: 595247
13.74/10.52	c decisions		: 6039799
13.74/10.52	c propagations		: 10441823
13.74/10.52	c inspects		: 43069896
13.74/10.52	c shortcuts		: 0
13.74/10.52	c learnt literals	: 6
13.74/10.52	c learnt binary clauses	: 12
13.74/10.52	c learnt ternary clauses	: 10605
13.74/10.52	c learnt constraints	: 595240
13.74/10.52	c ignored constraints	: 0
13.74/10.52	c root simplifications	: 0
13.74/10.52	c removed literals (reason simplification)	: 215510
13.74/10.52	c reason swapping (by a shorter reason)	: 0
13.74/10.52	c Calls to reduceDB	: 30
13.74/10.52	c Number of update (reduction) of LBD	: 152878
13.74/10.52	c Imported unit clauses	: 0
13.74/10.52	c No decision after first conflict	: false
13.74/10.52	c number of reductions to clauses (during analyze)	: 0
13.74/10.52	c number of learned constraints concerned by reduction	: 0
13.74/10.52	c number of learning phase by resolution	: 0
13.74/10.52	c number of learning phase by cutting planes	: 0
13.74/10.52	c number of rounding to 1 operations	: 0
13.74/10.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
13.74/10.52	c number of reductions of the coefficients by power 2 	: 0
13.74/10.52	c number of right shift for reduction by power 2 	: 0
13.74/10.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
13.74/10.52	c number of ending skipping 	: 0
13.74/10.52	c number of internal skipping 	: 0
13.74/10.52	c number of derivation steps 	: 0
13.74/10.52	c number of skipped derivation steps 	: 0
13.74/10.52	c number of remaining unassigned 	: 0
13.74/10.52	c number of remaining assigned 	: 0
13.74/10.52	c number of falsified literals weakened from reason	: 0
13.74/10.52	c number of falsified literals weakened from conflict	: 0
13.74/10.52	c time for arithmetic operations	: 0
13.74/10.52	c minimum degree of deleted constraints	: null
13.74/10.52	c maximum degree of deleted constraints	: null
13.74/10.52	c number of deleted constraints	: 0
13.74/10.52	c speed (assignments/second)	: 1024913.9183352963
13.74/10.52	c non guided choices	: 4630644
13.74/10.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 46736
13.74/10.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 12
13.74/10.55	s UNSATISFIABLE
13.74/10.55	c Total wall clock time (in seconds): 10.423

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 (60700 MiB free)
  memory of node 1: 64473 MiB (58261 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=199697, runsolver pid=199694

[startup+0.104836 s]*
/proc/loadavg: 1.33 1.12 1.36 12/334 199715
/proc/meminfo: memFree=121769644/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=18975048 memory=66952 CPUtime=0.13 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 7089 0 0 0 11 2 0 0 20 0 18 0 20667239 19430449152 16738 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4743762 16738 5690 1 0 549372 0
[pid=199697/tid=199699] ppid=199694 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) R 199694 199697 199498 0 -1 1078198336 5666 0 0 0 7 2 0 0 20 0 18 0 20667239 19430449152 16738 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20667242 19430449152 16738 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=18975048 memory=15262540772369567 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20667242 19430449152 16738 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66952 KiB

[startup+0.215688 s]*
/proc/loadavg: 1.33 1.12 1.36 9/334 199715
/proc/meminfo: memFree=121746640/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=18975048 memory=84592 CPUtime=0.34 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 7914 0 0 0 31 3 0 0 20 0 18 0 20667239 19430449152 21148 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4743762 21148 5805 1 0 549911 0
[pid=199697/tid=199699] ppid=199694 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) R 199694 199697 199498 0 -1 4194368 5830 0 0 0 16 2 0 0 20 0 18 0 20667239 19430449152 21148 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=18975048 memory=1535086 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20667242 19430449152 21148 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=18975048 memory=13855165887284878 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20667242 19430449152 21148 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 84592 KiB

[startup+0.308442 s]*
/proc/loadavg: 1.33 1.12 1.36 7/334 199715
/proc/meminfo: memFree=121681088/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=18975048 memory=120788 CPUtime=0.52 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 9213 0 0 0 48 4 0 0 20 0 18 0 20667239 19430449152 30197 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4743762 30197 5805 1 0 550732 0
[pid=199697/tid=199699] ppid=199694 vsize=18975048 memory=-8886838342773940924 CPUtime=0.27 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) R 199694 199697 199498 0 -1 4194368 5855 0 0 0 24 3 0 0 20 0 18 0 20667239 19430449152 30197 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20667242 19430449152 30197 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20667242 19430449152 30197 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 120788 KiB

[startup+0.708689 s]
/proc/loadavg: 1.33 1.12 1.36 8/335 199716
/proc/meminfo: memFree=121607276/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=19041612 memory=144624 CPUtime=1.28 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 15108 0 0 0 122 6 0 0 20 0 19 0 20667239 19498610688 36156 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4760403 36156 5844 1 0 554188 0
[pid=199697/tid=199699] ppid=199694 vsize=19041612 memory=5432 CPUtime=0.6 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) R 199694 199697 199498 0 -1 4194368 5931 0 0 0 56 4 0 0 20 0 19 0 20667239 19498610688 36156 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=19041612 memory=12304 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20667242 19498610688 36156 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=19041612 memory=164 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20667242 19498610688 36156 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199716] ppid=199694 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/199697/task/199716/stat : 199716 (Timer-0) S 199694 199697 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20667271 19498610688 36156 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 144624 KiB

[startup+1.50023 s]
/proc/loadavg: 1.33 1.12 1.36 10/335 199716
/proc/meminfo: memFree=121432624/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=19108176 memory=191272 CPUtime=2.85 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 26944 0 0 0 276 9 0 0 20 0 20 0 20667239 19566772224 47818 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4777044 47818 5844 1 0 557270 0
[pid=199697/tid=199699] ppid=199694 vsize=19108176 memory=12304 CPUtime=1.37 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) S 199694 199697 199498 0 -1 1077936192 6607 0 0 0 132 5 0 0 20 0 20 0 20667239 19566772224 47818 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 47818 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 47818 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199716] ppid=199694 vsize=19108176 memory=281178758358288 CPUtime=0 cores=5,7
/proc/199697/task/199716/stat : 199716 (Timer-0) S 199694 199697 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667271 19566772224 47818 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191272 KiB

[startup+3.10556 s]
/proc/loadavg: 1.33 1.12 1.36 5/312 199746
/proc/meminfo: memFree=121074248/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=19108176 memory=208872 CPUtime=5.58 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 29682 0 0 0 546 12 0 0 20 0 20 0 20667239 19566772224 52218 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4777044 52218 5860 1 0 557316 0
[pid=199697/tid=199699] ppid=199694 vsize=19108176 memory=0 CPUtime=2.92 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) R 199694 199697 199498 0 -1 4194368 7081 0 0 0 285 7 0 0 20 0 20 0 20667239 19566772224 52218 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 52218 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 52218 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199716] ppid=199694 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/199697/task/199716/stat : 199716 (Timer-0) S 199694 199697 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667271 19566772224 52218 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 208872 KiB

[startup+6.30069 s]
/proc/loadavg: 1.70 1.20 1.38 5/336 199787
/proc/meminfo: memFree=120029112/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=19108176 memory=431072 CPUtime=8.97 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 30950 0 0 0 878 19 0 0 20 0 20 0 20667239 19566772224 107768 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4777044 107768 5860 1 0 557927 0
[pid=199697/tid=199699] ppid=199694 vsize=19108176 memory=12304 CPUtime=6.02 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) R 199694 199697 199498 0 -1 4194368 7767 0 0 0 589 13 0 0 20 0 20 0 20667239 19566772224 107768 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 107768 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=19108176 memory=197580 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 107768 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199716] ppid=199694 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/199697/task/199716/stat : 199716 (Timer-0) S 199694 199697 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667271 19566772224 107768 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 8.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 431072 KiB

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

# cumulated CPU time of all completed processes:  user=13.5286 s, system=0.309661 s

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

[startup+6.40031 s]
/proc/loadavg: 1.70 1.20 1.38 5/336 199787
/proc/meminfo: memFree=120029112/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=19108176 memory=433156 CPUtime=9.14 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 31457 0 0 0 894 20 0 0 20 0 20 0 20667239 19566772224 108289 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4777044 108289 5860 1 0 558414 0
[pid=199697/tid=199699] ppid=199694 vsize=19108176 memory=12304 CPUtime=6.12 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) R 199694 199697 199498 0 -1 4194368 7900 0 0 0 598 14 0 0 20 0 20 0 20667239 19566772224 108289 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 108289 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 108289 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199716] ppid=199694 vsize=19108176 memory=228489167166 CPUtime=0 cores=5,7
/proc/199697/task/199716/stat : 199716 (Timer-0) S 199694 199697 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667271 19566772224 108289 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 433156 KiB

[startup+8.00024 s]*
/proc/loadavg: 1.70 1.20 1.38 5/336 199787
/proc/meminfo: memFree=119538228/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=19108176 memory=481636 CPUtime=11.19 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 33604 0 0 0 1097 22 0 0 20 0 20 0 20667239 19566772224 120409 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4777044 120409 5860 1 0 558414 0
[pid=199697/tid=199699] ppid=199694 vsize=19108176 memory=-9031796856268300988 CPUtime=7.72 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) R 199694 199697 199498 0 -1 4194368 8172 0 0 0 756 16 0 0 20 0 20 0 20667239 19566772224 120409 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=19108176 memory=17996 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 120409 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=19108176 memory=6796 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 120409 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199716] ppid=199694 vsize=19108176 memory=7144 CPUtime=0 cores=5,7
/proc/199697/task/199716/stat : 199716 (Timer-0) S 199694 199697 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667271 19566772224 120409 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 11.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 481636 KiB

[startup+9.60024 s]
/proc/loadavg: 1.89 1.25 1.40 5/336 199787
/proc/meminfo: memFree=119360028/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=19108176 memory=680552 CPUtime=12.8 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 36081 0 0 0 1253 27 0 0 20 0 20 0 20667239 19566772224 170138 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4777044 170138 5860 1 0 558414 0
[pid=199697/tid=199699] ppid=199694 vsize=19108176 memory=223208 CPUtime=9.26 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) R 199694 199697 199498 0 -1 4194368 8534 0 0 0 906 20 0 0 20 0 20 0 20667239 19566772224 170138 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 170138 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=19108176 memory=433156 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 170138 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199716] ppid=199694 vsize=19108176 memory=68244 CPUtime=0 cores=5,7
/proc/199697/task/199716/stat : 199716 (Timer-0) S 199694 199697 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667271 19566772224 170138 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 12.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 680552 KiB

[startup+10.0002 s]*
/proc/loadavg: 1.89 1.25 1.40 5/336 199787
/proc/meminfo: memFree=119033600/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=19108176 memory=680552 CPUtime=13.2 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 36130 0 0 0 1293 27 0 0 20 0 20 0 20667239 19566772224 170138 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4777044 170138 5860 1 0 558414 0
[pid=199697/tid=199699] ppid=199694 vsize=19108176 memory=-9031796856268300988 CPUtime=9.66 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) R 199694 199697 199498 0 -1 4194368 8553 0 0 0 946 20 0 0 20 0 20 0 20667239 19566772224 170138 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=19108176 memory=614944 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 170138 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=19108176 memory=2800 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 170138 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199716] ppid=199694 vsize=19108176 memory=4580 CPUtime=0 cores=5,7
/proc/199697/task/199716/stat : 199716 (Timer-0) S 199694 199697 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667271 19566772224 170138 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 13.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 680552 KiB

[startup+10.4047 s]
/proc/loadavg: 1.89 1.25 1.40 5/336 199787
/proc/meminfo: memFree=119033600/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=19108176 memory=670688 CPUtime=13.64 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 38674 0 0 0 1335 29 0 0 20 0 20 0 20667239 19566772224 167672 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4777044 167672 5860 1 0 558430 0
[pid=199697/tid=199699] ppid=199694 vsize=19108176 memory=0 CPUtime=10.04 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) R 199694 199697 199498 0 -1 4194368 9522 0 0 0 983 21 0 0 20 0 20 0 20667239 19566772224 167672 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=19108176 memory=301032 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 167672 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 167672 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199716] ppid=199694 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/199697/task/199716/stat : 199716 (Timer-0) S 199694 199697 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667271 19566772224 167672 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 13.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 670688 KiB

[startup+10.5007 s]
/proc/loadavg: 1.89 1.25 1.40 5/336 199787
/proc/meminfo: memFree=119033600/131524600 swapFree=131054968/131071996
[pid=199697] ppid=199694 vsize=19108176 memory=670704 CPUtime=13.74 cores=5,7
/proc/199697/stat : 199697 (java) S 199694 199697 199498 0 -1 1077936128 40050 0 0 0 1344 30 0 0 20 0 20 0 20667239 19566772224 167676 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
/proc/199697/statm: 4777044 167676 5860 1 0 558430 0
[pid=199697/tid=199699] ppid=199694 vsize=19108176 memory=12304 CPUtime=10.05 cores=5,7
/proc/199697/task/199699/stat : 199699 (java) D 199694 199697 199498 0 -1 4194368 9522 0 0 0 983 22 0 0 20 0 20 0 20667239 19566772224 167676 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199708] ppid=199694 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/199697/task/199708/stat : 199708 (Finalizer) S 199694 199697 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 167676 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199715] ppid=199694 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/199697/task/199715/stat : 199715 (Common-Cleaner) S 199694 199697 199498 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 20667242 19566772224 167676 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
[pid=199697/tid=199716] ppid=199694 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/199697/task/199716/stat : 199716 (Timer-0) S 199694 199697 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667271 19566772224 167676 134679101440 94818360111104 94818360114800 140725753263696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94818360122616 94818360123408 94818369286144 140725753271211 140725753271393 140725753271393 140725753278408 0
Current children cumulated CPU time: 13.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 670704 KiB

Child status: 20

Real time (s): 10.5624
CPU time (s): 13.8383
CPU user time (s): 13.5286
CPU system time (s): 0.309661
CPU usage (%): 131.015
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 680552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5286
system time used= 0.309661
maximum resident set size= 680552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 110856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2472
involuntary context switches= 312


# summary of solver processes directly reported to runsolver:
#   pid: 199697
#   total CPU time (s): 13.8383
#   total CPU user time (s): 13.5286
#   total CPU system time (s): 0.309661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03543 second user time and 0.076619 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 19:17:19
IDJOB=4452682
IDBENCH=165278
IDSOLVER=3079
FILE ID=nodeC028/4452682-1721841439
RUNJOBID= nodeC028-1721841436-199511
SLURM_JOB_ID= 7891563
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP105.shuf-3.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-4452682-1721841439/watcher-4452682-1721841439 -o /tmp/evaluation-result-4452682-1721841439/solver-4452682-1721841439 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199511 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452682-1721841439 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452682-1721841439.opb

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

MD5SUM BENCH= 7bfcdc46f967c8c85bd034be31c75732
RANDOM SEED=1424470184

nodeC028.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		: 3599.723
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.46
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		: 3640.490
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.51
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.724
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.46
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		: 3640.504
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121818344 kB
MemAvailable:   129135472 kB
Buffers:          265592 kB
Cached:          7837456 kB
SwapCached:          264 kB
Active:          2268456 kB
Inactive:        6751720 kB
Active(anon):       4488 kB
Inactive(anon):   964896 kB
Active(file):    2263968 kB
Inactive(file):  5786824 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054968 kB
Dirty:             27164 kB
Writeback:            80 kB
AnonPages:        916268 kB
Mapped:           116532 kB
Shmem:             52100 kB
KReclaimable:     212316 kB
Slab:             333872 kB
SReclaimable:     212316 kB
SUnreclaim:       121556 kB
KernelStack:        5120 kB
PageTables:        11996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7256512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    626688 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:      443092 kB
DirectMap2M:    51759104 kB
DirectMap1G:    83886080 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC028 at 2024-07-24 19:17:29