Trace number 4456209

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12OPTIMUM 56.3127 52.7255

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966483--soft-0-100-0.wbo
MD5SUM8c76a6ecd3f287ba954f7f96ea04e868
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark0.338837
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1298
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version CUSTOM.v20240707
0.11/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.14	c java.vm.version	22.0.1+8-16
0.11/0.14	c java.vm.vendor	Oracle Corporation
0.11/0.14	c sun.arch.data.model	64
0.11/0.14	c java.version		22.0.1
0.11/0.14	c os.name		Linux
0.11/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.14	c os.arch		amd64
0.11/0.14	c Free memory 		2115194816
0.11/0.14	c Max memory 		16282288128
0.11/0.14	c Total memory 		2122317824
0.11/0.14	c Number of processors 	2
0.11/0.21	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.21	 - never skip resolution steps
0.11/0.21	 - Auto-division on coefficients is disabled
0.11/0.21	 - No postprocessing
0.11/0.21	 - Conflict is considered as is when resolving
0.11/0.21	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.11/0.21	 - Weaken first using unassigned literals
0.11/0.21	 - Bump strategy: ALWAYS_ONE
0.11/0.21	 - Bumper: ASSIGNED
0.11/0.21	--- Begin Solver configuration ---
0.11/0.21	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.11/0.21	Learn all clauses as in MiniSAT
0.11/0.21	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.21	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.21	No reason simplification
0.11/0.21	Armin Biere (Picosat) restarts strategy
0.11/0.21	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.11/0.21	timeout=2147483s
0.11/0.21	DB Simplification allowed=false
0.11/0.21	Listener: none
0.11/0.21	--- End Solver configuration ---
0.11/0.23	c Pseudo Boolean Optimization by upper bound
0.11/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.23	c  - never skip resolution steps
0.11/0.23	c  - Auto-division on coefficients is disabled
0.11/0.23	c  - No postprocessing
0.11/0.23	c  - Conflict is considered as is when resolving
0.11/0.23	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.11/0.23	c  - Weaken first using unassigned literals
0.11/0.23	c  - Bump strategy: ALWAYS_ONE
0.11/0.23	c  - Bumper: ASSIGNED
0.11/0.23	c --- Begin Solver configuration ---
0.11/0.23	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.11/0.23	c Learn all clauses as in MiniSAT
0.11/0.23	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.23	c No reason simplification
0.11/0.23	c Armin Biere (Picosat) restarts strategy
0.11/0.23	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.11/0.23	c timeout=2147483s
0.11/0.23	c DB Simplification allowed=false
0.11/0.23	c Listener: none
0.11/0.23	c --- End Solver configuration ---
0.11/0.23	c solving HOME/instance-4456209-1721719105.wbo
0.11/0.23	c reading problem ... 
0.34/0.26	c ... done. Wall clock time 0.041s.
0.34/0.26	c declared #vars     169
0.34/0.26	c internal #vars     270
0.34/0.26	c #constraints  102
0.34/0.26	c constraints type 
0.34/0.26	c org.sat4j.specs.Constr$1 => 1
0.34/0.26	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 71
0.34/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.34/0.26	c 102 constraints processed.
0.34/0.28	c objective function length is 101 literals
0.68/0.45	c SATISFIABLE
0.68/0.45	c OPTIMIZING...
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.236
0.68/0.46	o 3796
1.20/0.78	c Got one! Elapsed wall clock time (in seconds):0.551
1.20/0.78	o 3730
2.01/1.18	c Got one! Elapsed wall clock time (in seconds):0.962
2.01/1.18	o 3724
2.97/1.61	c Got one! Elapsed wall clock time (in seconds):1.396
2.97/1.61	o 3722
4.15/2.26	c Got one! Elapsed wall clock time (in seconds):2.033
4.15/2.26	o 3713
6.05/3.43	c Got one! Elapsed wall clock time (in seconds):3.21
6.05/3.43	o 3697
7.08/4.41	c Got one! Elapsed wall clock time (in seconds):4.187
7.08/4.41	o 3686
8.91/5.95	c Got one! Elapsed wall clock time (in seconds):5.734
8.91/5.95	o 3685
11.54/8.43	c Got one! Elapsed wall clock time (in seconds):8.209
11.54/8.43	o 3681
16.77/13.69	c Got one! Elapsed wall clock time (in seconds):13.475
16.77/13.69	o 3680
18.53/15.35	c Got one! Elapsed wall clock time (in seconds):15.137
18.53/15.35	o 3627
22.36/18.91	c Got one! Elapsed wall clock time (in seconds):18.693
22.36/18.91	o 3614
27.77/24.37	c Got one! Elapsed wall clock time (in seconds):24.148
27.77/24.37	o 3613
36.47/33.02	c Got one! Elapsed wall clock time (in seconds):32.801
36.47/33.02	o 3611
45.17/41.77	c Got one! Elapsed wall clock time (in seconds):41.55
45.17/41.77	o 143
46.17/42.77	c Got one! Elapsed wall clock time (in seconds):42.556
46.17/42.77	o 130
50.16/46.77	c Got one! Elapsed wall clock time (in seconds):46.558
50.16/46.78	o 129
54.85/51.47	c Got one! Elapsed wall clock time (in seconds):51.254
54.85/51.47	o 126
55.26/51.88	c Got one! Elapsed wall clock time (in seconds):51.66
55.26/51.88	o 31
55.57/52.20	c Got one! Elapsed wall clock time (in seconds):51.978
55.57/52.20	o 19
56.12/52.67	c starts		: 34
56.12/52.68	c conflicts		: 2944
56.12/52.69	c decisions		: 19013
56.12/52.69	c propagations		: 100353
56.12/52.69	c inspects		: 14003631
56.12/52.69	c shortcuts		: 0
56.12/52.69	c learnt literals	: 0
56.12/52.69	c learnt binary clauses	: 0
56.12/52.69	c learnt ternary clauses	: 0
56.12/52.69	c learnt constraints	: 2944
56.12/52.69	c ignored constraints	: 0
56.12/52.69	c root simplifications	: 0
56.12/52.69	c removed literals (reason simplification)	: 0
56.12/52.69	c reason swapping (by a shorter reason)	: 0
56.12/52.69	c Calls to reduceDB	: 0
56.12/52.69	c Number of update (reduction) of LBD	: 0
56.12/52.69	c Imported unit clauses	: 0
56.12/52.69	c No decision after first conflict	: false
56.12/52.69	c number of reductions to clauses (during analyze)	: 0
56.12/52.69	c number of learned constraints concerned by reduction	: 0
56.12/52.69	c number of learning phase by resolution	: 0
56.12/52.69	c number of learning phase by cutting planes	: 0
56.12/52.69	c number of rounding to 1 operations	: 10312
56.12/52.69	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
56.12/52.69	c number of reductions of the coefficients by power 2 	: 0
56.12/52.69	c number of right shift for reduction by power 2 	: 0
56.12/52.69	c number of reductions of the coefficients by GCD over coefficients 	: 0
56.12/52.69	c number of ending skipping 	: 0
56.12/52.69	c number of internal skipping 	: 0
56.12/52.69	c number of derivation steps 	: 18047
56.12/52.69	c number of skipped derivation steps 	: 0
56.12/52.69	c number of remaining unassigned 	: 3043
56.12/52.69	c number of remaining assigned 	: 448235
56.12/52.69	c number of falsified literals weakened from reason	: 0
56.12/52.69	c number of falsified literals weakened from conflict	: 0
56.12/52.69	c time for arithmetic operations	: 44685674
56.12/52.69	c minimum degree of deleted constraints	: null
56.12/52.69	c maximum degree of deleted constraints	: null
56.12/52.69	c number of deleted constraints	: 0
56.12/52.69	c speed (assignments/second)	: 1915.2066872781402
56.12/52.69	c non guided choices	: 322
56.12/52.69	s OPTIMUM FOUND
56.12/52.69	c Found 20 solution(s)
56.29/52.70	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 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 
56.29/52.70	c objective function=19
56.29/52.70	c Total wall clock time (in seconds): 52.485

Verifier Data

OK	19

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (57581 MiB free)
  memory of node 1: 64473 MiB (60590 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456209-1721719105/watcher-4456209-1721719105 -o /tmp/evaluation-result-4456209-1721719105/solver-4456209-1721719105 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721718431-77611 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456209-1721719105.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=78118, runsolver pid=78115

[startup+0.100378 s]*
/proc/loadavg: 4.30 3.99 3.02 5/312 78136
/proc/meminfo: memFree=120972544/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=18993908 memory=57568 CPUtime=0.11 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 6613 0 0 0 9 2 0 0 20 0 18 0 7900305 19449761792 14392 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4748477 14392 5906 1 0 550897 0
[pid=78118/tid=78120] ppid=78115 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 5549 0 0 0 7 1 0 0 20 0 18 0 7900305 19449761792 14392 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=18993908 memory=232851243367 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7900308 19449761792 14392 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=18993908 memory=3761975942948656479 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7900309 19449761792 14424 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57568 KiB

[startup+0.220388 s]*
/proc/loadavg: 4.30 3.99 3.02 7/312 78136
/proc/meminfo: memFree=120962676/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=18993908 memory=68080 CPUtime=0.34 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 7665 0 0 0 31 3 0 0 20 0 18 0 7900305 19449761792 17020 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4748477 17020 6008 1 0 551771 0
[pid=78118/tid=78120] ppid=78115 vsize=18993908 memory=664970838410264707 CPUtime=0.2 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 6138 0 0 0 18 2 0 0 20 0 18 0 7900305 19449761792 17020 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=18993908 memory=1652 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7900308 19449761792 17020 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=18993908 memory=3544395815948961836 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7900309 19449761792 17020 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 68080 KiB

[startup+0.327383 s]*
/proc/loadavg: 4.30 3.99 3.02 7/313 78137
/proc/meminfo: memFree=120956760/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19060472 memory=73720 CPUtime=0.51 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 7928 0 0 0 48 3 0 0 20 0 19 0 7900305 19517923328 18430 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4765118 18430 6146 1 0 552193 0
[pid=78118/tid=78120] ppid=78115 vsize=19060472 memory=-6000919485658784872 CPUtime=0.27 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 6261 0 0 0 25 2 0 0 20 0 19 0 7900305 19517923328 18430 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7900308 19517923328 18430 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7900309 19517923328 18430 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 7900334 19517923328 18430 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 73720 KiB

[startup+0.701822 s]
/proc/loadavg: 4.30 3.99 3.02 6/313 78137
/proc/meminfo: memFree=120931776/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19060472 memory=128904 CPUtime=1.2 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 10258 0 0 0 116 4 0 0 20 0 19 0 7900305 19517923328 32226 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4765118 32226 6146 1 0 553571 0
[pid=78118/tid=78120] ppid=78115 vsize=19060472 memory=12312 CPUtime=0.62 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 6348 0 0 0 60 2 0 0 20 0 19 0 7900305 19517923328 32226 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19060472 memory=12312 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7900308 19517923328 32226 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19060472 memory=115332 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7900309 19517923328 32226 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19060472 memory=1960 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 7900334 19517923328 32226 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 128904 KiB

[startup+1.50037 s]
/proc/loadavg: 4.30 3.99 3.02 6/314 78139
/proc/meminfo: memFree=120859628/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19127036 memory=177748 CPUtime=2.77 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 16881 0 0 0 270 7 0 0 20 0 20 0 7900305 19586084864 44437 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4781759 44437 6193 1 0 556055 0
[pid=78118/tid=78120] ppid=78115 vsize=19127036 memory=12312 CPUtime=1.4 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 6993 0 0 0 136 4 0 0 20 0 20 0 7900305 19586084864 44437 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7900308 19586084864 44437 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7900309 19586084864 44437 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19127036 memory=65 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7900334 19586084864 44437 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 177748 KiB

[startup+3.10569 s]
/proc/loadavg: 4.43 4.02 3.03 6/314 78139
/proc/meminfo: memFree=120762604/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19127036 memory=267300 CPUtime=5.7 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 19845 0 0 0 560 10 0 0 20 0 20 0 7900305 19586084864 66825 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4781759 66825 6193 1 0 556394 0
[pid=78118/tid=78120] ppid=78115 vsize=19127036 memory=0 CPUtime=2.96 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 7474 0 0 0 291 5 0 0 20 0 20 0 7900305 19586084864 66825 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7900308 19586084864 66825 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19127036 memory=182348 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7900309 19586084864 66825 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19127036 memory=12312 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7900334 19586084864 66825 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 267300 KiB

[startup+6.30045 s]
/proc/loadavg: 4.43 4.02 3.03 5/314 78139
/proc/meminfo: memFree=120455228/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19127036 memory=574732 CPUtime=9.45 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 20648 0 0 0 927 18 0 0 20 0 20 0 7900305 19586084864 143683 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4781759 143683 6193 1 0 556395 0
[pid=78118/tid=78120] ppid=78115 vsize=19127036 memory=12312 CPUtime=6.1 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 7629 0 0 0 598 12 0 0 20 0 20 0 7900305 19586084864 143683 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7900308 19586084864 143683 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7900309 19586084864 143683 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19127036 memory=8110268427993965960 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7900334 19586084864 143683 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 9.45 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 574732 KiB

[startup+12.7005 s]
/proc/loadavg: 4.40 4.02 3.04 5/314 78141
/proc/meminfo: memFree=120304316/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19127036 memory=724416 CPUtime=15.87 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 23314 0 0 0 1566 21 0 0 20 0 20 0 7900305 19586084864 181104 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4781759 181104 6193 1 0 556395 0
[pid=78118/tid=78120] ppid=78115 vsize=19127036 memory=0 CPUtime=12.37 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 8542 0 0 0 1223 14 0 0 20 0 20 0 7900305 19586084864 181104 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7900308 19586084864 181104 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19127036 memory=712120 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7900309 19586084864 181104 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19127036 memory=12312 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7900334 19586084864 181104 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 15.87 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 724416 KiB

[startup+25.5005 s]
/proc/loadavg: 4.31 4.02 3.05 5/314 78142
/proc/meminfo: memFree=119654400/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19127036 memory=1333880 CPUtime=28.96 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 33206 0 0 0 2860 36 0 0 20 0 20 0 7900305 19586084864 333470 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4781759 333470 6193 1 0 556769 0
[pid=78118/tid=78120] ppid=78115 vsize=19127036 memory=712120 CPUtime=24.96 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 11601 0 0 0 2470 26 0 0 20 0 20 0 7900305 19586084864 333470 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19127036 memory=1329784 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7900308 19586084864 333470 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19127036 memory=4750 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7900309 19586084864 333470 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19127036 memory=998876 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7900334 19586084864 333470 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 28.96 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1333880 KiB

[startup+51.1134 s]
/proc/loadavg: 4.27 4.03 3.09 5/314 78147
/proc/meminfo: memFree=119621132/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19127036 memory=1344156 CPUtime=54.57 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 38566 0 0 0 5419 38 0 0 20 0 20 0 7900305 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4781759 336039 6193 1 0 556769 0
[pid=78118/tid=78120] ppid=78115 vsize=19127036 memory=1344156 CPUtime=50.38 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 14349 0 0 0 5011 27 0 0 20 0 20 0 7900305 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19127036 memory=-6000919485658784872 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7900308 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19127036 memory=1342096 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7900309 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19127036 memory=11540 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7900334 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 54.57 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1344156 KiB

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

# cumulated CPU time of all completed processes:  user=55.9074 s, system=0.405316 s

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

[startup+51.2006 s]
/proc/loadavg: 4.27 4.03 3.09 5/314 78147
/proc/meminfo: memFree=119621132/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19127036 memory=1344156 CPUtime=54.65 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 38573 0 0 0 5427 38 0 0 20 0 20 0 7900305 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4781759 336039 6193 1 0 556769 0
[pid=78118/tid=78120] ppid=78115 vsize=19127036 memory=724416 CPUtime=50.47 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 14356 0 0 0 5020 27 0 0 20 0 20 0 7900305 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19127036 memory=132 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7900308 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19127036 memory=65 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7900309 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19127036 memory=316 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7900334 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 54.65 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1344156 KiB

[startup+52.0004 s]*
/proc/loadavg: 4.27 4.03 3.09 5/314 78147
/proc/meminfo: memFree=119621060/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19127036 memory=1344156 CPUtime=55.47 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 38628 0 0 0 5508 39 0 0 20 0 20 0 7900305 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4781759 336039 6193 1 0 556769 0
[pid=78118/tid=78120] ppid=78115 vsize=19127036 memory=-6000919485658784872 CPUtime=51.27 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 14409 0 0 0 5100 27 0 0 20 0 20 0 7900305 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19127036 memory=2752 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7900308 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19127036 memory=4604 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7900309 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19127036 memory=1333892 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7900334 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 55.47 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1344156 KiB

[startup+52.4004 s]
/proc/loadavg: 4.27 4.03 3.09 5/314 78147
/proc/meminfo: memFree=119621060/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19127036 memory=1344156 CPUtime=55.86 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 38691 0 0 0 5547 39 0 0 20 0 20 0 7900305 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4781759 336039 6193 1 0 556769 0
[pid=78118/tid=78120] ppid=78115 vsize=19127036 memory=1344156 CPUtime=51.66 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 14433 0 0 0 5139 27 0 0 20 0 20 0 7900305 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19127036 memory=11540 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7900308 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19127036 memory=31960 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7900309 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19127036 memory=19480 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7900334 19586084864 336039 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 55.86 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1344156 KiB

[startup+52.6004 s]
/proc/loadavg: 4.27 4.03 3.09 5/314 78147
/proc/meminfo: memFree=119621060/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19127036 memory=1344168 CPUtime=56.12 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 39599 0 0 0 5573 39 0 0 20 0 20 0 7900305 19586084864 336042 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4781759 336042 6193 1 0 556769 0
[pid=78118/tid=78120] ppid=78115 vsize=19127036 memory=1960 CPUtime=51.86 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) R 78115 78118 77597 0 -1 4194368 14447 0 0 0 5159 27 0 0 20 0 20 0 7900305 19586084864 336042 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19127036 memory=1344156 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7900308 19586084864 336042 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19127036 memory=3428 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7900309 19586084864 336042 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78137] ppid=78115 vsize=19127036 memory=1536 CPUtime=0 cores=5,7
/proc/78118/task/78137/stat : 78137 (Timer-0) S 78115 78118 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7900334 19586084864 336042 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 56.12 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1344168 KiB

[startup+52.7026 s]
/proc/loadavg: 4.27 4.03 3.09 5/314 78147
/proc/meminfo: memFree=119621060/131655788 swapFree=131071996/131071996
[pid=78118] ppid=78115 vsize=19260164 memory=1344628 CPUtime=56.29 cores=5,7
/proc/78118/stat : 78118 (java) S 78115 78118 77597 0 -1 1077936128 41161 0 0 0 5590 39 0 0 20 0 20 0 7900305 19722407936 336157 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
/proc/78118/statm: 4815041 336157 6192 1 0 557419 0
[pid=78118/tid=78120] ppid=78115 vsize=19260164 memory=-6000919485658784872 CPUtime=51.91 cores=5,7
/proc/78118/task/78120/stat : 78120 (java) S 78115 78118 77597 0 -1 1077936192 15393 0 0 0 5164 27 0 0 20 0 20 0 7900305 19722407936 336157 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78129] ppid=78115 vsize=19260164 memory=1342096 CPUtime=0 cores=5,7
/proc/78118/task/78129/stat : 78129 (Finalizer) S 78115 78118 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7900308 19722407936 336157 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
[pid=78118/tid=78136] ppid=78115 vsize=19260164 memory=18024 CPUtime=0 cores=5,7
/proc/78118/task/78136/stat : 78136 (Common-Cleaner) S 78115 78118 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7900309 19722407936 336157 134679101440 94105824481280 94105824484976 140737270484912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94105824492792 94105824493584 94105844629504 140737270490099 140737270490212 140737270490212 140737270497224 0
Current children cumulated CPU time: 56.29 s
Current children cumulated vsize: 19260164 KiB
Current children cumulated memory: 1344628 KiB

Child status: 30

Real time (s): 52.7255
CPU time (s): 56.3127
CPU user time (s): 55.9074
CPU system time (s): 0.405316
CPU usage (%): 106.804
Max. virtual memory (cumulated for all children) (KiB): 19260164
Max. memory (cumulated for all children) (KiB): 1344628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.9074
system time used= 0.405316
maximum resident set size= 1345928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41473
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2462
involuntary context switches= 418


# summary of solver processes directly reported to runsolver:
#   pid: 78118
#   total CPU time (s): 56.3127
#   total CPU user time (s): 55.9074
#   total CPU system time (s): 0.405316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.276639 second user time and 0.618153 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-23 09:18:25
IDJOB=4456209
IDBENCH=143293
IDSOLVER=3035
FILE ID=nodeC011/4456209-1721719105
RUNJOBID= nodeC011-1721718431-77611
SLURM_JOB_ID= 7770416
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110966483--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456209-1721719105/watcher-4456209-1721719105 -o /tmp/evaluation-result-4456209-1721719105/solver-4456209-1721719105 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721718431-77611 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456209-1721719105.wbo

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

MD5SUM BENCH= 8c76a6ecd3f287ba954f7f96ea04e868
RANDOM SEED=1062961412

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121008276 kB
MemAvailable:   123804964 kB
Buffers:          135404 kB
Cached:          3461660 kB
SwapCached:            0 kB
Active:           857344 kB
Inactive:        9229856 kB
Active(anon):       1480 kB
Inactive(anon):  6517828 kB
Active(file):     855864 kB
Inactive(file):  2712028 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:       6489820 kB
Mapped:           119004 kB
Shmem:             29504 kB
KReclaimable:     137992 kB
Slab:             232236 kB
SReclaimable:     137992 kB
SUnreclaim:        94244 kB
KernelStack:        4700 kB
PageTables:        22416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9052328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17536 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6203392 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:      254792 kB
DirectMap2M:    21669888 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC011 at 2024-07-23 09:19:17