Trace number 4452814

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 18.7775 17.0603

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP065.shuf-3.opb
MD5SUMff63d464810e05f4e638d683112dc5a7
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 benchmark1.4335
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11055
Total number of constraints2212
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints2209
Minimum length of a constraint5
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version CUSTOM.v20240707
0.00/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.11	c java.vm.version	22.0.1+8-16
0.00/0.11	c java.vm.vendor	Oracle Corporation
0.00/0.11	c sun.arch.data.model	64
0.00/0.11	c java.version		22.0.1
0.00/0.11	c os.name		Linux
0.00/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.11	c os.arch		amd64
0.00/0.11	c Free memory 		2115194816
0.00/0.11	c Max memory 		16282288128
0.00/0.11	c Total memory 		2122317824
0.15/0.12	c Number of processors 	2
0.15/0.15	--- Begin Solver configuration ---
0.15/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.15/0.15	Learn all clauses as in MiniSAT
0.15/0.15	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.15/0.15	No reason simplification
0.15/0.15	Glucose 2.1 dynamic restart strategy
0.15/0.15	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.15/0.15	timeout=2147483s
0.15/0.15	DB Simplification allowed=false
0.15/0.15	Listener: none
0.15/0.15	--- End Solver configuration ---
0.15/0.15	c Pseudo Boolean Optimization by upper bound
0.15/0.15	c --- Begin Solver configuration ---
0.15/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.15/0.15	c Learn all clauses as in MiniSAT
0.15/0.15	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.15/0.15	c No reason simplification
0.15/0.15	c Glucose 2.1 dynamic restart strategy
0.15/0.15	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.15/0.15	c timeout=2147483s
0.15/0.15	c DB Simplification allowed=false
0.15/0.15	c Listener: none
0.15/0.15	c --- End Solver configuration ---
0.15/0.15	c solving HOME/instance-4452814-1721450952.opb
0.15/0.16	c reading problem ... 
0.15/0.16	c  no objective function found
0.54/0.40	c ... done. Wall clock time 0.241s.
0.54/0.40	c declared #vars     11055
0.54/0.41	c #constraints  2212
0.54/0.41	c constraints type 
0.54/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2212
0.54/0.41	c 2212 constraints processed.
1.66/0.92	c cleaning 2493 clauses out of 5000 with flag 13715/5000
1.86/1.10	c cleaning 4253 clauses out of 8507 with flag 30607/11000
2.24/1.21	c cleaning 5623 clauses out of 11254 with flag 54410/18000
2.24/1.29	c cleaning 6811 clauses out of 13632 with flag 76603/26001
2.44/1.37	c cleaning 7900 clauses out of 15820 with flag 102352/35000
2.62/1.45	c cleaning 8954 clauses out of 17920 with flag 131187/45000
2.78/1.54	c cleaning 9950 clauses out of 19967 with flag 163034/56001
2.87/1.64	c cleaning 11001 clauses out of 22016 with flag 196890/68000
2.97/1.76	c cleaning 11961 clauses out of 24015 with flag 234687/81000
3.07/1.87	c cleaning 13027 clauses out of 26056 with flag 275682/95002
3.17/1.99	c cleaning 14012 clauses out of 28029 with flag 320837/110002
3.38/2.13	c cleaning 14994 clauses out of 30016 with flag 367749/126001
3.51/2.27	c cleaning 16005 clauses out of 32023 with flag 421557/143002
3.77/2.42	c cleaning 17005 clauses out of 34018 with flag 474751/161002
3.87/2.58	c cleaning 17991 clauses out of 36012 with flag 531706/180001
4.07/2.75	c cleaning 18998 clauses out of 38022 with flag 592110/200002
4.27/2.93	c cleaning 20005 clauses out of 40023 with flag 655260/221001
4.56/3.27	c cleaning 21002 clauses out of 42017 with flag 719470/243000
5.06/3.75	c cleaning 21987 clauses out of 44015 with flag 787244/266000
5.47/4.11	c cleaning 22981 clauses out of 46028 with flag 857459/290000
5.86/4.50	c cleaning 24018 clauses out of 48048 with flag 930089/315001
6.06/4.76	c cleaning 25004 clauses out of 50029 with flag 1003096/341000
6.26/5.00	c cleaning 26005 clauses out of 52026 with flag 1091050/368001
6.56/5.22	c cleaning 27001 clauses out of 54020 with flag 1173157/396000
6.76/5.47	c cleaning 27994 clauses out of 56020 with flag 1265618/425001
7.06/5.73	c cleaning 28999 clauses out of 58026 with flag 1357394/455001
7.26/6.00	c cleaning 30001 clauses out of 60026 with flag 1447175/486000
7.56/6.24	c cleaning 30986 clauses out of 62026 with flag 1545575/518001
7.86/6.52	c cleaning 32017 clauses out of 64039 with flag 1646277/551000
8.06/6.77	c cleaning 32963 clauses out of 66024 with flag 1750001/585002
8.37/7.06	c cleaning 33998 clauses out of 68060 with flag 1862194/620001
8.66/7.37	c cleaning 35003 clauses out of 70061 with flag 1972235/656000
8.96/7.67	c cleaning 36011 clauses out of 72060 with flag 2077319/693002
9.38/8.07	c cleaning 36985 clauses out of 74047 with flag 2195198/731000
9.78/8.41	c cleaning 38015 clauses out of 76063 with flag 2307598/770001
10.08/8.77	c cleaning 39009 clauses out of 78048 with flag 2430077/810001
10.39/9.10	c cleaning 40008 clauses out of 80038 with flag 2541922/851000
10.78/9.47	c cleaning 41007 clauses out of 82031 with flag 2664882/893001
11.17/9.83	c cleaning 41993 clauses out of 84024 with flag 2791068/936001
11.57/10.23	c cleaning 43003 clauses out of 86031 with flag 2924310/980001
11.97/10.65	c cleaning 44005 clauses out of 88027 with flag 3064965/1025000
12.49/11.12	c cleaning 44986 clauses out of 90022 with flag 3200913/1071000
12.87/11.56	c cleaning 46014 clauses out of 92038 with flag 3336302/1118002
13.38/12.10	c cleaning 46986 clauses out of 94022 with flag 3475316/1166000
13.97/12.60	c cleaning 48015 clauses out of 96036 with flag 3619737/1215000
14.39/13.06	c cleaning 48995 clauses out of 98021 with flag 3767728/1265000
14.98/13.64	c cleaning 50010 clauses out of 100026 with flag 3929600/1316000
15.49/14.17	c cleaning 51006 clauses out of 102017 with flag 4090241/1368001
15.97/14.68	c cleaning 51990 clauses out of 104010 with flag 4249745/1421000
16.57/15.22	c cleaning 52983 clauses out of 106020 with flag 4409498/1475000
17.07/15.75	c cleaning 54009 clauses out of 108037 with flag 4572616/1530000
17.88/16.53	c cleaning 55002 clauses out of 110029 with flag 4735469/1586001
18.52/16.98	c starts		: 1076
18.52/16.98	c conflicts		: 1603679
18.52/16.98	c decisions		: 7623909
18.52/16.99	c propagations		: 15236572
18.52/16.99	c inspects		: 178018695
18.52/16.99	c shortcuts		: 0
18.52/16.99	c learnt literals	: 7
18.52/16.99	c learnt binary clauses	: 9
18.52/16.99	c learnt ternary clauses	: 7202
18.52/16.99	c learnt constraints	: 1603671
18.52/16.99	c ignored constraints	: 0
18.52/16.99	c root simplifications	: 0
18.52/16.99	c removed literals (reason simplification)	: 0
18.52/16.99	c reason swapping (by a shorter reason)	: 0
18.52/16.99	c Calls to reduceDB	: 52
18.52/16.99	c Number of update (reduction) of LBD	: 275168
18.52/16.99	c Imported unit clauses	: 0
18.52/16.99	c No decision after first conflict	: false
18.52/16.99	c number of reductions to clauses (during analyze)	: 0
18.52/16.99	c number of learned constraints concerned by reduction	: 0
18.52/17.00	c number of learning phase by resolution	: 0
18.52/17.00	c number of learning phase by cutting planes	: 0
18.52/17.00	c number of rounding to 1 operations	: 0
18.52/17.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
18.52/17.00	c number of reductions of the coefficients by power 2 	: 0
18.52/17.00	c number of right shift for reduction by power 2 	: 0
18.52/17.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
18.52/17.00	c number of ending skipping 	: 0
18.52/17.00	c number of internal skipping 	: 0
18.52/17.00	c number of derivation steps 	: 0
18.52/17.00	c number of skipped derivation steps 	: 0
18.52/17.00	c number of remaining unassigned 	: 0
18.52/17.00	c number of remaining assigned 	: 0
18.52/17.00	c number of falsified literals weakened from reason	: 0
18.52/17.00	c number of falsified literals weakened from conflict	: 0
18.52/17.00	c time for arithmetic operations	: 0
18.52/17.00	c minimum degree of deleted constraints	: null
18.52/17.00	c maximum degree of deleted constraints	: null
18.52/17.00	c number of deleted constraints	: 0
18.52/17.00	c speed (assignments/second)	: 919916.198756264
18.52/17.00	c non guided choices	: 5037539
18.71/17.04	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 72688
18.71/17.04	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 9
18.71/17.04	s UNSATISFIABLE
18.71/17.04	c Total wall clock time (in seconds): 16.891

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: 64059 MiB (58673 MiB free)
  memory of node 1: 64510 MiB (60795 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452814-1721450952/watcher-4452814-1721450952 -o /tmp/evaluation-result-4452814-1721450952/solver-4452814-1721450952 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058422 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4452814-1721450952.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=1058880, runsolver pid=1058877

[startup+0.100068 s]*
/proc/loadavg: 3.54 2.32 3.01 8/315 1058898
/proc/meminfo: memFree=122300268/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=18975048 memory=59636 CPUtime=0.15 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 6804 0 0 0 13 2 0 0 20 0 18 0 197251322 19430449152 14909 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4743762 14909 5694 1 0 551075 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) R 1058877 1058880 1058409 0 -1 4194368 5713 0 0 0 8 1 0 0 20 0 18 0 197251322 19430449152 14909 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197251327 19430449152 14909 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=18975048 memory=15255952359842124 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 197251327 19430449152 14909 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59636 KiB

[startup+0.228279 s]*
/proc/loadavg: 3.54 2.32 3.01 7/315 1058898
/proc/meminfo: memFree=122288576/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=18975048 memory=70444 CPUtime=0.38 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 7479 0 0 0 35 3 0 0 20 0 18 0 197251322 19430449152 17611 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4743762 17611 5767 1 0 551645 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=18975048 memory=6876556183782621315 CPUtime=0.22 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) R 1058877 1058880 1058409 0 -1 4194368 5934 0 0 0 20 2 0 0 20 0 18 0 197251322 19430449152 17611 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=18975048 memory=3711 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197251327 19430449152 17611 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 197251327 19430449152 17611 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70444 KiB

[startup+0.315351 s]*
/proc/loadavg: 3.54 2.32 3.01 6/315 1058898
/proc/meminfo: memFree=122278000/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=18975048 memory=79276 CPUtime=0.54 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 7522 0 0 0 51 3 0 0 20 0 18 0 197251322 19430449152 19819 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4743762 19819 5798 1 0 551648 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=18975048 memory=-7235417058883560543 CPUtime=0.27 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) R 1058877 1058880 1058409 0 -1 4194368 5940 0 0 0 25 2 0 0 20 0 18 0 197251322 19430449152 19819 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197251327 19430449152 19819 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 197251327 19430449152 19819 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 79276 KiB

[startup+0.70128 s]
/proc/loadavg: 3.54 2.32 3.01 7/316 1058899
/proc/meminfo: memFree=122261204/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=19041612 memory=99560 CPUtime=1.26 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 11685 0 0 0 122 4 0 0 20 0 19 0 197251322 19498610688 24890 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4760403 24890 5830 1 0 553941 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=19041612 memory=5616 CPUtime=0.58 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) R 1058877 1058880 1058409 0 -1 4194368 6007 0 0 0 56 2 0 0 20 0 19 0 197251322 19498610688 24890 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=19041612 memory=11884 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197251327 19498610688 24890 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=19041612 memory=164 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 197251327 19498610688 24890 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058899] ppid=1058877 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/1058880/task/1058899/stat : 1058899 (Timer-0) S 1058877 1058880 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197251364 19498610688 24890 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 99560 KiB

[startup+1.50928 s]
/proc/loadavg: 3.54 2.32 3.01 6/316 1058899
/proc/meminfo: memFree=122247288/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=19041612 memory=122768 CPUtime=2.78 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 18616 0 0 0 273 5 0 0 20 0 19 0 197251322 19498610688 30692 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4760403 30692 5862 1 0 556451 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=19041612 memory=11884 CPUtime=1.36 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) R 1058877 1058880 1058409 0 -1 4194368 6561 0 0 0 134 2 0 0 20 0 19 0 197251322 19498610688 30692 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197251327 19498610688 30692 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 197251327 19498610688 30692 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058899] ppid=1058877 vsize=19041612 memory=279712698115344 CPUtime=0 cores=5,7
/proc/1058880/task/1058899/stat : 1058899 (Timer-0) S 1058877 1058880 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197251364 19498610688 30692 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 122768 KiB

[startup+3.10546 s]
/proc/loadavg: 3.73 2.38 3.02 5/316 1058901
/proc/meminfo: memFree=122110952/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=19041612 memory=161728 CPUtime=4.47 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 19474 0 0 0 441 6 0 0 20 0 19 0 197251322 19498610688 40432 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4760403 40432 5862 1 0 556453 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=19041612 memory=0 CPUtime=2.94 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) R 1058877 1058880 1058409 0 -1 4194368 6821 0 0 0 291 3 0 0 20 0 19 0 197251322 19498610688 40432 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=19041612 memory=11884 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197251327 19498610688 40432 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 197251327 19498610688 40432 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058899] ppid=1058877 vsize=19041612 memory=11596 CPUtime=0 cores=5,7
/proc/1058880/task/1058899/stat : 1058899 (Timer-0) S 1058877 1058880 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197251364 19498610688 40432 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 4.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 161728 KiB

[startup+6.30045 s]
/proc/loadavg: 3.73 2.38 3.02 5/317 1058902
/proc/meminfo: memFree=122028260/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=19108176 memory=190648 CPUtime=7.66 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 20594 0 0 0 759 7 0 0 20 0 20 0 197251322 19566772224 47662 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4777044 47662 5884 1 0 556742 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=19108176 memory=11884 CPUtime=6.07 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) R 1058877 1058880 1058409 0 -1 4194368 6838 0 0 0 604 3 0 0 20 0 20 0 197251322 19566772224 47662 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 47662 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=19108176 memory=124816 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 47662 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058899] ppid=1058877 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1058880/task/1058899/stat : 1058899 (Timer-0) S 1058877 1058880 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197251364 19566772224 47662 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 7.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190648 KiB

[startup+12.7005 s]
/proc/loadavg: 3.85 2.45 3.04 5/317 1058903
/proc/meminfo: memFree=121886340/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=19108176 memory=217596 CPUtime=14.07 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 22027 0 0 0 1399 8 0 0 20 0 20 0 197251322 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4777044 54399 5884 1 0 556742 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=19108176 memory=0 CPUtime=12.28 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) R 1058877 1058880 1058409 0 -1 4194368 7350 0 0 0 1224 4 0 0 20 0 20 0 197251322 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=19108176 memory=-7235417058883560543 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058899] ppid=1058877 vsize=19108176 memory=11596 CPUtime=0 cores=5,7
/proc/1058880/task/1058899/stat : 1058899 (Timer-0) S 1058877 1058880 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197251364 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 14.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 217596 KiB

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

# cumulated CPU time of all completed processes:  user=18.6592 s, system=0.118254 s

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

[startup+12.8006 s]
/proc/loadavg: 3.85 2.45 3.04 5/317 1058903
/proc/meminfo: memFree=121886340/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=19108176 memory=217596 CPUtime=14.17 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 22028 0 0 0 1409 8 0 0 20 0 20 0 197251322 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4777044 54399 5884 1 0 556742 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=19108176 memory=11884 CPUtime=12.38 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) R 1058877 1058880 1058409 0 -1 4194368 7351 0 0 0 1234 4 0 0 20 0 20 0 197251322 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=19108176 memory=5616 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058899] ppid=1058877 vsize=19108176 memory=4051046345917868386 CPUtime=0 cores=5,7
/proc/1058880/task/1058899/stat : 1058899 (Timer-0) S 1058877 1058880 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197251364 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 14.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 217596 KiB

[startup+14.4004 s]
/proc/loadavg: 3.85 2.45 3.04 5/317 1058903
/proc/meminfo: memFree=121886284/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=19108176 memory=217596 CPUtime=15.77 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 22049 0 0 0 1568 9 0 0 20 0 20 0 197251322 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4777044 54399 5884 1 0 556742 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=19108176 memory=-7235417058883560543 CPUtime=13.98 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) R 1058877 1058880 1058409 0 -1 4194368 7372 0 0 0 1394 4 0 0 20 0 20 0 197251322 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=19108176 memory=217596 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058899] ppid=1058877 vsize=19108176 memory=1980 CPUtime=0 cores=5,7
/proc/1058880/task/1058899/stat : 1058899 (Timer-0) S 1058877 1058880 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197251364 19566772224 54399 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 15.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 217596 KiB

[startup+16.0013 s]*
/proc/loadavg: 3.85 2.45 3.04 6/317 1058903
/proc/meminfo: memFree=121855428/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=19108176 memory=258700 CPUtime=17.39 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 22585 0 0 0 1729 10 0 0 20 0 20 0 197251322 19566772224 64675 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4777044 64675 5884 1 0 556742 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=19108176 memory=11260 CPUtime=15.44 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) S 1058877 1058880 1058409 0 -1 1077936192 7626 0 0 0 1540 4 0 0 20 0 20 0 197251322 19566772224 64675 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=19108176 memory=-7235417058883560543 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 64675 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=19108176 memory=30160 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 64675 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058899] ppid=1058877 vsize=19108176 memory=3776 CPUtime=0 cores=5,7
/proc/1058880/task/1058899/stat : 1058899 (Timer-0) S 1058877 1058880 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197251364 19566772224 64675 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 17.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 258700 KiB

[startup+16.8004 s]
/proc/loadavg: 3.85 2.45 3.04 6/317 1058903
/proc/meminfo: memFree=121855428/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=19108176 memory=258732 CPUtime=18.3 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 25327 0 0 0 1819 11 0 0 20 0 20 0 197251322 19566772224 64683 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4777044 64683 5884 1 0 556758 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=19108176 memory=-7235417058883560543 CPUtime=16.21 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) R 1058877 1058880 1058409 0 -1 4194368 8717 0 0 0 1617 4 0 0 20 0 20 0 197251322 19566772224 64683 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 64683 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 197251327 19566772224 64683 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058899] ppid=1058877 vsize=19108176 memory=-6949739784896397197 CPUtime=0 cores=5,7
/proc/1058880/task/1058899/stat : 1058899 (Timer-0) S 1058877 1058880 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197251364 19566772224 64683 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 18.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 258732 KiB

[startup+17.0003 s]*
/proc/loadavg: 3.87 2.48 3.04 9/317 1058905
/proc/meminfo: memFree=121842688/131655788 swapFree=131071996/131071996
[pid=1058880] ppid=1058877 vsize=19241304 memory=259212 CPUtime=18.71 cores=5,7
/proc/1058880/stat : 1058880 (java) S 1058877 1058880 1058409 0 -1 1077936128 26814 0 0 0 1860 11 0 0 20 0 20 0 197251322 19703095296 64803 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
/proc/1058880/statm: 4810326 64803 5883 1 0 557392 0
[pid=1058880/tid=1058882] ppid=1058877 vsize=19241304 memory=-7235417058883560543 CPUtime=16.39 cores=5,7
/proc/1058880/task/1058882/stat : 1058882 (java) S 1058877 1058880 1058409 0 -1 1077936192 9635 0 0 0 1635 4 0 0 20 0 20 0 197251322 19703095296 64803 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058891] ppid=1058877 vsize=19241304 memory=-7235417058883560543 CPUtime=0 cores=5,7
/proc/1058880/task/1058891/stat : 1058891 (Finalizer) S 1058877 1058880 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197251327 19703095296 64803 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058898] ppid=1058877 vsize=19241304 memory=28841 CPUtime=0 cores=5,7
/proc/1058880/task/1058898/stat : 1058898 (Common-Cleaner) S 1058877 1058880 1058409 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 197251327 19703095296 64803 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
[pid=1058880/tid=1058904] ppid=1058877 vsize=19241304 memory=4051046345917868382 CPUtime=0.03 cores=5,7
/proc/1058880/task/1058904/stat : 1058904 (Thread-0) R 1058877 1058880 1058409 0 -1 4194368 332 0 0 0 3 0 0 0 20 0 20 0 197253020 19703095296 64803 134679101440 94617351897088 94617351900784 140737292546816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94617351908600 94617351909392 94617378353152 140737292555269 140737292555359 140737292555359 140737292562376 0
Current children cumulated CPU time: 18.71 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 259212 KiB

Child status: 20

Real time (s): 17.0603
CPU time (s): 18.7775
CPU user time (s): 18.6592
CPU system time (s): 0.118254
CPU usage (%): 110.065
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 259212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6592
system time used= 0.118254
maximum resident set size= 260332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27051
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= 1095
involuntary context switches= 269


# summary of solver processes directly reported to runsolver:
#   pid: 1058880
#   total CPU time (s): 18.7775
#   total CPU user time (s): 18.6592
#   total CPU system time (s): 0.118254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.123184 second user time and 0.20806 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-20 06:49:24
IDJOB=4452814
IDBENCH=165322
IDSOLVER=3058
FILE ID=nodeC003/4452814-1721450952
RUNJOBID= nodeC003-1721450898-1058422
SLURM_JOB_ID= 7545681
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP065.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452814-1721450952/watcher-4452814-1721450952 -o /tmp/evaluation-result-4452814-1721450952/solver-4452814-1721450952 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058422 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4452814-1721450952.opb

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

MD5SUM BENCH= ff63d464810e05f4e638d683112dc5a7
RANDOM SEED=88624078

nodeC003.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	: 0xb00001f
cpu MHz		: 3674.073
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 3641.965
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.392
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.260
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 3609.602
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 3491.914
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.425
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1396.757
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122336284 kB
MemAvailable:   128060280 kB
Buffers:          563348 kB
Cached:          5942564 kB
SwapCached:            0 kB
Active:          1057584 kB
Inactive:        7568196 kB
Active(anon):       1460 kB
Inactive(anon):  2163972 kB
Active(file):    1056124 kB
Inactive(file):  5404224 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               876 kB
Writeback:             4 kB
AnonPages:       2119604 kB
Mapped:           128232 kB
Shmem:             45896 kB
KReclaimable:     207360 kB
Slab:             323076 kB
SReclaimable:     207360 kB
SUnreclaim:       115716 kB
KernelStack:        4816 kB
PageTables:        14572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8638816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1847296 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC003 at 2024-07-20 06:49:41