Trace number 4452034

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 27.4997 23.5596

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_20.opb
MD5SUMe9c3493a278c61b5f4e5e80a3fb48e99
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.80582
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables756
Total number of constraints3542
Number of constraints which are clauses3537
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint27
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 47
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.13	c See www.sat4j.org for details.
0.13/0.14	c version CUSTOM.v20240707
0.13/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.16	c java.vm.version	22.0.1+8-16
0.13/0.16	c java.vm.vendor	Oracle Corporation
0.13/0.16	c sun.arch.data.model	64
0.13/0.17	c java.version		22.0.1
0.13/0.17	c os.name		Linux
0.13/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.17	c os.arch		amd64
0.13/0.17	c Free memory 		2113181440
0.13/0.17	c Max memory 		16282288128
0.13/0.18	c Total memory 		2122317824
0.13/0.18	c Number of processors 	2
0.28/0.26	--- Begin Solver configuration ---
0.28/0.26	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.26	Learn all clauses as in MiniSAT
0.28/0.26	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.26	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.26	No reason simplification
0.28/0.26	Glucose 2.1 dynamic restart strategy
0.28/0.26	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.28/0.26	timeout=2147483s
0.28/0.26	DB Simplification allowed=false
0.28/0.26	Listener: none
0.28/0.26	--- End Solver configuration ---
0.28/0.26	c Pseudo Boolean Optimization by upper bound
0.28/0.26	c --- Begin Solver configuration ---
0.28/0.26	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.26	c Learn all clauses as in MiniSAT
0.28/0.26	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.26	c No reason simplification
0.28/0.26	c Glucose 2.1 dynamic restart strategy
0.28/0.26	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.28/0.26	c timeout=2147483s
0.28/0.26	c DB Simplification allowed=false
0.28/0.26	c Listener: none
0.28/0.26	c --- End Solver configuration ---
0.28/0.26	c solving HOME/instance-4452034-1721442107.opb
0.28/0.26	c reading problem ... 
0.28/0.27	c  no objective function found
0.66/0.42	c ... done. Wall clock time 0.154s.
0.66/0.42	c declared #vars     756
0.66/0.42	c #constraints  3546
0.66/0.42	c constraints type 
0.66/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1430
0.66/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.66/0.43	c org.sat4j.specs.Constr$1 => 4
0.66/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2106
0.66/0.43	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.66/0.43	c 3546 constraints processed.
2.18/1.25	c cleaning 2500 clauses out of 5001 with flag 19788/5001
2.93/1.72	c cleaning 4250 clauses out of 8500 with flag 50340/11000
3.51/2.24	c cleaning 5624 clauses out of 11250 with flag 87259/18000
4.37/2.90	c cleaning 6811 clauses out of 13626 with flag 136369/26000
5.19/3.70	c cleaning 7908 clauses out of 15815 with flag 209120/35000
5.98/4.54	c cleaning 8949 clauses out of 17907 with flag 280381/45000
7.39/5.53	c cleaning 9976 clauses out of 19958 with flag 341226/56000
8.49/6.65	c cleaning 10983 clauses out of 21984 with flag 405101/68002
9.90/8.04	c cleaning 11995 clauses out of 24001 with flag 480588/81002
11.43/9.57	c cleaning 12997 clauses out of 26004 with flag 568340/95001
13.04/11.17	c cleaning 14001 clauses out of 28006 with flag 656794/110000
14.95/13.07	c cleaning 14993 clauses out of 30004 with flag 745850/126000
17.31/15.00	c cleaning 15999 clauses out of 32011 with flag 833170/143000
20.19/17.45	c cleaning 17001 clauses out of 34013 with flag 937960/161001
24.10/20.22	c cleaning 18002 clauses out of 36010 with flag 1057775/180000
26.70/22.81	c cleaning 19001 clauses out of 38005 with flag 1177619/200001
27.41/23.52	c starts		: 111
27.41/23.52	c conflicts		: 206845
27.41/23.52	c decisions		: 257902
27.41/23.52	c propagations		: 17257298
27.41/23.52	c inspects		: 377294672
27.41/23.52	c shortcuts		: 0
27.41/23.52	c learnt literals	: 21
27.41/23.52	c learnt binary clauses	: 6
27.41/23.52	c learnt ternary clauses	: 46
27.41/23.52	c learnt constraints	: 206823
27.41/23.52	c ignored constraints	: 0
27.41/23.52	c root simplifications	: 0
27.41/23.52	c removed literals (reason simplification)	: 0
27.41/23.52	c reason swapping (by a shorter reason)	: 0
27.41/23.52	c Calls to reduceDB	: 16
27.41/23.52	c Number of update (reduction) of LBD	: 74805
27.41/23.52	c Imported unit clauses	: 0
27.41/23.52	c No decision after first conflict	: false
27.41/23.52	c number of reductions to clauses (during analyze)	: 0
27.41/23.52	c number of learned constraints concerned by reduction	: 0
27.41/23.52	c number of learning phase by resolution	: 0
27.41/23.52	c number of learning phase by cutting planes	: 0
27.41/23.52	c number of rounding to 1 operations	: 0
27.41/23.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
27.41/23.52	c number of reductions of the coefficients by power 2 	: 0
27.41/23.52	c number of right shift for reduction by power 2 	: 0
27.41/23.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
27.41/23.52	c number of ending skipping 	: 0
27.41/23.52	c number of internal skipping 	: 0
27.41/23.52	c number of derivation steps 	: 0
27.41/23.52	c number of skipped derivation steps 	: 0
27.41/23.52	c number of remaining unassigned 	: 0
27.41/23.52	c number of remaining assigned 	: 0
27.41/23.52	c number of falsified literals weakened from reason	: 0
27.41/23.52	c number of falsified literals weakened from conflict	: 0
27.41/23.52	c time for arithmetic operations	: 0
27.41/23.52	c minimum degree of deleted constraints	: null
27.41/23.52	c maximum degree of deleted constraints	: null
27.41/23.52	c number of deleted constraints	: 0
27.41/23.52	c speed (assignments/second)	: 747327.9923783129
27.41/23.52	c non guided choices	: 105
27.41/23.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 25827
27.41/23.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 6
27.41/23.54	s UNSATISFIABLE
27.41/23.54	c Total wall clock time (in seconds): 23.279

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452034-1721442107/watcher-4452034-1721442107 -o /tmp/evaluation-result-4452034-1721442107/solver-4452034-1721442107 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721434915-1036505 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4452034-1721442107.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
solver pid=1041361, runsolver pid=1041358
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.26 4.17 4.18 5/317 1041379
/proc/meminfo: memFree=117670164/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=18975048 memory=56016 CPUtime=0.13 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 6572 0 0 0 11 2 0 0 20 0 18 0 196367842 19430449152 14004 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4743762 14004 5557 1 0 550884 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 5485 0 0 0 7 2 0 0 20 0 18 0 196367842 19430449152 14035 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196367846 19430449152 14035 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196367847 19430449152 14035 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56016 KiB

[startup+0.209223 s]*
/proc/loadavg: 4.26 4.17 4.18 6/317 1041379
/proc/meminfo: memFree=117663212/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=18975048 memory=64700 CPUtime=0.28 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 7211 0 0 0 26 2 0 0 20 0 18 0 196367842 19430449152 16175 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4743762 16175 5564 1 0 551415 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 5738 0 0 0 17 2 0 0 20 0 18 0 196367842 19430449152 16175 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=18975048 memory=1774770 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196367846 19430449152 16175 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196367847 19430449152 16175 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64700 KiB

[startup+0.311202 s]*
/proc/loadavg: 4.26 4.17 4.18 8/317 1041379
/proc/meminfo: memFree=117659780/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=18975048 memory=66492 CPUtime=0.46 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 7495 0 0 0 43 3 0 0 20 0 18 0 196367842 19430449152 16623 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4743762 16623 5752 1 0 551608 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=18975048 memory=-7740101692125701732 CPUtime=0.29 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 5892 0 0 0 27 2 0 0 20 0 18 0 196367842 19430449152 16623 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196367846 19430449152 16623 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196367847 19430449152 16623 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66492 KiB

[startup+0.7012 s]
/proc/loadavg: 4.26 4.17 4.18 6/318 1041380
/proc/meminfo: memFree=117644420/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19041612 memory=82436 CPUtime=1.2 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 10018 0 0 0 116 4 0 0 20 0 19 0 196367842 19498610688 20609 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4760403 20609 5845 1 0 553560 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19041612 memory=5540 CPUtime=0.66 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 5951 0 0 0 63 3 0 0 20 0 19 0 196367842 19498610688 20609 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196367846 19498610688 20609 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19041612 memory=279467348255400 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 196367847 19498610688 20609 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 196367886 19498610688 20609 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82436 KiB

[startup+1.50801 s]
/proc/loadavg: 4.26 4.17 4.18 6/318 1041380
/proc/meminfo: memFree=117639300/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19041612 memory=93416 CPUtime=2.61 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 14464 0 0 0 256 5 0 0 20 0 19 0 196367842 19498610688 23354 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4760403 23354 5860 1 0 554626 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19041612 memory=12508 CPUtime=1.44 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 6855 0 0 0 141 3 0 0 20 0 19 0 196367842 19498610688 23354 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196367846 19498610688 23354 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 196367847 19498610688 23354 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19041612 memory=279467348108560 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 196367886 19498610688 23354 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 93416 KiB

[startup+3.11325 s]
/proc/loadavg: 4.26 4.17 4.18 5/318 1041380
/proc/meminfo: memFree=117617232/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19041612 memory=102632 CPUtime=4.6 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 17524 0 0 0 454 6 0 0 20 0 19 0 196367842 19498610688 25658 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4760403 25658 5860 1 0 554808 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19041612 memory=0 CPUtime=3.04 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 7191 0 0 0 301 3 0 0 20 0 19 0 196367842 19498610688 25658 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196367846 19498610688 25658 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 196367847 19498610688 25658 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19041612 memory=11420 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 196367886 19498610688 25658 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 4.6 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 102632 KiB

[startup+6.30043 s]
/proc/loadavg: 4.24 4.16 4.18 5/318 1041380
/proc/meminfo: memFree=117589636/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19041612 memory=117740 CPUtime=8.19 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 17960 0 0 0 812 7 0 0 20 0 19 0 196367842 19498610688 29435 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4760403 29435 5860 1 0 554839 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19041612 memory=12508 CPUtime=6.22 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 7270 0 0 0 618 4 0 0 20 0 19 0 196367842 19498610688 29435 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196367846 19498610688 29435 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19041612 memory=-7163974055829550171 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 196367847 19498610688 29435 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19041612 memory=93616 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 196367886 19498610688 29435 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 8.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 117740 KiB

[startup+12.7004 s]
/proc/loadavg: 4.22 4.16 4.18 5/319 1041382
/proc/meminfo: memFree=117525496/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19041612 memory=144552 CPUtime=14.64 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 21339 0 0 0 1456 8 0 0 20 0 19 0 196367842 19498610688 36138 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4760403 36138 5860 1 0 554839 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19041612 memory=0 CPUtime=12.6 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 8643 0 0 0 1256 4 0 0 20 0 19 0 196367842 19498610688 36138 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196367846 19498610688 36138 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19041612 memory=140456 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 196367847 19498610688 36138 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 196367886 19498610688 36138 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 14.64 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 144552 KiB

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

# cumulated CPU time of all completed processes:  user=27.3517 s, system=0.148077 s

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

[startup+12.8006 s]
/proc/loadavg: 4.22 4.16 4.18 5/319 1041382
/proc/meminfo: memFree=117525496/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19041612 memory=144552 CPUtime=14.74 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 21339 0 0 0 1466 8 0 0 20 0 19 0 196367842 19498610688 36138 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4760403 36138 5860 1 0 554839 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19041612 memory=164 CPUtime=12.7 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 8643 0 0 0 1266 4 0 0 20 0 19 0 196367842 19498610688 36138 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19041612 memory=11420 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196367846 19498610688 36138 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19041612 memory=48488 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 196367847 19498610688 36138 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19041612 memory=2264 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 196367886 19498610688 36138 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 14.74 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 144552 KiB

[startup+19.2042 s]
/proc/loadavg: 4.21 4.16 4.18 6/320 1041385
/proc/meminfo: memFree=117470836/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19108176 memory=197580 CPUtime=22.8 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 38884 0 0 0 2267 13 0 0 20 0 20 0 196367842 19566772224 49395 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4777044 49395 5892 1 0 559292 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19108176 memory=0 CPUtime=19.05 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 10190 0 0 0 1901 4 0 0 20 0 20 0 196367842 19566772224 49395 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19108176 memory=106728 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196367846 19566772224 49395 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19108176 memory=5540 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 196367847 19566772224 49395 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196367886 19566772224 49395 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 22.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 197580 KiB

[startup+20.8004 s]
/proc/loadavg: 4.19 4.15 4.18 5/320 1041385
/proc/meminfo: memFree=117469716/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19108176 memory=194124 CPUtime=24.7 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 38997 0 0 0 2457 13 0 0 20 0 20 0 196367842 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4777044 48531 5892 1 0 559292 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19108176 memory=198340509722 CPUtime=20.64 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 10193 0 0 0 2060 4 0 0 20 0 20 0 196367842 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19108176 memory=184404 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196367846 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19108176 memory=7328 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 196367847 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19108176 memory=-7740101692125701732 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196367886 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 24.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194124 KiB

[startup+22.4004 s]
/proc/loadavg: 4.19 4.15 4.18 5/320 1041385
/proc/meminfo: memFree=117473412/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19108176 memory=194124 CPUtime=26.3 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 39172 0 0 0 2617 13 0 0 20 0 20 0 196367842 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4777044 48531 5892 1 0 559292 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19108176 memory=194124 CPUtime=22.24 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 10328 0 0 0 2220 4 0 0 20 0 20 0 196367842 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196367846 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19108176 memory=7245577201579234449 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 196367847 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19108176 memory=-7740101692125701732 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196367886 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 26.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194124 KiB

[startup+23.2004 s]
/proc/loadavg: 4.19 4.15 4.18 5/320 1041385
/proc/meminfo: memFree=117473404/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19108176 memory=194124 CPUtime=27.1 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 39275 0 0 0 2697 13 0 0 20 0 20 0 196367842 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4777044 48531 5892 1 0 559292 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19108176 memory=194124 CPUtime=23.04 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 10431 0 0 0 2300 4 0 0 20 0 20 0 196367842 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19108176 memory=48488 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196367846 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19108176 memory=48488 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 196367847 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196367886 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 27.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194124 KiB

[startup+23.4004 s]
/proc/loadavg: 4.19 4.15 4.18 5/320 1041385
/proc/meminfo: memFree=117473404/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19108176 memory=194124 CPUtime=27.3 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 39275 0 0 0 2717 13 0 0 20 0 20 0 196367842 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4777044 48531 5892 1 0 559292 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19108176 memory=16192 CPUtime=23.24 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) R 1041358 1041361 1036492 0 -1 4194368 10431 0 0 0 2320 4 0 0 20 0 20 0 196367842 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19108176 memory=1776759 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196367846 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19108176 memory=2244 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 196367847 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19108176 memory=132 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196367886 19566772224 48531 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 27.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194124 KiB

[startup+23.515 s]
/proc/loadavg: 4.19 4.15 4.18 5/320 1041385
/proc/meminfo: memFree=117473404/131655788 swapFree=131070704/131071996
[pid=1041361] ppid=1041358 vsize=19109204 memory=194204 CPUtime=27.41 cores=5,7
/proc/1041361/stat : 1041361 (java) S 1041358 1041361 1036492 0 -1 1077936128 40863 0 0 0 2728 13 0 0 20 0 21 0 196367842 19567824896 48551 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
/proc/1041361/statm: 4777301 48551 5891 1 0 559564 0
[pid=1041361/tid=1041363] ppid=1041358 vsize=19109204 memory=140456 CPUtime=23.35 cores=5,7
/proc/1041361/task/1041363/stat : 1041363 (java) S 1041358 1041361 1036492 0 -1 1077936192 11930 0 0 0 2330 5 0 0 20 0 21 0 196367842 19567824896 48551 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041372] ppid=1041358 vsize=19109204 memory=0 CPUtime=0 cores=5,7
/proc/1041361/task/1041372/stat : 1041372 (Finalizer) S 1041358 1041361 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 196367846 19567824896 48551 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041379] ppid=1041358 vsize=19109204 memory=11420 CPUtime=0 cores=5,7
/proc/1041361/task/1041379/stat : 1041379 (Common-Cleaner) S 1041358 1041361 1036492 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 21 0 196367847 19567824896 48551 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
[pid=1041361/tid=1041380] ppid=1041358 vsize=19109204 memory=48488 CPUtime=0 cores=5,7
/proc/1041361/task/1041380/stat : 1041380 (Timer-0) S 1041358 1041361 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 196367886 19567824896 48551 134679101440 94824752390144 94824752393840 140734348842704 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94824752401656 94824752402448 94824778698752 140734348850181 140734348850271 140734348850271 140734348857288 0
Current children cumulated CPU time: 27.41 s
Current children cumulated vsize: 19109204 KiB
Current children cumulated memory: 194204 KiB

Child status: 20

Real time (s): 23.5596
CPU time (s): 27.4997
CPU user time (s): 27.3517
CPU system time (s): 0.148077
CPU usage (%): 116.724
Max. virtual memory (cumulated for all children) (KiB): 19109204
Max. memory (cumulated for all children) (KiB): 197880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.3517
system time used= 0.148077
maximum resident set size= 197880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41544
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1318
involuntary context switches= 284


# summary of solver processes directly reported to runsolver:
#   pid: 1041361
#   total CPU time (s): 27.4997
#   total CPU user time (s): 27.3517
#   total CPU system time (s): 0.148077

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.132669 second user time and 0.289657 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-20 04:21:59
IDJOB=4452034
IDBENCH=162873
IDSOLVER=3058
FILE ID=nodeC011/4452034-1721442107
RUNJOBID= nodeC011-1721434915-1036505
SLURM_JOB_ID= 7545639
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_20.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452034-1721442107/watcher-4452034-1721442107 -o /tmp/evaluation-result-4452034-1721442107/solver-4452034-1721442107 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721434915-1036505 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4452034-1721442107.opb

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

MD5SUM BENCH= e9c3493a278c61b5f4e5e80a3fb48e99
RANDOM SEED=985745240

nodeC011.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		: 3569.933
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.20
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		: 3605.561
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.31
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.268
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.20
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.127
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.31
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		: 1197.120
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.20
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		: 1197.128
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.31
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		: 3591.360
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.20
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		: 1895.450
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        117708640 kB
MemAvailable:   118275236 kB
Buffers:          568208 kB
Cached:           845824 kB
SwapCached:          132 kB
Active:          1086680 kB
Inactive:       12345372 kB
Active(anon):       1428 kB
Inactive(anon): 12062200 kB
Active(file):    1085252 kB
Inactive(file):   283172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:      12017960 kB
Mapped:           126308 kB
Shmem:             45592 kB
KReclaimable:      76740 kB
Slab:             160484 kB
SReclaimable:      76740 kB
SUnreclaim:        83744 kB
KernelStack:        4832 kB
PageTables:        33648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   17096504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11626496 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC011 at 2024-07-20 04:22:23