Trace number 4448765

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 Partial RoundingSAT 2024 2024-07-12UNSAT 225.558 218.135

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
MD5SUM6e0d6ec9878888f9bd2fd3a9da68de38
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.066761
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints201
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)201
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.09	c Free memory 		2113181440
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2122317824
0.00/0.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: ASSIGNED
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Armin Biere (Picosat) restarts strategy
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4448765-1721365661.opb
0.13/0.16	c reading problem ... 
0.13/0.17	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.033s.
0.13/0.19	c declared #vars     401
0.13/0.19	c #constraints  402
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 400
0.13/0.19	c 402 constraints processed.
1.66/0.97	c cleaning 1144 clauses out of 5001 with flag 0/5001
3.03/1.69	c cleaning 1443 clauses out of 9856 with flag 0/11000
4.41/2.38	c cleaning 1102 clauses out of 15414 with flag 0/18001
6.49/3.41	c cleaning 1650 clauses out of 22311 with flag 0/26000
8.04/4.71	c cleaning 1975 clauses out of 29661 with flag 0/35000
10.15/6.76	c cleaning 2319 clauses out of 37687 with flag 0/45001
12.32/8.83	c cleaning 3250 clauses out of 46368 with flag 0/56001
15.13/11.66	c cleaning 3046 clauses out of 55117 with flag 0/68000
19.23/15.60	c cleaning 3421 clauses out of 65073 with flag 0/81002
22.69/19.08	c cleaning 3834 clauses out of 75650 with flag 0/95000
27.10/23.43	c cleaning 3247 clauses out of 86817 with flag 0/110001
32.92/29.27	c cleaning 3499 clauses out of 99570 with flag 0/126001
38.73/35.06	c cleaning 4728 clauses out of 113070 with flag 0/143000
45.90/42.14	c cleaning 3531 clauses out of 126342 with flag 0/161000
55.92/52.09	c cleaning 3584 clauses out of 141813 with flag 0/180002
71.19/67.19	c cleaning 3647 clauses out of 158227 with flag 0/200000
83.47/79.33	c cleaning 3589 clauses out of 175582 with flag 0/221002
103.71/99.42	c cleaning 4328 clauses out of 193992 with flag 0/243001
130.14/125.11	c cleaning 3499 clauses out of 212665 with flag 0/266002
157.42/152.01	c cleaning 3612 clauses out of 233165 with flag 0/290001
196.20/189.85	c cleaning 3696 clauses out of 254554 with flag 0/315002
225.25/217.99	c starts		: 134
225.25/218.01	c conflicts		: 332148
225.25/218.01	c decisions		: 640102
225.25/218.01	c propagations		: 3118850
225.25/218.01	c inspects		: 925698916
225.25/218.01	c shortcuts		: 0
225.25/218.01	c learnt literals	: 0
225.25/218.01	c learnt binary clauses	: 1
225.25/218.01	c learnt ternary clauses	: 6
225.25/218.01	c learnt constraints	: 332147
225.25/218.01	c ignored constraints	: 0
225.25/218.01	c root simplifications	: 0
225.25/218.01	c removed literals (reason simplification)	: 0
225.25/218.01	c reason swapping (by a shorter reason)	: 0
225.25/218.01	c Calls to reduceDB	: 21
225.25/218.01	c Number of update (reduction) of LBD	: 13919
225.25/218.01	c Imported unit clauses	: 0
225.25/218.01	c No decision after first conflict	: false
225.25/218.01	c number of reductions to clauses (during analyze)	: 0
225.25/218.01	c number of learned constraints concerned by reduction	: 0
225.25/218.01	c number of learning phase by resolution	: 0
225.25/218.01	c number of learning phase by cutting planes	: 0
225.25/218.01	c number of rounding to 1 operations	: 554452
225.25/218.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
225.25/218.01	c number of reductions of the coefficients by power 2 	: 0
225.25/218.01	c number of right shift for reduction by power 2 	: 0
225.25/218.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
225.25/218.01	c number of ending skipping 	: 0
225.25/218.01	c number of internal skipping 	: 0
225.25/218.01	c number of derivation steps 	: 1356969
225.25/218.01	c number of skipped derivation steps 	: 0
225.25/218.01	c number of remaining unassigned 	: 1985
225.25/218.01	c number of remaining assigned 	: 3803610
225.25/218.01	c number of falsified literals weakened from reason	: 0
225.25/218.01	c number of falsified literals weakened from conflict	: 0
225.25/218.01	c time for arithmetic operations	: 315457697
225.25/218.01	c minimum degree of deleted constraints	: 4
225.25/218.02	c maximum degree of deleted constraints	: 798
225.25/218.02	c number of deleted constraints	: 64144
225.25/218.02	c speed (assignments/second)	: 14318.342499839318
225.25/218.02	c non guided choices	: 2156
225.35/218.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 174003
225.35/218.09	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3820
225.35/218.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
225.35/218.09	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 90179
225.35/218.10	s UNSATISFIABLE
225.35/218.10	c Total wall clock time (in seconds): 217.941

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448765-1721365661/watcher-4448765-1721365661 -o /tmp/evaluation-result-4448765-1721365661/solver-4448765-1721365661 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997484 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448765-1721365661.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=997737, runsolver pid=997734
Current StackSize limit: 8192 KiB


[startup+0.100442 s]*
/proc/loadavg: 1.83 1.26 1.45 7/311 997758
/proc/meminfo: memFree=122540396/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=18975048 memory=66180 CPUtime=0.13 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 7052 0 0 0 11 2 0 0 20 0 18 0 188724786 19430449152 16545 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4743762 16545 5563 1 0 551415 0
[pid=997737/tid=997739] ppid=997734 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) S 997734 997737 997472 0 -1 1077936192 5625 0 0 0 7 2 0 0 20 0 18 0 188724787 19430449152 16545 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=18975048 memory=19020 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188724789 19430449152 16545 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188724790 19430449152 16545 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66180 KiB

[startup+0.208198 s]*
/proc/loadavg: 1.83 1.26 1.45 13/295 997775
/proc/meminfo: memFree=123478552/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19041612 memory=75468 CPUtime=0.34 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 7681 0 0 0 31 3 0 0 20 0 19 0 188724786 19498610688 18867 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4760403 18867 5738 1 0 552106 0
[pid=997737/tid=997739] ppid=997734 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 5994 0 0 0 17 2 0 0 20 0 19 0 188724787 19498610688 18867 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19041612 memory=19020 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188724789 19498610688 18867 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19041612 memory=15544037289509020 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188724790 19498610688 18867 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188724806 19498610688 18867 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75468 KiB

[startup+0.305656 s]*
/proc/loadavg: 1.83 1.26 1.45 4/252 997791
/proc/meminfo: memFree=124770636/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19041612 memory=97720 CPUtime=0.52 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 8912 0 0 0 49 3 0 0 20 0 19 0 188724786 19498610688 24430 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4760403 24430 5839 1 0 552891 0
[pid=997737/tid=997739] ppid=997734 vsize=19041612 memory=-6098642885169150141 CPUtime=0.28 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 6023 0 0 0 26 2 0 0 20 0 19 0 188724787 19498610688 24430 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188724789 19498610688 24430 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188724790 19498610688 24430 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188724806 19498610688 24430 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 97720 KiB

[startup+0.701186 s]
/proc/loadavg: 1.83 1.26 1.45 9/279 997891
/proc/meminfo: memFree=124640508/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=177692 CPUtime=1.27 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 12824 0 0 0 122 5 0 0 20 0 20 0 188724786 19566772224 44423 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 44423 5855 1 0 555567 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=16224 CPUtime=0.61 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 6065 0 0 0 58 3 0 0 20 0 20 0 188724787 19566772224 44423 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 44423 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=25168 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 44423 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=100 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 44423 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177692 KiB

[startup+1.50119 s]
/proc/loadavg: 1.83 1.26 1.45 9/296 997959
/proc/meminfo: memFree=124430620/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=534200 CPUtime=2.83 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 20017 0 0 0 269 14 0 0 20 0 20 0 188724786 19566772224 133550 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 133550 5871 1 0 556877 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=12020 CPUtime=1.37 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 6560 0 0 0 127 10 0 0 20 0 20 0 188724787 19566772224 133550 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 133550 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=25168 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 133550 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=100 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 133550 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 534200 KiB

[startup+3.10618 s]
/proc/loadavg: 1.83 1.26 1.45 12/315 998155
/proc/meminfo: memFree=122377756/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=950932 CPUtime=6.01 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 29598 0 0 0 578 23 0 0 20 0 20 0 188724786 19566772224 237733 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 237733 5887 1 0 561147 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=321 CPUtime=2.93 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 7440 0 0 0 276 17 0 0 20 0 20 0 188724787 19566772224 237733 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 237733 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 237733 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=25168 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 237733 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 950932 KiB

[startup+6.30119 s]
/proc/loadavg: 2.08 1.32 1.47 8/318 998158
/proc/meminfo: memFree=115710608/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=1334392 CPUtime=9.73 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 29929 0 0 0 942 31 0 0 20 0 20 0 188724786 19566772224 333598 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 333598 5887 1 0 561148 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=25168 CPUtime=6.04 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 7657 0 0 0 579 25 0 0 20 0 20 0 188724787 19566772224 333598 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=8110268427993965960 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 333598 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 333598 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 333598 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 9.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334392 KiB

[startup+12.7012 s]
/proc/loadavg: 2.32 1.38 1.49 9/318 998159
/proc/meminfo: memFree=113663676/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=2059128 CPUtime=16.3 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 31487 0 0 0 1585 45 0 0 20 0 20 0 188724786 19566772224 514782 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 514782 5887 1 0 742891 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=1340540 CPUtime=12.05 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 8559 0 0 0 1167 38 0 0 20 0 20 0 188724787 19566772224 514782 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=2058972 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 514782 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 514782 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 514782 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 16.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2059128 KiB

[startup+25.5004 s]
/proc/loadavg: 2.76 1.53 1.54 5/318 998161
/proc/meminfo: memFree=110042588/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=3237668 CPUtime=29.23 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 35357 0 0 0 2853 70 0 0 20 0 20 0 188724786 19566772224 809417 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 809417 5887 1 0 1041609 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=11516 CPUtime=24.36 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 10470 0 0 0 2374 62 0 0 20 0 20 0 188724787 19566772224 809417 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=1334392 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 809417 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=3237668 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 809417 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=2059128 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 809417 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 29.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3237668 KiB

[startup+51.1132 s]
/proc/loadavg: 3.25 1.74 1.61 5/318 998165
/proc/meminfo: memFree=108725828/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=3761284 CPUtime=54.98 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 39645 0 0 0 5416 82 0 0 20 0 20 0 188724786 19566772224 940321 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 940321 5887 1 0 1169033 0

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

/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 962229 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 167.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3848916 KiB

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

# cumulated CPU time of all completed processes:  user=224.527 s, system=1.03114 s

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

[startup+179.2 s]
/proc/loadavg: 4.06 2.59 1.94 5/321 998193
/proc/meminfo: memFree=106865492/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=3857516 CPUtime=185.45 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 63213 0 0 0 18448 97 0 0 20 0 20 0 188724786 19566772224 964379 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 964379 5900 1 0 1169323 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=3834384 CPUtime=173.31 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 24719 0 0 0 17256 75 0 0 20 0 20 0 188724787 19566772224 964379 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=3853068 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 964379 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=25168 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 130 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 964379 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=3853348 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 964379 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 185.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3857516 KiB

[startup+204.8 s]
/proc/loadavg: 4.11 2.72 2.00 5/321 998197
/proc/meminfo: memFree=106705044/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=3867944 CPUtime=211.8 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 65508 0 0 0 21081 99 0 0 20 0 20 0 188724786 19566772224 966986 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 966986 5900 1 0 1169343 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=0 CPUtime=198.52 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 25827 0 0 0 19776 76 0 0 20 0 20 0 188724787 19566772224 966986 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=129 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 966986 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=3863804 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 198 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 966986 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=44612 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 966986 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 211.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3867944 KiB

[startup+211.2 s]
/proc/loadavg: 4.10 2.76 2.02 5/321 998198
/proc/meminfo: memFree=106609288/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=3872068 CPUtime=218.3 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 65843 0 0 0 21730 100 0 0 20 0 20 0 188724786 19566772224 968017 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 968017 5900 1 0 1169355 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=3867936 CPUtime=204.62 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 26091 0 0 0 20386 76 0 0 20 0 20 0 188724787 19566772224 968017 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=3870000 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 968017 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=3872048 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 198 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 968017 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=231 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 968017 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 218.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3872068 KiB

[startup+214.4 s]
/proc/loadavg: 4.10 2.76 2.02 5/321 998198
/proc/meminfo: memFree=106242052/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=3872076 CPUtime=221.63 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 66001 0 0 0 22063 100 0 0 20 0 20 0 188724786 19566772224 968019 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 968019 5900 1 0 1169373 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=44612 CPUtime=207.76 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 26216 0 0 0 20700 76 0 0 20 0 20 0 188724787 19566772224 968019 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=44612 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 968019 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 198 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 968019 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 968019 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3872076 KiB

[startup+216 s]*
/proc/loadavg: 4.09 2.78 2.03 5/321 998198
/proc/meminfo: memFree=106237872/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=3874124 CPUtime=223.35 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 66012 0 0 0 22235 100 0 0 20 0 20 0 188724786 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 968531 5900 1 0 1169373 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=3872076 CPUtime=209.32 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 26221 0 0 0 20856 76 0 0 20 0 20 0 188724787 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=-8549726973776018839 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=18875 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 198 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=25129 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 223.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3874124 KiB

[startup+216.8 s]
/proc/loadavg: 4.09 2.78 2.03 5/321 998198
/proc/meminfo: memFree=106237872/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=3874124 CPUtime=224.15 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 66101 0 0 0 22314 101 0 0 20 0 20 0 188724786 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 968531 5900 1 0 1169373 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=-8888526101711987388 CPUtime=210.11 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 26309 0 0 0 20935 76 0 0 20 0 20 0 188724787 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=16224 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 198 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 224.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3874124 KiB

[startup+217.6 s]
/proc/loadavg: 4.09 2.78 2.03 5/321 998198
/proc/meminfo: memFree=106237872/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19108176 memory=3874124 CPUtime=224.95 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 66130 0 0 0 22394 101 0 0 20 0 20 0 188724786 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4777044 968531 5900 1 0 1169373 0
[pid=997737/tid=997739] ppid=997734 vsize=19108176 memory=11516 CPUtime=210.91 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) R 997734 997737 997472 0 -1 4194368 26336 0 0 0 21015 76 0 0 20 0 20 0 188724787 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19108176 memory=3863716 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19108176 memory=3867936 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 198 0 0 0 0 0 0 0 20 0 20 0 188724790 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997774] ppid=997734 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/997737/task/997774/stat : 997774 (Timer-0) S 997734 997737 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188724806 19566772224 968531 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 224.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3874124 KiB

[startup+218 s]*
/proc/loadavg: 4.09 2.78 2.03 5/321 998202
/proc/meminfo: memFree=106237144/131655788 swapFree=131071996/131071996
[pid=997737] ppid=997734 vsize=19241304 memory=3874812 CPUtime=225.35 cores=1,3
/proc/997737/stat : 997737 (java) S 997734 997737 997472 0 -1 1077936128 68036 0 0 0 22434 101 0 0 20 0 20 0 188724786 19703095296 968703 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
/proc/997737/statm: 4810326 968703 5899 1 0 1170075 0
[pid=997737/tid=997739] ppid=997734 vsize=19241304 memory=-8888532694486786748 CPUtime=211.3 cores=1,3
/proc/997737/task/997739/stat : 997739 (java) S 997734 997737 997472 0 -1 1077936192 27603 0 0 0 21054 76 0 0 20 0 20 0 188724787 19703095296 968703 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997749] ppid=997734 vsize=19241304 memory=-8549726973776018839 CPUtime=0 cores=1,3
/proc/997737/task/997749/stat : 997749 (Finalizer) S 997734 997737 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724789 19703095296 968703 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=997756] ppid=997734 vsize=19241304 memory=20144 CPUtime=0 cores=1,3
/proc/997737/task/997756/stat : 997756 (Common-Cleaner) S 997734 997737 997472 0 -1 1077936192 198 0 0 0 0 0 0 0 20 0 20 0 188724790 19703095296 968703 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
[pid=997737/tid=998201] ppid=997734 vsize=19241304 memory=33380 CPUtime=0.04 cores=1,3
/proc/997737/task/998201/stat : 998201 (Thread-0) R 997734 997737 997472 0 -1 4194368 396 0 0 0 4 0 0 0 20 0 20 0 188746586 19703095296 968785 134679101440 93999678955520 93999678959216 140725831660240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93999678967032 93999678967824 93999701700608 140725831668719 140725831668832 140725831668832 140725831675848 0
Current children cumulated CPU time: 225.35 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3874812 KiB

Child status: 20

Real time (s): 218.135
CPU time (s): 225.558
CPU user time (s): 224.527
CPU system time (s): 1.03114
CPU usage (%): 103.403
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3874812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.527
system time used= 1.03114
maximum resident set size= 3876232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68793
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10395
involuntary context switches= 1348


# summary of solver processes directly reported to runsolver:
#   pid: 997737
#   total CPU time (s): 225.558
#   total CPU user time (s): 224.527
#   total CPU system time (s): 1.03114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03998 second user time and 2.1854 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-19 07:07:53
IDJOB=4448765
IDBENCH=160440
IDSOLVER=3046
FILE ID=nodeC006/4448765-1721365661
RUNJOBID= nodeC006-1721365670-997484
SLURM_JOB_ID= 7542802
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448765-1721365661/watcher-4448765-1721365661 -o /tmp/evaluation-result-4448765-1721365661/solver-4448765-1721365661 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997484 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448765-1721365661.opb

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

MD5SUM BENCH= 6e0d6ec9878888f9bd2fd3a9da68de38
RANDOM SEED=875030369

nodeC006.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		: 3591.741
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.94
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		: 3580.678
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.26
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		: 3586.817
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.94
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		: 3492.003
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.26
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		: 3491.970
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.94
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		: 1795.870
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.26
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		: 3491.970
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.94
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		: 1995.411
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.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122697660 kB
MemAvailable:   127716976 kB
Buffers:          528688 kB
Cached:          5268428 kB
SwapCached:            0 kB
Active:          1008072 kB
Inactive:        7255720 kB
Active(anon):       1468 kB
Inactive(anon):  2502580 kB
Active(file):    1006604 kB
Inactive(file):  4753140 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4112 kB
Writeback:             0 kB
AnonPages:       2466420 kB
Mapped:           125968 kB
Shmem:             37704 kB
KReclaimable:     199208 kB
Slab:             314416 kB
SReclaimable:     199208 kB
SUnreclaim:       115208 kB
KernelStack:        4816 kB
PageTables:        14472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7318620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59744 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1976320 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:      316232 kB
DirectMap2M:    40482816 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC006 at 2024-07-19 07:11:31