Trace number 4448324

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 38.301 34.3671

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l090-r089-n1.cnf-extracted.pb.metafix.opb
MD5SUMea5e7256587f4a4e9df55aed19f52ebe
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.32272
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7089
Total number of constraints16786
Number of constraints which are clauses7937
Number of constraints which are cardinality constraints (but not clauses)8849
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.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 		2115194816
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2122317824
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4448324-1721357251.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.50/0.40	c ... done. Wall clock time 0.276s.
0.50/0.40	c declared #vars     7089
0.69/0.41	c #constraints  16786
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5574
0.69/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8849
0.69/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2363
0.69/0.41	c 16786 constraints processed.
3.49/2.33	c cleaning 2494 clauses out of 5000 with flag 360738/5000
4.86/3.45	c cleaning 4248 clauses out of 8508 with flag 485323/11002
6.54/4.78	c cleaning 5624 clauses out of 11258 with flag 601868/18000
9.23/7.26	c cleaning 6814 clauses out of 13634 with flag 739976/26000
11.83/9.30	c cleaning 7908 clauses out of 15821 with flag 870844/35001
13.98/11.42	c cleaning 8953 clauses out of 17913 with flag 1033919/45001
16.66/13.56	c cleaning 9971 clauses out of 19960 with flag 1190732/56001
19.17/16.06	c cleaning 10990 clauses out of 21988 with flag 1380372/68000
22.02/18.86	c cleaning 11993 clauses out of 23999 with flag 1597249/81001
25.75/22.30	c cleaning 13001 clauses out of 26007 with flag 1792270/95002
29.45/26.05	c cleaning 13999 clauses out of 28005 with flag 1996980/110001
33.52/30.11	c cleaning 15000 clauses out of 30005 with flag 2269873/126001
37.60/33.89	c cleaning 16000 clauses out of 32004 with flag 2517124/143002
38.21/34.30	c starts		: 159
38.21/34.32	c conflicts		: 145182
38.21/34.32	c decisions		: 718938
38.21/34.32	c propagations		: 73732055
38.21/34.32	c inspects		: 306415057
38.21/34.32	c shortcuts		: 0
38.21/34.32	c learnt literals	: 7
38.21/34.32	c learnt binary clauses	: 16
38.21/34.32	c learnt ternary clauses	: 4141
38.21/34.32	c learnt constraints	: 145174
38.21/34.32	c ignored constraints	: 0
38.21/34.32	c root simplifications	: 0
38.21/34.32	c removed literals (reason simplification)	: 0
38.21/34.32	c reason swapping (by a shorter reason)	: 0
38.21/34.32	c Calls to reduceDB	: 13
38.21/34.32	c Number of update (reduction) of LBD	: 66544
38.21/34.32	c Imported unit clauses	: 0
38.21/34.32	c No decision after first conflict	: false
38.21/34.32	c number of reductions to clauses (during analyze)	: 0
38.21/34.32	c number of learned constraints concerned by reduction	: 0
38.21/34.32	c number of learning phase by resolution	: 0
38.21/34.32	c number of learning phase by cutting planes	: 0
38.21/34.32	c number of rounding to 1 operations	: 0
38.21/34.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
38.21/34.32	c number of reductions of the coefficients by power 2 	: 0
38.21/34.32	c number of right shift for reduction by power 2 	: 0
38.21/34.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
38.21/34.32	c number of ending skipping 	: 0
38.21/34.32	c number of internal skipping 	: 0
38.21/34.32	c number of derivation steps 	: 0
38.21/34.32	c number of skipped derivation steps 	: 0
38.21/34.32	c number of remaining unassigned 	: 0
38.21/34.32	c number of remaining assigned 	: 0
38.21/34.32	c number of falsified literals weakened from reason	: 0
38.21/34.32	c number of falsified literals weakened from conflict	: 0
38.21/34.32	c time for arithmetic operations	: 0
38.21/34.32	c minimum degree of deleted constraints	: null
38.21/34.32	c maximum degree of deleted constraints	: null
38.21/34.32	c number of deleted constraints	: 0
38.21/34.32	c speed (assignments/second)	: 2174922.7161440663
38.21/34.32	c non guided choices	: 82748
38.21/34.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 18163
38.21/34.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 16
38.21/34.33	s UNSATISFIABLE
38.21/34.33	c Total wall clock time (in seconds): 34.215

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (57560 MiB free)
  memory of node 1: 64510 MiB (60878 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448324-1721357251/watcher-4448324-1721357251 -o /tmp/evaluation-result-4448324-1721357251/solver-4448324-1721357251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721354365-980652 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4448324-1721357251.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=983307, runsolver pid=983304
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 4.14 4.17 4.13 5/315 983325
/proc/meminfo: memFree=121239220/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=18975048 memory=62868 CPUtime=0.14 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 7223 0 0 0 12 2 0 0 20 0 18 0 187881548 19430449152 15717 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4743762 15717 5615 1 0 551430 0
[pid=983307/tid=983309] ppid=983304 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 5759 0 0 0 7 1 0 0 20 0 18 0 187881548 19430449152 15717 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187881551 19430449152 15717 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187881551 19430449152 15717 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62868 KiB

[startup+0.209192 s]*
/proc/loadavg: 4.14 4.17 4.13 5/315 983325
/proc/meminfo: memFree=121224216/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=18975048 memory=78292 CPUtime=0.33 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 7908 0 0 0 31 2 0 0 20 0 18 0 187881548 19430449152 19573 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4743762 19573 5802 1 0 551877 0
[pid=983307/tid=983309] ppid=983304 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 5909 0 0 0 16 2 0 0 20 0 18 0 187881548 19430449152 19573 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=18975048 memory=5697 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187881551 19430449152 19573 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187881551 19430449152 19573 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78292 KiB

[startup+0.305776 s]*
/proc/loadavg: 4.29 4.20 4.14 7/316 983326
/proc/meminfo: memFree=121138252/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19041612 memory=163892 CPUtime=0.5 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 9295 0 0 0 45 5 0 0 20 0 19 0 187881548 19498610688 40973 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4760403 40973 5802 1 0 552981 0
[pid=983307/tid=983309] ppid=983304 vsize=19041612 memory=-8889374941885276860 CPUtime=0.25 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 5962 0 0 0 22 3 0 0 20 0 19 0 187881548 19498610688 40973 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187881551 19498610688 40973 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187881551 19498610688 40973 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163892 KiB

[startup+0.700783 s]
/proc/loadavg: 4.29 4.20 4.14 6/317 983327
/proc/meminfo: memFree=121073912/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=230768 CPUtime=1.25 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 12894 0 0 0 119 6 0 0 20 0 20 0 187881548 19566772224 57692 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 57692 5802 1 0 555572 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=5512 CPUtime=0.58 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 6030 0 0 0 54 4 0 0 20 0 20 0 187881548 19566772224 57692 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 57692 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=280980384703144 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 57692 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 57692 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 230768 KiB

[startup+1.50077 s]
/proc/loadavg: 4.29 4.20 4.14 8/317 983329
/proc/meminfo: memFree=121070052/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=231976 CPUtime=2.53 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 15988 0 0 0 247 6 0 0 20 0 20 0 187881548 19566772224 57994 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 57994 5834 1 0 555649 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=11992 CPUtime=1.37 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 6178 0 0 0 133 4 0 0 20 0 20 0 187881548 19566772224 57994 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 57994 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 57994 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=280980384556304 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 57994 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 231976 KiB

[startup+3.10577 s]
/proc/loadavg: 4.29 4.20 4.14 6/317 983329
/proc/meminfo: memFree=121069632/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=232284 CPUtime=4.38 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 17933 0 0 0 431 7 0 0 20 0 20 0 187881548 19566772224 58071 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 58071 5834 1 0 555692 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=0 CPUtime=2.96 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 7618 0 0 0 292 4 0 0 20 0 20 0 187881548 19566772224 58071 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 58071 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 58071 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 58071 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 4.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 232284 KiB

[startup+6.30028 s]
/proc/loadavg: 4.27 4.20 4.14 7/317 983329
/proc/meminfo: memFree=121059640/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=241940 CPUtime=8.34 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 19122 0 0 0 826 8 0 0 20 0 20 0 187881548 19566772224 60485 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 60485 5834 1 0 555696 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=11992 CPUtime=6.13 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 7781 0 0 0 608 5 0 0 20 0 20 0 187881548 19566772224 60485 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 60485 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 60485 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=232000 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 60485 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 241940 KiB

[startup+12.7004 s]
/proc/loadavg: 4.25 4.20 4.14 7/317 983330
/proc/meminfo: memFree=120970656/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=341228 CPUtime=15.85 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 34920 0 0 0 1572 13 0 0 20 0 20 0 187881548 19566772224 85307 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 85307 5850 1 0 559016 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=0 CPUtime=12.51 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 10261 0 0 0 1244 7 0 0 20 0 20 0 187881548 19566772224 85307 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 85307 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=311452 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 85307 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 85307 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 15.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 341228 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.21 4.14 6/317 983332
/proc/meminfo: memFree=120744228/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=562996 CPUtime=28.94 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 40616 0 0 0 2875 19 0 0 20 0 20 0 187881548 19566772224 140749 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 140749 5856 1 0 559016 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=311452 CPUtime=25.28 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 12001 0 0 0 2517 11 0 0 20 0 20 0 187881548 19566772224 140749 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=-8889374941885276860 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 140749 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=43996 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 140749 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 140749 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 28.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 562996 KiB

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

# cumulated CPU time of all completed processes:  user=38.0623 s, system=0.238763 s

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

[startup+25.6006 s]
/proc/loadavg: 4.29 4.21 4.14 6/317 983332
/proc/meminfo: memFree=120744228/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=562996 CPUtime=29.04 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 40617 0 0 0 2885 19 0 0 20 0 20 0 187881548 19566772224 140749 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 140749 5856 1 0 559016 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=19104 CPUtime=25.38 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 12002 0 0 0 2527 11 0 0 20 0 20 0 187881548 19566772224 140749 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=546612 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 140749 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=32180 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 140749 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 140749 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 29.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 562996 KiB

[startup+28.8004 s]
/proc/loadavg: 4.26 4.20 4.14 6/317 983332
/proc/meminfo: memFree=120705204/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=606024 CPUtime=32.23 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 41139 0 0 0 3203 20 0 0 20 0 20 0 187881548 19566772224 151506 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 151506 5856 1 0 559016 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=43996 CPUtime=28.57 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 12501 0 0 0 2846 11 0 0 20 0 20 0 187881548 19566772224 151506 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 151506 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=519988 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 151506 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=450144 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 151506 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 32.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 606024 KiB

[startup+32.0004 s]*
/proc/loadavg: 4.32 4.22 4.15 6/317 983333
/proc/meminfo: memFree=120678056/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=622916 CPUtime=35.8 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 44401 0 0 0 3559 21 0 0 20 0 20 0 187881548 19566772224 155729 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 155729 5856 1 0 559112 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=-8889374941885276860 CPUtime=31.78 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 13420 0 0 0 3166 12 0 0 20 0 20 0 187881548 19566772224 155729 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=616264 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 155729 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=19104 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 155729 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=1944 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 155729 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 35.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 622916 KiB

[startup+33.6004 s]
/proc/loadavg: 4.32 4.22 4.15 6/317 983333
/proc/meminfo: memFree=120678056/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=624992 CPUtime=37.4 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 44852 0 0 0 3718 22 0 0 20 0 20 0 187881548 19566772224 156248 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 156248 5856 1 0 559112 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=2312 CPUtime=33.36 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 13485 0 0 0 3324 12 0 0 20 0 20 0 187881548 19566772224 156248 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=-8889374941885276860 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 156248 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 156248 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=5512 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 156248 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 37.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 624992 KiB

[startup+34.0004 s]*
/proc/loadavg: 4.32 4.22 4.15 6/317 983333
/proc/meminfo: memFree=120676024/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=625008 CPUtime=37.88 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 47258 0 0 0 3766 22 0 0 20 0 20 0 187881548 19566772224 156252 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 156252 5856 1 0 559112 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=-8889374941885276860 CPUtime=33.77 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 14091 0 0 0 3365 12 0 0 20 0 20 0 187881548 19566772224 156252 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=1840 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 156252 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=5508 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 156252 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=26064 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 156252 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 37.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 625008 KiB

[startup+34.2004 s]
/proc/loadavg: 4.32 4.22 4.15 6/317 983333
/proc/meminfo: memFree=120676024/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19108176 memory=625012 CPUtime=38.1 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 47360 0 0 0 3788 22 0 0 20 0 20 0 187881548 19566772224 156253 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4777044 156253 5856 1 0 559112 0
[pid=983307/tid=983309] ppid=983304 vsize=19108176 memory=5551 CPUtime=33.96 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) R 983304 983307 980639 0 -1 4194368 14118 0 0 0 3384 12 0 0 20 0 20 0 187881548 19566772224 156253 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19108176 memory=29743 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 156253 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19108176 memory=3834870299763081769 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19566772224 156253 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983327] ppid=983304 vsize=19108176 memory=3360 CPUtime=0 cores=5,7
/proc/983307/task/983327/stat : 983327 (Timer-0) S 983304 983307 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187881589 19566772224 156253 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 38.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 625012 KiB

[startup+34.3033 s]
/proc/loadavg: 4.32 4.22 4.15 6/317 983333
/proc/meminfo: memFree=120676024/131655788 swapFree=131071996/131071996
[pid=983307] ppid=983304 vsize=19241304 memory=629412 CPUtime=38.21 cores=5,7
/proc/983307/stat : 983307 (java) S 983304 983307 980639 0 -1 1077936128 49070 0 0 0 3799 22 0 0 20 0 20 0 187881548 19703095296 157353 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
/proc/983307/statm: 4810326 157353 5855 1 0 559698 0
[pid=983307/tid=983309] ppid=983304 vsize=19241304 memory=311452 CPUtime=34.05 cores=5,7
/proc/983307/task/983309/stat : 983309 (java) S 983304 983307 980639 0 -1 1077936192 15495 0 0 0 3393 12 0 0 20 0 20 0 187881548 19703095296 157353 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983318] ppid=983304 vsize=19241304 memory=552756 CPUtime=0 cores=5,7
/proc/983307/task/983318/stat : 983318 (Finalizer) S 983304 983307 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187881551 19703095296 157353 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
[pid=983307/tid=983325] ppid=983304 vsize=19241304 memory=517940 CPUtime=0 cores=5,7
/proc/983307/task/983325/stat : 983325 (Common-Cleaner) S 983304 983307 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187881551 19703095296 157353 134679101440 94140868370432 94140868374128 140726181595664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140868381944 94140868382736 94140892188672 140726181602310 140726181602400 140726181602400 140726181609416 0
Current children cumulated CPU time: 38.21 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 629412 KiB

Child status: 20

Real time (s): 34.3671
CPU time (s): 38.301
CPU user time (s): 38.0623
CPU system time (s): 0.238763
CPU usage (%): 111.447
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 629412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.0623
system time used= 0.238763
maximum resident set size= 630888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49516
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1766
involuntary context switches= 350


# summary of solver processes directly reported to runsolver:
#   pid: 983307
#   total CPU time (s): 38.301
#   total CPU user time (s): 38.0623
#   total CPU system time (s): 0.238763

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.176666 second user time and 0.354363 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 04:47:43
IDJOB=4448324
IDBENCH=160391
IDSOLVER=3058
FILE ID=nodeC008/4448324-1721357251
RUNJOBID= nodeC008-1721354365-980652
SLURM_JOB_ID= 7542775
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l090-r089-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448324-1721357251/watcher-4448324-1721357251 -o /tmp/evaluation-result-4448324-1721357251/solver-4448324-1721357251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721354365-980652 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4448324-1721357251.opb

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

MD5SUM BENCH= ea5e7256587f4a4e9df55aed19f52ebe
RANDOM SEED=1499435959

nodeC008.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		: 3667.524
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.91
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		: 3491.958
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.353
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.91
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.296
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		: 3667.783
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.967
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		: 1197.527
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.91
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		: 3491.968
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:        121281580 kB
MemAvailable:   123572528 kB
Buffers:          545096 kB
Cached:          2564620 kB
SwapCached:            0 kB
Active:          1059620 kB
Inactive:        8711160 kB
Active(anon):       1492 kB
Inactive(anon):  6697284 kB
Active(file):    1058128 kB
Inactive(file):  2013876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1272 kB
Writeback:             0 kB
AnonPages:       6661096 kB
Mapped:           126320 kB
Shmem:             37704 kB
KReclaimable:     117948 kB
Slab:             222900 kB
SReclaimable:     117948 kB
SUnreclaim:       104952 kB
KernelStack:        4848 kB
PageTables:        23036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8409012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58720 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6313984 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 04:48:18