Trace number 4450324

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 Default 2024-07-07UNSAT 31.0901 28.8142

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l100-r099-n1.cnf-plain.pb.metafix.opb
MD5SUM432ceff95840c24def17352d86ee9883
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.65906
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8160
Total number of constraints25805
Number of constraints which are clauses25805
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4450324-1721410930.opb
0.14/0.12	c reading problem ... 
0.14/0.13	c  no objective function found
0.35/0.30	c ... done. Wall clock time 0.165s.
0.35/0.30	c declared #vars     8160
0.35/0.30	c #constraints  25805
0.35/0.30	c constraints type 
0.35/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 23085
0.35/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2720
0.35/0.30	c 25805 constraints processed.
3.19/2.02	c cleaning 2379 clauses out of 5002 with flag 277258/5002
4.34/3.11	c cleaning 4304 clauses out of 8622 with flag 375836/11001
5.78/4.47	c cleaning 5653 clauses out of 11319 with flag 514864/18002
7.49/6.08	c cleaning 6828 clauses out of 13664 with flag 689135/26000
9.28/7.82	c cleaning 7914 clauses out of 15837 with flag 863326/35001
11.24/9.70	c cleaning 8957 clauses out of 17922 with flag 1032718/45000
13.34/11.82	c cleaning 9982 clauses out of 19965 with flag 1192660/56000
15.79/14.23	c cleaning 10993 clauses out of 21985 with flag 1383578/68002
18.42/16.72	c cleaning 11992 clauses out of 23990 with flag 1667452/81001
21.45/19.44	c cleaning 12995 clauses out of 25998 with flag 1987412/95001
24.92/22.78	c cleaning 13999 clauses out of 28002 with flag 2250752/110000
28.01/25.82	c cleaning 14997 clauses out of 30002 with flag 2474576/126001
30.94/28.77	c starts		: 152
30.94/28.77	c conflicts		: 140739
30.94/28.77	c decisions		: 838102
30.94/28.77	c propagations		: 76889636
30.94/28.77	c inspects		: 297307147
30.94/28.77	c shortcuts		: 0
30.94/28.77	c learnt literals	: 16
30.94/28.77	c learnt binary clauses	: 11
30.94/28.77	c learnt ternary clauses	: 4639
30.94/28.77	c learnt constraints	: 140722
30.94/28.77	c ignored constraints	: 0
30.94/28.77	c root simplifications	: 0
30.94/28.77	c removed literals (reason simplification)	: 0
30.94/28.77	c reason swapping (by a shorter reason)	: 0
30.94/28.77	c Calls to reduceDB	: 12
30.94/28.77	c Number of update (reduction) of LBD	: 71036
30.94/28.77	c Imported unit clauses	: 0
30.94/28.77	c No decision after first conflict	: false
30.94/28.77	c number of reductions to clauses (during analyze)	: 0
30.94/28.77	c number of learned constraints concerned by reduction	: 0
30.94/28.77	c number of learning phase by resolution	: 0
30.94/28.77	c number of learning phase by cutting planes	: 0
30.94/28.77	c number of rounding to 1 operations	: 0
30.94/28.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
30.94/28.77	c number of reductions of the coefficients by power 2 	: 0
30.94/28.77	c number of right shift for reduction by power 2 	: 0
30.94/28.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
30.94/28.77	c number of ending skipping 	: 0
30.94/28.77	c number of internal skipping 	: 0
30.94/28.77	c number of derivation steps 	: 0
30.94/28.77	c number of skipped derivation steps 	: 0
30.94/28.77	c number of remaining unassigned 	: 0
30.94/28.77	c number of remaining assigned 	: 0
30.94/28.77	c number of falsified literals weakened from reason	: 0
30.94/28.77	c number of falsified literals weakened from conflict	: 0
30.94/28.77	c time for arithmetic operations	: 0
30.94/28.77	c minimum degree of deleted constraints	: null
30.94/28.77	c maximum degree of deleted constraints	: null
30.94/28.77	c number of deleted constraints	: 0
30.94/28.79	c speed (assignments/second)	: 2699492.1883228594
30.94/28.79	c non guided choices	: 112743
31.06/28.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 29718
31.06/28.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 11
31.06/28.80	s UNSATISFIABLE
31.06/28.80	c Total wall clock time (in seconds): 28.684

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450324-1721410930/watcher-4450324-1721410930 -o /tmp/evaluation-result-4450324-1721410930/solver-4450324-1721410930 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024583 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4450324-1721410930.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=1024768, runsolver pid=1024765

[startup+0.10022 s]*
/proc/loadavg: 1.76 1.68 2.74 8/332 1024786
/proc/meminfo: memFree=128799456/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=18975048 memory=62996 CPUtime=0.14 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 7239 0 0 0 12 2 0 0 20 0 18 0 193259170 19430449152 15749 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4743762 15749 5638 1 0 549342 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) S 1024765 1024768 1024572 0 -1 1077936192 5768 0 0 0 7 1 0 0 20 0 18 0 193259170 19430449152 15749 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 193259172 19430449152 15749 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 193259173 19430449152 15749 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62996 KiB

[startup+0.207988 s]*
/proc/loadavg: 1.76 1.68 2.74 9/332 1024786
/proc/meminfo: memFree=128782284/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=18975048 memory=80584 CPUtime=0.35 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 7945 0 0 0 32 3 0 0 20 0 18 0 193259170 19430449152 20146 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4743762 20146 5806 1 0 549777 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 5915 0 0 0 17 2 0 0 20 0 18 0 193259170 19430449152 20146 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=18975048 memory=1676398 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 193259172 19430449152 20658 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 193259173 19430449152 20658 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80584 KiB

[startup+0.309194 s]*
/proc/loadavg: 1.76 1.68 2.74 10/333 1024787
/proc/meminfo: memFree=128747800/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19041612 memory=114748 CPUtime=0.54 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 9229 0 0 0 50 4 0 0 20 0 19 0 193259170 19498610688 28687 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4760403 28687 5806 1 0 550870 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19041612 memory=-7524491859965535584 CPUtime=0.29 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 5958 0 0 0 26 3 0 0 20 0 19 0 193259170 19498610688 28687 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 193259172 19498610688 28687 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 193259173 19498610688 28687 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024787] ppid=1024765 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1024768/task/1024787/stat : 1024787 (Timer-0) S 1024765 1024768 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193259199 19498610688 28687 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 114748 KiB

[startup+0.710553 s]
/proc/loadavg: 1.76 1.68 2.74 9/333 1024787
/proc/meminfo: memFree=128736288/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19042516 memory=122828 CPUtime=1.32 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 11895 0 0 0 127 5 0 0 20 0 19 0 193259170 19499536384 30707 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4760629 30707 5838 1 0 552876 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19042516 memory=12420 CPUtime=0.68 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 5968 0 0 0 65 3 0 0 20 0 19 0 193259170 19499536384 30707 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19042516 memory=12420 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 193259172 19499536384 30707 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19042516 memory=117636 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 193259173 19499536384 30707 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024787] ppid=1024765 vsize=19042516 memory=39476 CPUtime=0 cores=4,6
/proc/1024768/task/1024787/stat : 1024787 (Timer-0) S 1024765 1024768 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193259199 19499536384 30707 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 19042516 KiB
Current children cumulated memory: 122828 KiB

[startup+1.50026 s]
/proc/loadavg: 1.76 1.68 2.74 6/333 1024787
/proc/meminfo: memFree=128717428/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19041612 memory=125724 CPUtime=2.54 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 15808 0 0 0 249 5 0 0 20 0 19 0 193259170 19498610688 31431 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4760403 31431 5838 1 0 553404 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19041612 memory=12420 CPUtime=1.47 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 6066 0 0 0 144 3 0 0 20 0 19 0 193259170 19498610688 31431 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 193259172 19498610688 31431 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 193259173 19498610688 31431 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024787] ppid=1024765 vsize=19041612 memory=65 CPUtime=0 cores=4,6
/proc/1024768/task/1024787/stat : 1024787 (Timer-0) S 1024765 1024768 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193259199 19498610688 31431 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 125724 KiB

[startup+3.10575 s]
/proc/loadavg: 1.76 1.68 2.74 6/332 1024853
/proc/meminfo: memFree=128747968/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19041612 memory=144608 CPUtime=4.34 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 17375 0 0 0 428 6 0 0 20 0 19 0 193259170 19498610688 36152 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4760403 36152 5838 1 0 553437 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19041612 memory=0 CPUtime=3.06 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 7141 0 0 0 303 3 0 0 20 0 19 0 193259170 19498610688 36152 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 193259172 19498610688 36152 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19041612 memory=125724 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 193259173 19498610688 36152 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024787] ppid=1024765 vsize=19041612 memory=12420 CPUtime=0 cores=4,6
/proc/1024768/task/1024787/stat : 1024787 (Timer-0) S 1024765 1024768 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193259199 19498610688 36152 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 144608 KiB

[startup+6.30022 s]
/proc/loadavg: 1.94 1.72 2.74 5/334 1024857
/proc/meminfo: memFree=128554596/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19108176 memory=203860 CPUtime=7.78 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 19162 0 0 0 771 7 0 0 20 0 20 0 193259170 19566772224 50965 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4777044 50965 5854 1 0 553764 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19108176 memory=0 CPUtime=6.22 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 7239 0 0 0 618 4 0 0 20 0 20 0 193259170 19566772224 50965 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193259172 19566772224 50965 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19108176 memory=8514726395715219830 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 193259173 19566772224 50965 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024787] ppid=1024765 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1024768/task/1024787/stat : 1024787 (Timer-0) S 1024765 1024768 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259199 19566772224 50965 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 7.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 203860 KiB

[startup+12.7003 s]
/proc/loadavg: 2.26 1.79 2.76 5/334 1024924
/proc/meminfo: memFree=128385300/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19108176 memory=327412 CPUtime=14.28 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 19966 0 0 0 1418 10 0 0 20 0 20 0 193259170 19566772224 81853 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4777044 81853 5870 1 0 553764 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19108176 memory=261452 CPUtime=12.5 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 7705 0 0 0 1246 4 0 0 20 0 20 0 193259170 19566772224 81853 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193259172 19566772224 81853 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 193259173 19566772224 81853 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024787] ppid=1024765 vsize=19108176 memory=203860 CPUtime=0 cores=4,6
/proc/1024768/task/1024787/stat : 1024787 (Timer-0) S 1024765 1024768 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259199 19566772224 81853 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 14.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 327412 KiB

[startup+25.5006 s]
/proc/loadavg: 2.73 1.91 2.79 5/335 1024928
/proc/meminfo: memFree=127876320/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19108176 memory=488932 CPUtime=27.71 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 34431 0 0 0 2755 16 0 0 20 0 20 0 193259170 19566772224 122233 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4777044 122233 5890 1 0 555758 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19108176 memory=488896 CPUtime=25.01 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 9895 0 0 0 2497 4 0 0 20 0 20 0 193259170 19566772224 122233 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19108176 memory=203860 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193259172 19566772224 122233 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19108176 memory=125724 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 193259173 19566772224 122233 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024787] ppid=1024765 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1024768/task/1024787/stat : 1024787 (Timer-0) S 1024765 1024768 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259199 19566772224 122233 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 27.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 488932 KiB

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

# cumulated CPU time of all completed processes:  user=30.9189 s, system=0.171173 s

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

[startup+25.6006 s]
/proc/loadavg: 2.73 1.91 2.79 5/335 1024928
/proc/meminfo: memFree=127876320/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19108176 memory=488932 CPUtime=27.81 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 34431 0 0 0 2765 16 0 0 20 0 20 0 193259170 19566772224 122233 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4777044 122233 5890 1 0 555758 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19108176 memory=12420 CPUtime=25.11 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 9895 0 0 0 2507 4 0 0 20 0 20 0 193259170 19566772224 122233 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19108176 memory=47456 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193259172 19566772224 122233 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 193259173 19566772224 122233 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024787] ppid=1024765 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024768/task/1024787/stat : 1024787 (Timer-0) S 1024765 1024768 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259199 19566772224 122233 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 27.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 488932 KiB

[startup+27.2005 s]
/proc/loadavg: 2.73 1.91 2.79 5/335 1024928
/proc/meminfo: memFree=127875968/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19108176 memory=489068 CPUtime=29.46 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 37148 0 0 0 2930 16 0 0 20 0 20 0 193259170 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4777044 122267 5890 1 0 555758 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19108176 memory=488928 CPUtime=26.69 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 10249 0 0 0 2665 4 0 0 20 0 20 0 193259170 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19108176 memory=6945184414073500732 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193259172 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 193259173 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024787] ppid=1024765 vsize=19108176 memory=4542030996784658 CPUtime=0 cores=4,6
/proc/1024768/task/1024787/stat : 1024787 (Timer-0) S 1024765 1024768 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259199 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 29.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 489068 KiB

[startup+28.0006 s]*
/proc/loadavg: 2.73 1.91 2.79 6/335 1024928
/proc/meminfo: memFree=127841096/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19108176 memory=489068 CPUtime=30.25 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 37270 0 0 0 3009 16 0 0 20 0 20 0 193259170 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4777044 122267 5890 1 0 555758 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19108176 memory=-7524491859965799262 CPUtime=27.48 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 10351 0 0 0 2744 4 0 0 20 0 20 0 193259170 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19108176 memory=8176 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193259172 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19108176 memory=3428 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 193259173 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024787] ppid=1024765 vsize=19108176 memory=2112 CPUtime=0 cores=4,6
/proc/1024768/task/1024787/stat : 1024787 (Timer-0) S 1024765 1024768 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259199 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 30.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 489068 KiB

[startup+28.4026 s]
/proc/loadavg: 2.73 1.91 2.79 6/335 1024928
/proc/meminfo: memFree=127841096/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19108176 memory=489068 CPUtime=30.65 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 37270 0 0 0 3049 16 0 0 20 0 20 0 193259170 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4777044 122267 5890 1 0 555758 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19108176 memory=-7524491859965535584 CPUtime=27.88 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) R 1024765 1024768 1024572 0 -1 4194368 10351 0 0 0 2784 4 0 0 20 0 20 0 193259170 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19108176 memory=1848 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193259172 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 193259173 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024787] ppid=1024765 vsize=19108176 memory=31024 CPUtime=0 cores=4,6
/proc/1024768/task/1024787/stat : 1024787 (Timer-0) S 1024765 1024768 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259199 19566772224 122267 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 30.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 489068 KiB

[startup+28.8002 s]
/proc/loadavg: 2.73 1.91 2.79 6/335 1024928
/proc/meminfo: memFree=127841096/131524600 swapFree=131071996/131071996
[pid=1024768] ppid=1024765 vsize=19241304 memory=489456 CPUtime=31.06 cores=4,6
/proc/1024768/stat : 1024768 (java) S 1024765 1024768 1024572 0 -1 1077936128 39133 0 0 0 3090 16 0 0 20 0 20 0 193259170 19703095296 122364 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
/proc/1024768/statm: 4810326 122364 5889 1 0 556376 0
[pid=1024768/tid=1024770] ppid=1024765 vsize=19241304 memory=203860 CPUtime=28.24 cores=4,6
/proc/1024768/task/1024770/stat : 1024770 (java) S 1024765 1024768 1024572 0 -1 1077936192 11757 0 0 0 2820 4 0 0 20 0 20 0 193259170 19703095296 122364 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024779] ppid=1024765 vsize=19241304 memory=0 CPUtime=0 cores=4,6
/proc/1024768/task/1024779/stat : 1024779 (Finalizer) S 1024765 1024768 1024572 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193259172 19703095296 122364 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
[pid=1024768/tid=1024786] ppid=1024765 vsize=19241304 memory=4928471189418562476 CPUtime=0 cores=4,6
/proc/1024768/task/1024786/stat : 1024786 (Common-Cleaner) S 1024765 1024768 1024572 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 193259173 19703095296 122364 134679101440 93938060902400 93938060906096 140733142067728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938060913912 93938060914704 93938089607168 140733142070277 140733142070367 140733142070367 140733142077384 0
Current children cumulated CPU time: 31.06 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 489456 KiB

Child status: 20

Real time (s): 28.8142
CPU time (s): 31.0901
CPU user time (s): 30.9189
CPU system time (s): 0.171173
CPU usage (%): 107.898
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 489456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9189
system time used= 0.171173
maximum resident set size= 490868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39371
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1763
involuntary context switches= 362


# summary of solver processes directly reported to runsolver:
#   pid: 1024768
#   total CPU time (s): 31.0901
#   total CPU user time (s): 30.9189
#   total CPU system time (s): 0.171173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06618 second user time and 0.175801 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 19:42:23
IDJOB=4450324
IDBENCH=160421
IDSOLVER=3058
FILE ID=nodeC026/4450324-1721410930
RUNJOBID= nodeC026-1721410942-1024583
SLURM_JOB_ID= 7545477
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l100-r099-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450324-1721410930/watcher-4450324-1721410930 -o /tmp/evaluation-result-4450324-1721410930/solver-4450324-1721410930 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024583 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4450324-1721410930.opb

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

MD5SUM BENCH= 432ceff95840c24def17352d86ee9883
RANDOM SEED=1628142748

nodeC026.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		: 3654.874
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128842824 kB
MemAvailable:   129332800 kB
Buffers:          561076 kB
Cached:           775772 kB
SwapCached:            0 kB
Active:          1075668 kB
Inactive:         995784 kB
Active(anon):       1540 kB
Inactive(anon):   778968 kB
Active(file):    1074128 kB
Inactive(file):   216816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5568 kB
Writeback:             0 kB
AnonPages:        731636 kB
Mapped:           126812 kB
Shmem:             45912 kB
KReclaimable:      77712 kB
Slab:             188108 kB
SReclaimable:      77712 kB
SUnreclaim:       110396 kB
KernelStack:        5068 kB
PageTables:        11392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7216912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    432128 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC026 at 2024-07-19 19:42:52