Trace number 4459685

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12OPT3 338.293 331.104

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
MD5SUMad55eb05599a6ea41980b44e9f9ded8a
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.042201
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.06/0.56	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.56	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.56	c See www.sat4j.org for details.
0.10/0.60	c version CUSTOM.v20240707
0.10/0.61	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.61	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.61	c java.vm.version	22.0.1+8-16
0.10/0.61	c java.vm.vendor	Oracle Corporation
0.10/0.61	c sun.arch.data.model	64
0.10/0.61	c java.version		22.0.1
0.10/0.61	c os.name		Linux
0.10/0.61	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.61	c os.arch		amd64
0.10/0.62	c Free memory 		2106806208
0.10/0.62	c Max memory 		16282288128
0.10/0.62	c Total memory 		2113929216
0.10/0.62	c Number of processors 	2
0.10/0.69	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.69	 - never skip resolution steps
0.10/0.69	 - Auto-division on coefficients is disabled
0.10/0.69	 - No postprocessing
0.10/0.69	 - Conflict is considered as is when resolving
0.10/0.69	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.10/0.69	 - Weaken first using unassigned literals
0.10/0.69	 - Bump strategy: ALWAYS_ONE
0.10/0.69	 - Bumper: ASSIGNED
0.10/0.69	--- Begin Solver configuration ---
0.10/0.69	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.10/0.69	Learn all clauses as in MiniSAT
0.10/0.69	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.69	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.69	No reason simplification
0.10/0.69	Armin Biere (Picosat) restarts strategy
0.10/0.69	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.10/0.69	timeout=2147483s
0.10/0.69	DB Simplification allowed=false
0.10/0.69	Listener: none
0.10/0.69	--- End Solver configuration ---
0.10/0.69	c Pseudo Boolean Optimization by upper bound
0.10/0.69	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.69	c  - never skip resolution steps
0.10/0.69	c  - Auto-division on coefficients is disabled
0.10/0.69	c  - No postprocessing
0.10/0.69	c  - Conflict is considered as is when resolving
0.10/0.69	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.10/0.69	c  - Weaken first using unassigned literals
0.10/0.69	c  - Bump strategy: ALWAYS_ONE
0.10/0.69	c  - Bumper: ASSIGNED
0.10/0.69	c --- Begin Solver configuration ---
0.10/0.69	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.10/0.69	c Learn all clauses as in MiniSAT
0.10/0.69	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.69	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.69	c No reason simplification
0.10/0.69	c Armin Biere (Picosat) restarts strategy
0.10/0.69	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.10/0.69	c timeout=2147483s
0.10/0.69	c DB Simplification allowed=false
0.10/0.69	c Listener: none
0.10/0.69	c --- End Solver configuration ---
0.10/0.69	c solving HOME/instance-4459685-1721939462.opb
0.10/0.69	c reading problem ... 
0.10/0.69	c  objective function found
0.25/0.73	c ... done. Wall clock time 0.037s.
0.25/0.73	c declared #vars     144
0.25/0.73	c internal #vars     528
0.25/0.73	c #constraints  787
0.25/0.73	c constraints type 
0.25/0.73	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 403
0.25/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
0.25/0.73	c 787 constraints processed.
0.25/0.78	c objective function length is 8 literals
4.50/2.91	c cleaning 1465 clauses out of 5000 with flag 0/5000
6.90/4.70	c cleaning 1676 clauses out of 9536 with flag 0/11001
9.60/7.04	c cleaning 1902 clauses out of 14859 with flag 0/18000
13.31/10.66	c cleaning 2643 clauses out of 20957 with flag 0/26000
17.76/15.07	c cleaning 2818 clauses out of 27314 with flag 0/35000
23.11/20.32	c cleaning 3318 clauses out of 34496 with flag 0/45000
29.22/26.37	c cleaning 4125 clauses out of 42178 with flag 0/56000
31.35/28.41	c SATISFIABLE
31.35/28.41	c OPTIMIZING...
31.35/28.41	c Got one! Elapsed wall clock time (in seconds):27.717
31.35/28.41	o 249
35.71/32.76	c cleaning 3338 clauses out of 49262 with flag 0/67209
36.36/33.21	c cleaning 230 clauses out of 51924 with flag 0/73209
38.12/34.99	c Got one! Elapsed wall clock time (in seconds):34.302
38.12/34.99	o 11
41.42/38.28	c cleaning 3056 clauses out of 62251 with flag 0/83766
45.09/41.89	c cleaning 1940 clauses out of 65196 with flag 0/89767
50.00/46.64	c cleaning 2410 clauses out of 70255 with flag 0/96766
54.06/50.67	c cleaning 2247 clauses out of 75846 with flag 0/104767
65.96/62.44	c cleaning 3681 clauses out of 82599 with flag 0/113767
71.49/67.88	c cleaning 2802 clauses out of 88917 with flag 0/123766
77.93/74.16	c cleaning 3366 clauses out of 97115 with flag 0/134766
88.55/84.33	c Got one! Elapsed wall clock time (in seconds):83.638
88.55/84.33	o 9
100.67/96.26	c cleaning 6587 clauses out of 110738 with flag 0/151757
106.50/101.92	c cleaning 2601 clauses out of 110151 with flag 0/157757
108.46/103.84	c Got one! Elapsed wall clock time (in seconds):103.148
108.46/103.84	o 3
110.67/106.05	c cleaning 1821 clauses out of 113149 with flag 0/163356
117.42/112.60	c cleaning 2288 clauses out of 117329 with flag 0/169357
126.56/121.62	c cleaning 2581 clauses out of 122040 with flag 0/176356
137.93/132.88	c cleaning 3307 clauses out of 127459 with flag 0/184356
152.46/147.15	c cleaning 4352 clauses out of 133153 with flag 0/193357
174.71/169.12	c cleaning 4717 clauses out of 138800 with flag 0/203356
201.13/195.00	c cleaning 4306 clauses out of 145083 with flag 0/214356
219.66/213.49	c cleaning 4140 clauses out of 152777 with flag 0/226356
246.81/240.30	c cleaning 5714 clauses out of 161637 with flag 0/239356
281.92/275.11	c cleaning 4722 clauses out of 169925 with flag 0/253358
318.76/311.72	c cleaning 6162 clauses out of 180201 with flag 0/268356
338.18/331.06	c starts		: 124
338.18/331.07	c conflicts		: 279224
338.18/331.07	c decisions		: 370561
338.18/331.07	c propagations		: 4594803
338.18/331.07	c inspects		: 514344269
338.18/331.07	c shortcuts		: 0
338.18/331.07	c learnt literals	: 2
338.18/331.07	c learnt binary clauses	: 5
338.18/331.07	c learnt ternary clauses	: 4
338.18/331.07	c learnt constraints	: 279221
338.18/331.07	c ignored constraints	: 0
338.18/331.07	c root simplifications	: 0
338.18/331.07	c removed literals (reason simplification)	: 0
338.18/331.07	c reason swapping (by a shorter reason)	: 0
338.18/331.07	c Calls to reduceDB	: 29
338.18/331.07	c Number of update (reduction) of LBD	: 38
338.18/331.07	c Imported unit clauses	: 0
338.18/331.07	c No decision after first conflict	: false
338.18/331.07	c number of reductions to clauses (during analyze)	: 0
338.18/331.07	c number of learned constraints concerned by reduction	: 0
338.18/331.07	c number of learning phase by resolution	: 0
338.18/331.07	c number of learning phase by cutting planes	: 0
338.18/331.07	c number of rounding to 1 operations	: 1313586
338.18/331.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
338.18/331.07	c number of reductions of the coefficients by power 2 	: 0
338.18/331.07	c number of right shift for reduction by power 2 	: 0
338.18/331.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
338.18/331.07	c number of ending skipping 	: 0
338.18/331.07	c number of internal skipping 	: 0
338.18/331.07	c number of derivation steps 	: 1730127
338.18/331.07	c number of skipped derivation steps 	: 0
338.18/331.07	c number of remaining unassigned 	: 75810
338.18/331.07	c number of remaining assigned 	: 26170746
338.18/331.07	c number of falsified literals weakened from reason	: 0
338.18/331.07	c number of falsified literals weakened from conflict	: 0
338.18/331.07	c time for arithmetic operations	: 2068139141
338.18/331.07	c minimum degree of deleted constraints	: 4
338.18/331.07	c maximum degree of deleted constraints	: 227768234
338.18/331.07	c number of deleted constraints	: 94315
338.18/331.07	c speed (assignments/second)	: 13911.630864253599
338.18/331.07	c non guided choices	: 2188
338.18/331.07	s OPTIMUM FOUND
338.18/331.07	c Found 4 solution(s)
338.18/331.07	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 -x12 x13 x14 -x15 x16 x17 -x18 x19 -x20 x21 x22 -x23 -x24 x25 x26 x27 x28 x29 x30 -x31 -x32 x33 x34 -x35 x36 x37 x38 -x39 x40 x41 -x42 -x43 x44 -x45 -x46 x47 -x48 x49 x50 -x51 x52 -x53 -x54 -x55 -x56 x57 x58 x59 x60 x61 -x62 -x63 -x64 x65 x66 -x67 x68 -x69 x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80 x81 x82 x83 -x84 x85 -x86 -x87 -x88 x89 x90 x91 x92 -x93 -x94 -x95 x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 x116 x117 -x118 -x119 -x120 -x121 x122 x123 x124 x125 x126 -x127 -x128 -x129 x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 x139 -x140 -x141 -x142 -x143 -x144 
338.18/331.07	c objective function=3
338.18/331.07	c Total wall clock time (in seconds): 330.383

Verifier Data

OK	3

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: 63968 MiB (53465 MiB free)
  memory of node 1: 64473 MiB (54609 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 0.12 0.09 0.26 2/245 300263
/proc/meminfo: memFree=110665620/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=37736 memory=2924 CPUtime=0 cores=0,2
/proc/300257/stat : 300257 (java) D 300254 300257 300215 0 -1 4194304 199 0 3 0 0 0 0 0 20 0 1 0 30474517 38641664 731 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 0 0 0 0 17 0 0 0 8 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 9434 731 645 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 2924 KiB

[startup+0.205635 s]*
/proc/loadavg: 0.12 0.09 0.26 1/254 300279
/proc/meminfo: memFree=110652124/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=239396 memory=8748 CPUtime=0 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 585 0 38 0 0 0 0 0 20 0 2 0 30474517 245141504 2187 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 0 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 59849 2187 1803 1 0 583 0
[pid=300257/tid=300277] ppid=300254 vsize=239396 memory=3472328300254199927 CPUtime=0 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) D 300254 300257 300215 0 -1 4194368 27 0 12 0 0 0 0 0 20 0 2 0 30474532 245141504 2187 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 0 0 0 0 -1 0 0 0 5 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 239396 KiB
Current children cumulated memory: 8748 KiB

[startup+0.305608 s]*
/proc/loadavg: 0.12 0.09 0.26 2/262 300296
/proc/meminfo: memFree=110624448/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=547128 memory=21988 CPUtime=0.01 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 1461 0 66 0 0 1 0 0 20 0 2 0 30474517 560259072 5497 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16784588 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 136782 5497 3356 1 0 4255 0
[pid=300257/tid=300277] ppid=300254 vsize=547128 memory=-9030957967701877436 CPUtime=0 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) D 300254 300257 300215 0 -1 4194368 903 0 40 0 0 0 0 0 20 0 2 0 30474532 560259072 5497 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 15 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 547128 KiB
Current children cumulated memory: 21988 KiB

[startup+0.700783 s]
/proc/loadavg: 0.12 0.09 0.26 1/328 300362
/proc/meminfo: memFree=110485804/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=18993908 memory=71704 CPUtime=0.25 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 7629 0 143 0 22 3 0 0 20 0 18 0 30474517 19449761792 17926 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4748477 17926 5963 1 0 549652 0
[pid=300257/tid=300277] ppid=300254 vsize=18993908 memory=69304 CPUtime=0.14 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 5985 0 102 0 12 2 0 0 20 0 18 0 30474532 19449761792 17926 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=18993908 memory=12336 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30474559 19449761792 17926 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 30474562 19449761792 17926 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 71704 KiB

[startup+1.50025 s]
/proc/loadavg: 0.67 0.21 0.30 14/332 300366
/proc/meminfo: memFree=110091764/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=262612 CPUtime=1.75 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 18464 0 144 0 166 9 0 0 20 0 20 0 30474517 19586084864 65653 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 65653 6173 1 0 556601 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=0 CPUtime=0.82 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 6232 0 103 0 77 5 0 0 20 0 20 0 30474532 19586084864 65653 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=12336 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 65653 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 65653 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=12336 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 65653 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 262612 KiB

[startup+3.10725 s]
/proc/loadavg: 0.67 0.21 0.30 12/335 300437
/proc/meminfo: memFree=107255772/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=828328 CPUtime=4.89 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 27607 0 144 0 468 21 0 0 20 0 20 0 30474517 19586084864 207082 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 207082 6174 1 0 557226 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=12336 CPUtime=2.38 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 8420 0 103 0 222 16 0 0 20 0 20 0 30474532 19586084864 207082 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 207082 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=12944 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 207082 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=12336 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 207082 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 828328 KiB

[startup+6.30025 s]
/proc/loadavg: 1.10 0.30 0.33 7/336 300438
/proc/meminfo: memFree=103388736/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=1747492 CPUtime=8.91 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 30824 0 144 0 851 40 0 0 20 0 20 0 30474517 19586084864 436873 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 436873 6201 1 0 664145 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=0 CPUtime=5.48 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 8922 0 103 0 515 33 0 0 20 0 20 0 30474532 19586084864 436873 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=1291220 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 436873 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=11428 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 436873 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=11608 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 436873 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 8.91 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1747492 KiB

[startup+12.7013 s]
/proc/loadavg: 1.49 0.40 0.36 6/336 300438
/proc/meminfo: memFree=101820724/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=1753660 CPUtime=15.44 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 31448 0 144 0 1503 41 0 0 20 0 20 0 30474517 19586084864 438415 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 438415 6201 1 0 664155 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=3592640 CPUtime=11.66 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 9368 0 103 0 1133 33 0 0 20 0 20 0 30474532 19586084864 438415 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 438415 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=12944 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 438415 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=5728 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 438415 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 15.44 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1753660 KiB

[startup+25.5013 s]
/proc/loadavg: 1.95 0.53 0.40 6/336 300441
/proc/meminfo: memFree=100737568/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=2261104 CPUtime=28.4 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 37730 0 144 0 2788 52 0 0 20 0 20 0 30474517 19586084864 565276 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 565276 6201 1 0 791569 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=3592640 CPUtime=24.03 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 11503 0 103 0 2359 44 0 0 20 0 20 0 30474532 19586084864 565276 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=1753636 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 565276 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 565276 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=1758288 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 565276 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 28.4 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2261104 KiB

[startup+51.1073 s]
/proc/loadavg: 2.95 0.91 0.53 6/336 300512
/proc/meminfo: memFree=98641924/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=2317060 CPUtime=54.61 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 45787 0 144 0 5406 55 0 0 20 0 20 0 30474517 19586084864 579265 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 579265 6222 1 0 791580 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=2306820 CPUtime=48.64 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 14793 0 103 0 4820 44 0 0 20 0 20 0 30474532 19586084864 579265 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=2306820 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 579265 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=12336 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 579265 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 579265 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 54.61 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2317060 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 1.41 0.72 7/336 300521
/proc/meminfo: memFree=96657492/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=2968320 CPUtime=106.9 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 62402 0 144 0 10619 71 0 0 20 0 20 0 30474517 19586084864 742080 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 742080 6223 1 0 925284 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=2964224 CPUtime=98.09 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 20881 0 103 0 9754 55 0 0 20 0 20 0 30474532 19586084864 742080 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0

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

/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 797631 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 228.66 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3190524 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 2.67 1.34 6/333 300552
/proc/meminfo: memFree=94921292/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=3266496 CPUtime=289.19 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 89646 0 144 0 28830 89 0 0 20 0 20 0 30474517 19586084864 816624 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 816624 6223 1 0 925336 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=3266496 CPUtime=274.09 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 31803 0 103 0 27351 58 0 0 20 0 20 0 30474532 19586084864 816624 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=3227516 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 816624 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=1816 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 255 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 816624 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=5279404 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 816624 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 289.19 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3266496 KiB

[startup+331.104 s]
# the end of solver process 300257 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=337.329 s, system=0.964049 s

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

[startup+307.2 s]
/proc/loadavg: 4.23 2.81 1.43 6/333 300557
/proc/meminfo: memFree=94781112/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=3291136 CPUtime=314.23 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 92720 0 144 0 31331 92 0 0 20 0 20 0 30474517 19586084864 822784 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 822784 6223 1 0 925336 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=2968320 CPUtime=298.59 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 33103 0 103 0 29801 58 0 0 20 0 20 0 30474532 19586084864 822784 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=12336 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 822784 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=12336 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 255 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 822784 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=3095720 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 822784 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 314.23 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3291136 KiB

[startup+320 s]*
/proc/loadavg: 4.19 2.85 1.45 6/333 300558
/proc/meminfo: memFree=94680404/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=3299348 CPUtime=327.1 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 93362 0 144 0 32616 94 0 0 20 0 20 0 30474517 19586084864 824837 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 824837 6223 1 0 925336 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=-8815064461541548732 CPUtime=311.13 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 33662 0 103 0 31055 58 0 0 20 0 20 0 30474532 19586084864 824837 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=25620 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 824837 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=3299348 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 255 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 824837 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=19916 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 824837 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 327.1 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3299348 KiB

[startup+326.4 s]
/proc/loadavg: 4.24 2.91 1.49 6/333 300560
/proc/meminfo: memFree=94643456/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=3307540 CPUtime=333.52 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 93505 0 144 0 33258 94 0 0 20 0 20 0 30474517 19586084864 826885 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 826885 6223 1 0 925336 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=12336 CPUtime=317.4 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 33790 0 103 0 31682 58 0 0 20 0 20 0 30474532 19586084864 826885 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=7332 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 826885 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=12944 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 255 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 826885 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=5728 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 826885 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 333.52 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3307540 KiB

[startup+329.6 s]
/proc/loadavg: 4.24 2.91 1.49 6/333 300560
/proc/meminfo: memFree=94628968/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=3311636 CPUtime=336.73 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 93637 0 144 0 33579 94 0 0 20 0 20 0 30474517 19586084864 827909 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 827909 6223 1 0 925336 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=3301396 CPUtime=320.55 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 33918 0 103 0 31997 58 0 0 20 0 20 0 30474532 19586084864 827909 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=3307540 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 827909 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=3307540 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 255 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 827909 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=2288 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 827909 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 336.73 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3311636 KiB

[startup+330.4 s]
/proc/loadavg: 4.24 2.91 1.49 6/327 300561
/proc/meminfo: memFree=94622688/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=3311648 CPUtime=337.55 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 94571 0 144 0 33660 95 0 0 20 0 20 0 30474517 19586084864 827912 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 827912 6223 1 0 925336 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=69304 CPUtime=321.34 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 34081 0 103 0 32076 58 0 0 20 0 20 0 30474532 19586084864 827912 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=3301396 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 827912 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=12944 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 255 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 827912 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=5728 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 827912 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 337.55 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3311648 KiB

[startup+330.8 s]
/proc/loadavg: 4.24 2.91 1.49 6/327 300561
/proc/meminfo: memFree=94622688/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=3311648 CPUtime=337.96 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 94822 0 144 0 33701 95 0 0 20 0 20 0 30474517 19586084864 827912 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 827912 6223 1 0 925336 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=1512563 CPUtime=321.74 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 34085 0 103 0 32116 58 0 0 20 0 20 0 30474532 19586084864 827912 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=1513161 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 827912 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=1650573 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 255 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 827912 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=21192 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 827912 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 337.96 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3311648 KiB

[startup+331 s]*
/proc/loadavg: 4.22 2.93 1.50 6/327 300561
/proc/meminfo: memFree=94622960/131524600 swapFree=131063756/131071996
[pid=300257] ppid=300254 vsize=19127036 memory=3311652 CPUtime=338.18 cores=0,2
/proc/300257/stat : 300257 (java) S 300254 300257 300215 0 -1 1077936128 94986 0 144 0 33723 95 0 0 20 0 20 0 30474517 19586084864 827913 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 0 0 16800975 0 0 0 17 0 0 0 14 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
/proc/300257/statm: 4781759 827913 6223 1 0 925336 0
[pid=300257/tid=300277] ppid=300254 vsize=19127036 memory=11428 CPUtime=321.95 cores=0,2
/proc/300257/task/300277/stat : 300277 (java) R 300254 300257 300215 0 -1 4194368 34089 0 103 0 32137 58 0 0 20 0 20 0 30474532 19586084864 827913 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300330] ppid=300254 vsize=19127036 memory=11608 CPUtime=0 cores=0,2
/proc/300257/task/300330/stat : 300330 (Finalizer) S 300254 300257 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474559 19586084864 827913 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300359] ppid=300254 vsize=19127036 memory=11608 CPUtime=0 cores=0,2
/proc/300257/task/300359/stat : 300359 (Common-Cleaner) S 300254 300257 300215 0 -1 1077936192 299 0 0 0 0 0 0 0 20 0 20 0 30474562 19586084864 827913 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
[pid=300257/tid=300364] ppid=300254 vsize=19127036 memory=-8815064461541548732 CPUtime=0 cores=0,2
/proc/300257/task/300364/stat : 300364 (Timer-0) S 300254 300257 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474597 19586084864 827913 134679101440 94588851527680 94588851531376 140727601711744 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94588851539192 94588851539984 94588865650688 140727601714163 140727601714276 140727601714276 140727601721288 0
Current children cumulated CPU time: 338.18 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3311652 KiB

Child status: 30

Real time (s): 331.104
CPU time (s): 338.293
CPU user time (s): 337.329
CPU system time (s): 0.964049
CPU usage (%): 102.171
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 3311652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 337.329
system time used= 0.964049
maximum resident set size= 3313304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97215
page faults= 144
swaps= 0
block input operations= 35600
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16509
involuntary context switches= 3418


# summary of solver processes directly reported to runsolver:
#   pid: 300257
#   total CPU time (s): 338.293
#   total CPU user time (s): 337.329
#   total CPU system time (s): 0.964049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.78943 second user time and 1.86879 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-25 22:31:02
IDJOB=4459685
IDBENCH=148376
IDSOLVER=3046
FILE ID=nodeC027/4459685-1721939462
RUNJOBID= nodeC027-1721939462-300225
SLURM_JOB_ID= 8247247
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459685-1721939462/watcher-4459685-1721939462 -o /tmp/evaluation-result-4459685-1721939462/solver-4459685-1721939462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721939462-300225 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459685-1721939462.opb

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

MD5SUM BENCH= ad55eb05599a6ea41980b44e9f9ded8a
RANDOM SEED=1503976896

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110668476 kB
MemAvailable:   129682400 kB
Buffers:          325520 kB
Cached:         19369392 kB
SwapCached:          472 kB
Active:          2609612 kB
Inactive:       17349996 kB
Active(anon):       1584 kB
Inactive(anon):   316528 kB
Active(file):    2608028 kB
Inactive(file): 17033468 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131063756 kB
Dirty:              1388 kB
Writeback:             0 kB
AnonPages:        263848 kB
Mapped:           115944 kB
Shmem:             53416 kB
KReclaimable:     424504 kB
Slab:             547580 kB
SReclaimable:     424504 kB
SUnreclaim:       123076 kB
KernelStack:        3892 kB
PageTables:        10128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     675836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17376 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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:      359124 kB
DirectMap2M:    40308736 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC027 at 2024-07-25 22:36:34