Trace number 4459653

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 103.248 99.0339

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=149-P1=419-P2=307-P3=223-B.opb
MD5SUM8b3c64c314aa483a601e57d2781e72b3
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.044113
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81
Total number of constraints7
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 constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Quality of the solution as a function of time


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

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.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	 - never skip resolution steps
0.12/0.16	 - Auto-division on coefficients is disabled
0.12/0.16	 - No postprocessing
0.12/0.16	 - Conflict is considered as is when resolving
0.12/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.16	 - Weaken first using unassigned literals
0.12/0.16	 - Bump strategy: ALWAYS_ONE
0.12/0.16	 - Bumper: ASSIGNED
0.12/0.16	--- Begin Solver configuration ---
0.12/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.16	Learn all clauses as in MiniSAT
0.12/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	No reason simplification
0.12/0.16	Armin Biere (Picosat) restarts strategy
0.12/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.16	timeout=2147483s
0.12/0.16	DB Simplification allowed=false
0.12/0.16	Listener: none
0.12/0.16	--- End Solver configuration ---
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ASSIGNED
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4459653-1721939462.opb
0.12/0.16	c reading problem ... 
0.12/0.17	c  objective function found
0.12/0.19	c ... done. Wall clock time 0.028s.
0.12/0.19	c declared #vars     81
0.12/0.19	c internal #vars     324
0.12/0.19	c #constraints  496
0.12/0.19	c constraints type 
0.12/0.19	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 253
0.12/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
0.12/0.19	c 496 constraints processed.
0.12/0.21	c objective function length is 9 literals
5.44/2.91	c cleaning 1445 clauses out of 5001 with flag 0/5001
6.42/3.84	c SATISFIABLE
6.42/3.84	c OPTIMIZING...
6.42/3.84	c Got one! Elapsed wall clock time (in seconds):3.683
6.42/3.84	o 323
8.67/5.79	c cleaning 1650 clauses out of 9330 with flag 0/10775
9.67/6.66	c Got one! Elapsed wall clock time (in seconds):6.499
9.67/6.66	o 299
11.88/8.82	c cleaning 1932 clauses out of 12740 with flag 0/15835
12.19/9.07	c Got one! Elapsed wall clock time (in seconds):8.909
12.19/9.07	o 3
13.69/10.50	c cleaning 598 clauses out of 16019 with flag 0/21046
18.15/14.99	c cleaning 1636 clauses out of 21422 with flag 0/27047
25.51/22.21	c cleaning 2333 clauses out of 26785 with flag 0/34046
39.12/35.71	c cleaning 2871 clauses out of 32453 with flag 0/42047
55.91/52.47	c cleaning 3666 clauses out of 38582 with flag 0/51047
71.82/68.26	c cleaning 3627 clauses out of 44915 with flag 0/61046
102.88/98.75	c cleaning 4758 clauses out of 52288 with flag 0/72046
103.08/98.99	c starts		: 81
103.08/99.00	c conflicts		: 72378
103.08/99.00	c decisions		: 92933
103.08/99.00	c propagations		: 1297919
103.08/99.00	c inspects		: 134571905
103.08/99.00	c shortcuts		: 0
103.08/99.00	c learnt literals	: 0
103.08/99.00	c learnt binary clauses	: 2
103.08/99.00	c learnt ternary clauses	: 0
103.08/99.00	c learnt constraints	: 72377
103.08/99.00	c ignored constraints	: 0
103.08/99.00	c root simplifications	: 0
103.08/99.00	c removed literals (reason simplification)	: 0
103.08/99.00	c reason swapping (by a shorter reason)	: 0
103.08/99.00	c Calls to reduceDB	: 10
103.08/99.00	c Number of update (reduction) of LBD	: 12
103.08/99.00	c Imported unit clauses	: 0
103.08/99.00	c No decision after first conflict	: false
103.08/99.00	c number of reductions to clauses (during analyze)	: 0
103.08/99.00	c number of learned constraints concerned by reduction	: 0
103.08/99.00	c number of learning phase by resolution	: 0
103.08/99.00	c number of learning phase by cutting planes	: 0
103.08/99.00	c number of rounding to 1 operations	: 383132
103.08/99.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
103.08/99.00	c number of reductions of the coefficients by power 2 	: 0
103.08/99.00	c number of right shift for reduction by power 2 	: 0
103.08/99.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
103.08/99.00	c number of ending skipping 	: 0
103.08/99.00	c number of internal skipping 	: 0
103.08/99.00	c number of derivation steps 	: 552401
103.08/99.00	c number of skipped derivation steps 	: 0
103.08/99.00	c number of remaining unassigned 	: 24410
103.08/99.00	c number of remaining assigned 	: 8317825
103.08/99.00	c number of falsified literals weakened from reason	: 0
103.08/99.00	c number of falsified literals weakened from conflict	: 0
103.08/99.00	c time for arithmetic operations	: 773441300
103.22/99.01	c minimum degree of deleted constraints	: 4
103.22/99.01	c maximum degree of deleted constraints	: 101815062
103.22/99.01	c number of deleted constraints	: 24516
103.22/99.01	c speed (assignments/second)	: 13136.300149791507
103.22/99.01	c non guided choices	: 688
103.22/99.01	s OPTIMUM FOUND
103.22/99.01	c Found 3 solution(s)
103.22/99.01	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 
103.22/99.01	c objective function=3
103.22/99.01	c Total wall clock time (in seconds): 98.847

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=258861, runsolver pid=258858

[startup+0.100099 s]*
/proc/loadavg: 0.11 0.10 0.18 2/259 258879
/proc/meminfo: memFree=126727252/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=18975048 memory=62400 CPUtime=0.12 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 7159 0 0 0 10 2 0 0 20 0 18 0 30475257 19430449152 15600 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4743762 15600 5561 1 0 549293 0
[pid=258861/tid=258863] ppid=258858 vsize=18975048 memory=4026532033 CPUtime=0.07 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 1077936192 5693 0 0 0 6 1 0 0 20 0 18 0 30475257 19430449152 15600 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=18975048 memory=224227754321 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30475261 19430449152 15600 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=18975048 memory=53005149382295 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30475261 19430449152 15600 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62400 KiB

[startup+0.211183 s]*
/proc/loadavg: 0.11 0.10 0.18 3/260 258880
/proc/meminfo: memFree=126717872/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19041612 memory=72060 CPUtime=0.31 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 7881 0 1 0 29 2 0 0 20 0 19 0 30475257 19498610688 18015 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4760403 18015 5787 1 0 550020 0
[pid=258861/tid=258863] ppid=258858 vsize=19041612 memory=4028005837 CPUtime=0.17 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) S 258858 258861 258834 0 -1 1077936192 6114 0 1 0 16 1 0 0 20 0 19 0 30475257 19498610688 18015 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19041612 memory=1417416 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30475261 19498610688 18015 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19041612 memory=55199876252880 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30475261 19498610688 18015 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30475278 19498610688 18015 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72060 KiB

[startup+0.305336 s]*
/proc/loadavg: 0.11 0.10 0.18 5/261 258885
/proc/meminfo: memFree=126690200/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19041612 memory=100440 CPUtime=0.48 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 8361 0 1 0 45 3 0 0 20 0 19 0 30475257 19498610688 25110 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4760403 25110 5911 1 0 550212 0
[pid=258861/tid=258863] ppid=258858 vsize=19041612 memory=-8599731671867826876 CPUtime=0.26 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 6161 0 1 0 24 2 0 0 20 0 19 0 30475257 19498610688 25110 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30475261 19498610688 25110 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30475261 19498610688 25110 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30475278 19498610688 25110 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 100440 KiB

[startup+0.700238 s]
/proc/loadavg: 0.11 0.10 0.18 11/307 258945
/proc/meminfo: memFree=126536716/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=200952 CPUtime=1.22 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 17611 0 1 0 117 5 0 0 20 0 20 0 30475257 19566772224 50238 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 50238 5927 1 0 556211 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=70816 CPUtime=0.59 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 6206 0 1 0 56 3 0 0 20 0 20 0 30475257 19566772224 50238 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 50238 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=2308 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 50238 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=1932 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 50238 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 200952 KiB

[startup+1.50291 s]
/proc/loadavg: 0.11 0.10 0.18 12/335 258982
/proc/meminfo: memFree=126070608/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=553748 CPUtime=2.81 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 19483 0 1 0 269 12 0 0 20 0 20 0 30475257 19566772224 138437 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 138437 5943 1 0 557474 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=12404 CPUtime=1.37 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 6425 0 1 0 128 9 0 0 20 0 20 0 30475257 19566772224 138437 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=-6662681389699480409 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 138437 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 138437 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 138437 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 553748 KiB

[startup+3.10605 s]
/proc/loadavg: 0.11 0.10 0.18 8/336 259052
/proc/meminfo: memFree=123784492/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=944404 CPUtime=5.7 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 27503 0 1 0 548 22 0 0 20 0 20 0 30475257 19566772224 236101 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 236101 5943 1 0 557621 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=-8599731671867826876 CPUtime=2.95 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 7257 0 1 0 277 18 0 0 20 0 20 0 30475257 19566772224 236101 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 236101 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=903068 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 236101 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=5616 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 236101 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 944404 KiB

[startup+6.30028 s]
/proc/loadavg: 0.50 0.18 0.20 5/336 259052
/proc/meminfo: memFree=121288004/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=1338828 CPUtime=9.35 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 30685 0 1 0 906 29 0 0 20 0 20 0 30475257 19566772224 334707 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 334707 5943 1 0 557713 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=5616 CPUtime=6.07 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 8748 0 1 0 583 24 0 0 20 0 20 0 30475257 19566772224 334707 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=1338828 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 334707 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 334707 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 334707 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 9.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1338828 KiB

[startup+12.7003 s]
/proc/loadavg: 0.78 0.24 0.22 5/336 259053
/proc/meminfo: memFree=119482228/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=1765812 CPUtime=15.89 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 32163 0 1 0 1552 37 0 0 20 0 20 0 30475257 19566772224 441453 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 441453 5943 1 0 664239 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=12404 CPUtime=12.31 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 9608 0 1 0 1199 32 0 0 20 0 20 0 30475257 19566772224 441453 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=70816 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 441453 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=1765812 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 441453 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 441453 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 15.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1765812 KiB

[startup+25.5003 s]
/proc/loadavg: 1.72 0.48 0.30 6/336 259056
/proc/meminfo: memFree=118657176/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=1772372 CPUtime=28.83 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 37196 0 1 0 2845 38 0 0 20 0 20 0 30475257 19566772224 443093 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 443093 5943 1 0 664257 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=1393064 CPUtime=24.84 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 11596 0 1 0 2452 32 0 0 20 0 20 0 30475257 19566772224 443093 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 443093 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 443093 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=70816 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 443093 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 28.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1772372 KiB

[startup+51.1059 s]
/proc/loadavg: 2.50 0.76 0.40 5/336 259059
/proc/meminfo: memFree=118396424/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=1817652 CPUtime=54.63 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 45159 0 1 0 5422 41 0 0 20 0 20 0 30475257 19566772224 454413 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 454413 5943 1 0 664257 0

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

/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 454413 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 54.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1817652 KiB

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

# cumulated CPU time of all completed processes:  user=102.773 s, system=0.475336 s

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

[startup+51.2009 s]
/proc/loadavg: 2.50 0.76 0.40 5/336 259059
/proc/meminfo: memFree=118396424/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=1817652 CPUtime=54.72 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 45159 0 1 0 5431 41 0 0 20 0 20 0 30475257 19566772224 454413 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 454413 5943 1 0 664257 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=1765812 CPUtime=49.91 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 14798 0 1 0 4959 32 0 0 20 0 20 0 30475257 19566772224 454413 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=2308 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 454413 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=1932 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 454413 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=1832 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 454413 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 54.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1817652 KiB

[startup+76.8003 s]
/proc/loadavg: 3.09 1.04 0.50 5/336 259064
/proc/meminfo: memFree=117525868/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=1850604 CPUtime=80.52 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 51357 0 1 0 8009 43 0 0 20 0 20 0 30475257 19566772224 462651 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 462651 5943 1 0 664257 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=1819700 CPUtime=74.93 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 17990 0 1 0 7461 32 0 0 20 0 20 0 30475257 19566772224 462651 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=7732797578044004709 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 462651 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=5444 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 462651 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=32060 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 462651 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 80.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1850604 KiB

[startup+89.6003 s]
/proc/loadavg: 3.29 1.18 0.56 5/336 259066
/proc/meminfo: memFree=116894224/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=1865056 CPUtime=93.47 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 54778 0 1 0 9303 44 0 0 20 0 20 0 30475257 19566772224 466264 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 466264 5943 1 0 664257 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=12404 CPUtime=87.48 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 18880 0 1 0 8715 33 0 0 20 0 20 0 30475257 19566772224 466264 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=5616 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 466264 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=70816 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 466264 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 466264 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 93.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1865056 KiB

[startup+96.0003 s]*
/proc/loadavg: 3.35 1.23 0.58 5/336 259067
/proc/meminfo: memFree=116805056/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=1879692 CPUtime=100.17 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 60887 0 1 0 9971 46 0 0 20 0 20 0 30475257 19566772224 469923 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 469923 5943 1 0 664257 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=-8528527294558085820 CPUtime=93.76 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 19208 0 1 0 9343 33 0 0 20 0 20 0 30475257 19566772224 469923 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=32172 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 469923 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=7076 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 469923 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=33928 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 469923 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 100.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1879692 KiB

[startup+97.6003 s]
/proc/loadavg: 3.35 1.23 0.58 5/336 259067
/proc/meminfo: memFree=116796752/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=1883788 CPUtime=101.76 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 60939 0 1 0 10130 46 0 0 20 0 20 0 30475257 19566772224 470947 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 470947 5943 1 0 664257 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=1873248 CPUtime=95.3 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 19240 0 1 0 9497 33 0 0 20 0 20 0 30475257 19566772224 470947 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=1879692 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 470947 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=5444 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 470947 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 470947 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 101.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1883788 KiB

[startup+98.4002 s]
/proc/loadavg: 3.35 1.23 0.58 5/336 259067
/proc/meminfo: memFree=116796752/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=1883788 CPUtime=102.56 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 61455 0 1 0 10210 46 0 0 20 0 20 0 30475257 19566772224 470947 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 470947 5943 1 0 664257 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=1883788 CPUtime=96.1 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 19626 0 1 0 9577 33 0 0 20 0 20 0 30475257 19566772224 470947 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=1879692 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 470947 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=29944 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 470947 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=7460 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 470947 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 102.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1883788 KiB

[startup+98.8002 s]
/proc/loadavg: 3.35 1.23 0.58 5/336 259067
/proc/meminfo: memFree=116796752/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19108176 memory=1883924 CPUtime=102.98 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 64458 0 1 0 10252 46 0 0 20 0 20 0 30475257 19566772224 470981 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4777044 470981 5943 1 0 664257 0
[pid=258861/tid=258863] ppid=258858 vsize=19108176 memory=1417368 CPUtime=96.5 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) R 258858 258861 258834 0 -1 4194368 20138 0 1 0 9617 33 0 0 20 0 20 0 30475257 19566772224 470981 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19108176 memory=1409959 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 470981 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19108176 memory=1730345 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 30475261 19566772224 470981 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258880] ppid=258858 vsize=19108176 memory=140154044032276 CPUtime=0 cores=5,7
/proc/258861/task/258880/stat : 258880 (Timer-0) S 258858 258861 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475278 19566772224 470981 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 102.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1883924 KiB

[startup+99.0034 s]*
/proc/loadavg: 3.40 1.28 0.60 7/336 259069
/proc/meminfo: memFree=116774168/131524600 swapFree=131057124/131071996
[pid=258861] ppid=258858 vsize=19241304 memory=1884352 CPUtime=103.22 cores=5,7
/proc/258861/stat : 258861 (java) S 258858 258861 258834 0 -1 1077936128 66739 0 1 0 10276 46 0 0 20 0 20 0 30475257 19703095296 471088 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
/proc/258861/statm: 4810326 471088 5942 1 0 664875 0
[pid=258861/tid=258863] ppid=258858 vsize=19241304 memory=-8528527294558085820 CPUtime=96.67 cores=5,7
/proc/258861/task/258863/stat : 258863 (java) S 258858 258861 258834 0 -1 1077936192 21549 0 1 0 9634 33 0 0 20 0 20 0 30475257 19703095296 471088 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258872] ppid=258858 vsize=19241304 memory=0 CPUtime=0 cores=5,7
/proc/258861/task/258872/stat : 258872 (Finalizer) S 258858 258861 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475261 19703095296 471088 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=258879] ppid=258858 vsize=19241304 memory=0 CPUtime=0 cores=5,7
/proc/258861/task/258879/stat : 258879 (Common-Cleaner) S 258858 258861 258834 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 30475261 19703095296 471088 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
[pid=258861/tid=259068] ppid=258858 vsize=19241304 memory=0 CPUtime=0 cores=5,7
/proc/258861/task/259068/stat : 259068 (Thread-0) S 258858 258861 258834 0 -1 1077936192 318 0 0 0 0 0 0 0 20 0 20 0 30485155 19703095296 471088 134679101440 93867965587456 93867965591152 140721995283360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93867965598968 93867965599760 93867982839808 140721995285487 140721995285600 140721995285600 140721995292616 0
Current children cumulated CPU time: 103.22 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1884352 KiB

Child status: 30

Real time (s): 99.0339
CPU time (s): 103.248
CPU user time (s): 102.773
CPU system time (s): 0.475336
CPU usage (%): 104.256
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1884352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.773
system time used= 0.475336
maximum resident set size= 1885384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67082
page faults= 1
swaps= 0
block input operations= 8
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5614
involuntary context switches= 642


# summary of solver processes directly reported to runsolver:
#   pid: 258861
#   total CPU time (s): 103.248
#   total CPU user time (s): 102.773
#   total CPU system time (s): 0.475336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.205588 second user time and 0.548291 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-25 22:31:02
IDJOB=4459653
IDBENCH=148307
IDSOLVER=3046
FILE ID=nodeC025/4459653-1721939462
RUNJOBID= nodeC025-1721939462-258847
SLURM_JOB_ID= 8247246
Free space on /tmp= 890032 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=9-P0=149-P1=419-P2=307-P3=223-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-4459653-1721939462/watcher-4459653-1721939462 -o /tmp/evaluation-result-4459653-1721939462/solver-4459653-1721939462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721939462-258847 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459653-1721939462.opb

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

MD5SUM BENCH= 8b3c64c314aa483a601e57d2781e72b3
RANDOM SEED=1503976896

nodeC025.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		: 1911.948
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.51
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		: 3454.864
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.49
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		: 2508.363
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.51
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		: 3599.539
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.49
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		: 2899.448
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.51
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		: 3007.669
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.49
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		: 2187.512
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.51
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		: 3248.845
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126769620 kB
MemAvailable:   129701476 kB
Buffers:          336964 kB
Cached:          3394252 kB
SwapCached:          236 kB
Active:          2541452 kB
Inactive:        1553468 kB
Active(anon):       4304 kB
Inactive(anon):   412268 kB
Active(file):    2537148 kB
Inactive(file):  1141200 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057124 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:        363500 kB
Mapped:           110744 kB
Shmem:             52872 kB
KReclaimable:     186660 kB
Slab:             311392 kB
SReclaimable:     186660 kB
SUnreclaim:       124732 kB
KernelStack:        3808 kB
PageTables:         9696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     732332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13952 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      379604 kB
DirectMap2M:    40288256 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC025 at 2024-07-25 22:32:41