Trace number 4441424

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 1807.11 1806.34

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM911cf7319fa5fa56cdd8e7a94536c536
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 benchmark44.7906
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4441424-1721293748.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
3.23/1.84	c ... done. Wall clock time 1.706s.
3.23/1.85	c declared #vars     168111
3.23/1.85	c #constraints  487525
3.23/1.85	c constraints type 
3.23/1.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
3.23/1.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18798
3.23/1.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
3.23/1.85	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
3.23/1.85	c 487525 constraints processed.
11.08/8.47	c cleaning 2485 clauses out of 4997 with flag 19151/5003
14.98/12.01	c cleaning 4240 clauses out of 8508 with flag 48453/11000
20.40/17.45	c cleaning 5626 clauses out of 11268 with flag 75407/18000
26.19/23.11	c cleaning 6804 clauses out of 13641 with flag 105159/26000
32.63/29.52	c cleaning 7894 clauses out of 15835 with flag 148392/35000
43.01/39.90	c cleaning 8957 clauses out of 17939 with flag 202517/45001
54.59/51.51	c cleaning 9974 clauses out of 19981 with flag 267626/56000
65.58/62.55	c cleaning 11002 clauses out of 22009 with flag 342194/68002
81.66/78.66	c cleaning 11991 clauses out of 24005 with flag 432000/81000
93.34/90.31	c cleaning 12987 clauses out of 26015 with flag 516039/95001
111.81/108.87	c cleaning 14006 clauses out of 28027 with flag 624331/110001
126.38/123.48	c cleaning 14999 clauses out of 30021 with flag 733365/126002
140.49/137.54	c cleaning 15995 clauses out of 32019 with flag 840867/143000
162.08/159.12	c cleaning 16992 clauses out of 34024 with flag 973086/161000
189.83/186.91	c cleaning 18003 clauses out of 36032 with flag 1125139/180000
213.18/210.35	c cleaning 19000 clauses out of 38029 with flag 1276199/200000
240.23/237.48	c cleaning 20007 clauses out of 40027 with flag 1445213/221000
276.15/273.45	c cleaning 21006 clauses out of 42020 with flag 1645209/243002
313.08/310.40	c cleaning 21964 clauses out of 44011 with flag 1845992/266001
348.22/345.62	c cleaning 23001 clauses out of 46046 with flag 2055541/290001
385.98/383.46	c cleaning 24015 clauses out of 48045 with flag 2285943/315001
438.20/435.76	c cleaning 24998 clauses out of 50030 with flag 2573828/341001
490.30/487.93	c cleaning 26013 clauses out of 52031 with flag 2848024/368000
548.08/545.82	c cleaning 27007 clauses out of 54018 with flag 3142619/396002
606.90/604.69	c cleaning 27987 clauses out of 56010 with flag 3449819/425001
673.27/671.15	c cleaning 28999 clauses out of 58022 with flag 3825402/455000
744.34/742.22	c cleaning 30006 clauses out of 60025 with flag 4204806/486004
814.93/812.95	c cleaning 31003 clauses out of 62014 with flag 4561137/518000
880.53/878.56	c cleaning 32000 clauses out of 64011 with flag 4911777/551001
947.50/945.69	c cleaning 32993 clauses out of 66011 with flag 5262168/585001
1021.54/1019.84	c cleaning 34001 clauses out of 68019 with flag 5657146/620003
1088.00/1086.39	c cleaning 34984 clauses out of 70016 with flag 6011810/656001
1168.08/1166.54	c cleaning 36001 clauses out of 72031 with flag 6409633/693000
1250.94/1249.44	c cleaning 37006 clauses out of 74030 with flag 6824403/731000
1330.63/1329.12	c cleaning 38001 clauses out of 76026 with flag 7273588/770002
1415.07/1413.77	c cleaning 38987 clauses out of 78025 with flag 7724029/810002
1505.92/1504.77	c cleaning 40008 clauses out of 80037 with flag 8156682/851001
1594.73/1593.73	c cleaning 40993 clauses out of 82028 with flag 8615840/893000
1686.00/1685.19	c cleaning 42010 clauses out of 84035 with flag 9069987/936000
1783.39/1782.68	c cleaning 43002 clauses out of 86025 with flag 9569897/980000
1806.94/1806.27	c starts		: 3450
1806.94/1806.28	c conflicts		: 991953
1806.94/1806.28	c decisions		: 2972905
1806.94/1806.28	c propagations		: 5316291435
1806.94/1806.28	c inspects		: 12098176338
1806.94/1806.28	c shortcuts		: 0
1806.94/1806.28	c learnt literals	: 34
1806.94/1806.28	c learnt binary clauses	: 426
1806.94/1806.28	c learnt ternary clauses	: 659
1806.94/1806.28	c learnt constraints	: 991918
1806.94/1806.28	c ignored constraints	: 0
1806.94/1806.28	c root simplifications	: 0
1806.94/1806.28	c removed literals (reason simplification)	: 0
1806.94/1806.28	c reason swapping (by a shorter reason)	: 0
1806.94/1806.28	c Calls to reduceDB	: 40
1806.94/1806.28	c Number of update (reduction) of LBD	: 469789
1806.94/1806.28	c Imported unit clauses	: 0
1806.94/1806.28	c No decision after first conflict	: false
1806.94/1806.28	c number of reductions to clauses (during analyze)	: 0
1806.94/1806.28	c number of learned constraints concerned by reduction	: 0
1806.94/1806.28	c number of learning phase by resolution	: 0
1806.94/1806.28	c number of learning phase by cutting planes	: 0
1806.94/1806.28	c number of rounding to 1 operations	: 0
1806.94/1806.28	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1806.94/1806.28	c number of reductions of the coefficients by power 2 	: 0
1806.94/1806.28	c number of right shift for reduction by power 2 	: 0
1806.94/1806.28	c number of reductions of the coefficients by GCD over coefficients 	: 0
1806.94/1806.28	c number of ending skipping 	: 0
1806.94/1806.28	c number of internal skipping 	: 0
1806.94/1806.28	c number of derivation steps 	: 0
1806.94/1806.28	c number of skipped derivation steps 	: 0
1806.94/1806.28	c number of remaining unassigned 	: 0
1806.94/1806.28	c number of remaining assigned 	: 0
1806.94/1806.28	c number of falsified literals weakened from reason	: 0
1806.94/1806.28	c number of falsified literals weakened from conflict	: 0
1806.94/1806.28	c time for arithmetic operations	: 0
1806.94/1806.29	c minimum degree of deleted constraints	: null
1806.94/1806.29	c maximum degree of deleted constraints	: null
1806.94/1806.29	c number of deleted constraints	: 0
1806.94/1806.29	c speed (assignments/second)	: 2946294.824481725
1806.94/1806.29	c non guided choices	: 21936
1807.06/1806.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 54545
1807.06/1806.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 426
1807.06/1806.32	s UNSATISFIABLE
1807.06/1806.32	c Total wall clock time (in seconds): 1806.194

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: 63931 MiB (61648 MiB free)
  memory of node 1: 64510 MiB (63108 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441424-1721293748/watcher-4441424-1721293748 -o /tmp/evaluation-result-4441424-1721293748/solver-4441424-1721293748 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975544 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4441424-1721293748.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
solver pid=975656, runsolver pid=975653
Current StackSize limit: 8192 KiB


[startup+0.100407 s]*
/proc/loadavg: 1.09 1.09 1.16 12/325 975675
/proc/meminfo: memFree=127655624/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=18975048 memory=64792 CPUtime=0.13 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 7208 0 0 0 11 2 0 0 20 0 18 0 181536713 19430449152 16198 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4743762 16198 5599 1 0 549319 0
[pid=975656/tid=975658] ppid=975653 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 1077936192 5745 0 0 0 6 1 0 0 20 0 18 0 181536713 19430449152 16198 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181536716 19430449152 16198 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181536716 19430449152 16198 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64792 KiB

[startup+0.205795 s]*
/proc/loadavg: 1.09 1.09 1.16 11/325 975675
/proc/meminfo: memFree=127563928/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=18975048 memory=81464 CPUtime=0.31 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 7544 0 0 0 28 3 0 0 20 0 18 0 181536713 19430449152 20366 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4743762 20366 5865 1 0 549582 0
[pid=975656/tid=975658] ppid=975653 vsize=18975048 memory=4782652875487838339 CPUtime=0.16 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 5908 0 0 0 14 2 0 0 20 0 18 0 181536713 19430449152 20366 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=18975048 memory=15975 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181536716 19430449152 20366 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181536716 19430449152 20366 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 81464 KiB

[startup+0.307972 s]*
/proc/loadavg: 1.09 1.09 1.16 8/306 975678
/proc/meminfo: memFree=127504048/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=18975048 memory=118452 CPUtime=0.5 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 9119 0 0 0 47 3 0 0 20 0 18 0 181536713 19430449152 29613 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4743762 29613 5865 1 0 550649 0
[pid=975656/tid=975658] ppid=975653 vsize=18975048 memory=-8960021853931610812 CPUtime=0.26 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 5926 0 0 0 23 3 0 0 20 0 18 0 181536713 19430449152 29613 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181536716 19430449152 29613 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181536716 19430449152 29613 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 118452 KiB

[startup+0.706799 s]
/proc/loadavg: 1.09 1.09 1.16 10/307 975694
/proc/meminfo: memFree=127370408/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19041612 memory=214404 CPUtime=1.27 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 16768 0 0 0 121 6 0 0 20 0 19 0 181536713 19498610688 53601 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4760403 53601 5881 1 0 556188 0
[pid=975656/tid=975658] ppid=975653 vsize=19041612 memory=5472 CPUtime=0.58 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 5955 0 0 0 55 3 0 0 20 0 19 0 181536713 19498610688 53601 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19041612 memory=13196 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181536716 19498610688 53601 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19041612 memory=5444 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181536716 19498610688 53601 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 214404 KiB

[startup+1.50079 s]
/proc/loadavg: 1.96 1.27 1.22 14/327 975743
/proc/meminfo: memFree=127127680/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19041612 memory=459876 CPUtime=2.71 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 18415 0 0 0 260 11 0 0 20 0 19 0 181536713 19498610688 114969 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4760403 114969 5897 1 0 1082843 0
[pid=975656/tid=975658] ppid=975653 vsize=19041612 memory=13196 CPUtime=1.23 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 6062 0 0 0 116 7 0 0 20 0 19 0 181536713 19498610688 114969 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181536716 19498610688 114969 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19041612 memory=33 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181536716 19498610688 114969 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 459876 KiB

[startup+3.10581 s]
/proc/loadavg: 1.96 1.27 1.22 7/332 975750
/proc/meminfo: memFree=126733884/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=492312 CPUtime=5.61 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 18889 0 0 0 548 13 0 0 20 0 20 0 181536713 19566772224 123078 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 123078 5913 1 0 1083397 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=0 CPUtime=2.72 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 6180 0 0 0 265 7 0 0 20 0 20 0 181536713 19566772224 123078 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 123078 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=2028 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 123078 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=26116 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 123078 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 492312 KiB

[startup+6.30024 s]
/proc/loadavg: 2.21 1.33 1.24 5/334 975754
/proc/meminfo: memFree=126741624/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=488884 CPUtime=8.91 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 21140 0 0 0 877 14 0 0 20 0 20 0 181536713 19566772224 122221 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 122221 5913 1 0 1083399 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=0 CPUtime=5.91 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 6600 0 0 0 583 8 0 0 20 0 20 0 181536713 19566772224 122221 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 122221 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 122221 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 122221 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 8.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 488884 KiB

[startup+12.7003 s]
/proc/loadavg: 2.43 1.39 1.26 6/333 976021
/proc/meminfo: memFree=126938032/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=487304 CPUtime=15.69 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 30431 0 0 0 1554 15 0 0 20 0 20 0 181536713 19566772224 121826 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 121826 5945 1 0 1083570 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=11544 CPUtime=12.27 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 8590 0 0 0 1219 8 0 0 20 0 20 0 181536713 19566772224 121826 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 121826 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=487300 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 121826 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 121826 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 15.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 487304 KiB

[startup+25.5003 s]
/proc/loadavg: 2.75 1.50 1.30 5/334 976156
/proc/meminfo: memFree=126786136/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=487356 CPUtime=28.58 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 35067 0 0 0 2842 16 0 0 20 0 20 0 181536713 19566772224 121839 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 121839 5945 1 0 1083570 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=0 CPUtime=25.04 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 9978 0 0 0 2495 9 0 0 20 0 20 0 181536713 19566772224 121839 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=140475495351116 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 121839 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 121839 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 121839 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 28.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 487356 KiB

[startup+51.1059 s]
/proc/loadavg: 3.42 1.79 1.40 5/336 976560
/proc/meminfo: memFree=126702780/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=487376 CPUtime=54.2 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 39021 0 0 0 5402 18 0 0 20 0 20 0 181536713 19566772224 121844 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 121844 5945 1 0 1083570 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=-8960021853931610812 CPUtime=50.58 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 11183 0 0 0 5049 9 0 0 20 0 20 0 181536713 19566772224 121844 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=45052 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 121844 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=1812 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 121844 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=487376 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 121844 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0

################
# More data... #
################

/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 1981 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=1443016 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 1783.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443016 KiB

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

# cumulated CPU time of all completed processes:  user=1805.96 s, system=1.15172 s

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

[startup+1792 s]*
/proc/loadavg: 4.14 4.19 3.84 5/330 978278
/proc/meminfo: memFree=114104124/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=1443016 CPUtime=1792.78 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 81178 0 0 0 179165 113 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 360754 5961 1 0 1083570 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=7540 CPUtime=1785.6 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 30185 0 0 0 178549 11 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=26116 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=32196 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 1981 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=-8549727003840789913 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 1792.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443016 KiB

[startup+1798.4 s]
/proc/loadavg: 4.13 4.19 3.84 5/330 978279
/proc/meminfo: memFree=114104096/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=1443016 CPUtime=1799.16 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 81273 0 0 0 179803 113 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 360754 5961 1 0 1083570 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=11544 CPUtime=1791.97 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 30195 0 0 0 179186 11 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=1443016 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=2680 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=2320 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 1799.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443016 KiB

[startup+1801.6 s]
/proc/loadavg: 4.13 4.19 3.84 5/330 978279
/proc/meminfo: memFree=114103984/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=1443016 CPUtime=1802.35 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 81385 0 0 0 180122 113 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 360754 5961 1 0 1083570 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=5472 CPUtime=1795.16 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 30301 0 0 0 179505 11 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=1443016 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=1443016 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=-8960021853931610812 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 1802.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443016 KiB

[startup+1804.8 s]
/proc/loadavg: 4.12 4.18 3.84 5/330 978281
/proc/meminfo: memFree=114103928/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=1443016 CPUtime=1805.54 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 81395 0 0 0 180441 113 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 360754 5961 1 0 1083570 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=1443016 CPUtime=1798.35 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 30311 0 0 0 179824 11 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=1443016 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=1443016 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=5472 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 1805.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443016 KiB

[startup+1805.6 s]
/proc/loadavg: 4.12 4.18 3.84 5/330 978281
/proc/meminfo: memFree=114103920/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=1443016 CPUtime=1806.34 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 81395 0 0 0 180521 113 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 360754 5961 1 0 1083570 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=45052 CPUtime=1799.15 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 30311 0 0 0 179904 11 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=5472 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=16192 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 1806.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443016 KiB

[startup+1806 s]*
/proc/loadavg: 4.12 4.18 3.84 5/330 978281
/proc/meminfo: memFree=114103920/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=1443016 CPUtime=1806.74 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 81395 0 0 0 180561 113 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 360754 5961 1 0 1083570 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=-8743570886786065084 CPUtime=1799.56 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 30311 0 0 0 179945 11 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=-8549727003840789913 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 1806.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443016 KiB

[startup+1806.2 s]
/proc/loadavg: 4.12 4.18 3.84 5/330 978281
/proc/meminfo: memFree=114103920/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19108176 memory=1443016 CPUtime=1806.94 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 81395 0 0 0 180581 113 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4777044 360754 5961 1 0 1083570 0
[pid=975656/tid=975658] ppid=975653 vsize=19108176 memory=0 CPUtime=1799.75 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) R 975653 975656 975533 0 -1 4194368 30311 0 0 0 179964 11 0 0 20 0 20 0 181536713 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 20 0 181536716 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975750] ppid=975653 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/975656/task/975750/stat : 975750 (Timer-0) S 975653 975656 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536902 19566772224 360754 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 1806.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1443016 KiB

[startup+1806.3 s]
/proc/loadavg: 4.12 4.18 3.84 5/330 978281
/proc/meminfo: memFree=114103920/131524600 swapFree=131071996/131071996
[pid=975656] ppid=975653 vsize=19241304 memory=1443460 CPUtime=1807.06 cores=4,6
/proc/975656/stat : 975656 (java) S 975653 975656 975533 0 -1 1077936128 84178 0 0 0 180592 114 0 0 20 0 20 0 181536713 19703095296 360865 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
/proc/975656/statm: 4810326 360865 5960 1 0 1084188 0
[pid=975656/tid=975658] ppid=975653 vsize=19241304 memory=1443016 CPUtime=1799.82 cores=4,6
/proc/975656/task/975658/stat : 975658 (java) S 975653 975656 975533 0 -1 1077936192 31959 0 0 0 179971 11 0 0 20 0 20 0 181536713 19703095296 360865 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975667] ppid=975653 vsize=19241304 memory=32196 CPUtime=0 cores=4,6
/proc/975656/task/975667/stat : 975667 (Finalizer) S 975653 975656 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536716 19703095296 360865 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
[pid=975656/tid=975674] ppid=975653 vsize=19241304 memory=1443016 CPUtime=0 cores=4,6
/proc/975656/task/975674/stat : 975674 (Common-Cleaner) S 975653 975656 975533 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 20 0 181536716 19703095296 360865 134679101440 94112696725504 94112696729200 140736723729632 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94112696737016 94112696737808 94112723443712 140736723735558 140736723735648 140736723735648 140736723742664 0
Current children cumulated CPU time: 1807.06 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1443460 KiB

Child status: 20

Real time (s): 1806.34
CPU time (s): 1807.11
CPU user time (s): 1805.96
CPU system time (s): 1.15172
CPU usage (%): 100.043
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1443460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1805.96
system time used= 1.15172
maximum resident set size= 1444380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84414
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75152
involuntary context switches= 2094


# summary of solver processes directly reported to runsolver:
#   pid: 975656
#   total CPU time (s): 1807.11
#   total CPU user time (s): 1805.96
#   total CPU system time (s): 1.15172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.90015 second user time and 9.18138 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 11:09:21
IDJOB=4441424
IDBENCH=147705
IDSOLVER=3058
FILE ID=nodeC017/4441424-1721293748
RUNJOBID= nodeC017-1721293761-975544
SLURM_JOB_ID= 7542595
Free space on /tmp= 890048 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441424-1721293748/watcher-4441424-1721293748 -o /tmp/evaluation-result-4441424-1721293748/solver-4441424-1721293748 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975544 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4441424-1721293748.opb

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

MD5SUM BENCH= 911cf7319fa5fa56cdd8e7a94536c536
RANDOM SEED=866822752

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.761
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.727
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	: 7006.99
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		: 3629.190
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3614.053
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	: 7006.99
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		: 3611.344
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3611.528
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	: 7006.99
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		: 3629.697
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127761260 kB
MemAvailable:   129620904 kB
Buffers:          498068 kB
Cached:          2187712 kB
SwapCached:            0 kB
Active:          1178868 kB
Inactive:        1950064 kB
Active(anon):       1520 kB
Inactive(anon):   479344 kB
Active(file):    1177348 kB
Inactive(file):  1470720 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             37076 kB
Writeback:             0 kB
AnonPages:        443212 kB
Mapped:           125732 kB
Shmem:             37720 kB
KReclaimable:     102448 kB
Slab:             214568 kB
SReclaimable:     102448 kB
SUnreclaim:       112120 kB
KernelStack:        4924 kB
PageTables:        10608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7296668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66816 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC017 at 2024-07-18 11:39:28