Trace number 4498047

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 Resolution 2025-06-06OPT3 44.7368 42.6609

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=37-P1=223-P2=197-P3=97-P4=11-P5=157-P6=97-P7=127-P8=79-P9=11-B.opb
MD5SUM60205697a36204ec3d9b8e2d1efac02f
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.056998
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables216
Total number of constraints19
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 constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4498047-1751272220.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
0.13/0.17	c ... done. Wall clock time 0.047s.
0.13/0.17	c declared #vars     216
0.13/0.17	c internal #vars     792
0.13/0.17	c #constraints  1180
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.13/0.17	c 1180 constraints processed.
0.13/0.18	c objective function length is 8 literals
1.09/0.64	c cleaning 2499 clauses out of 5002 with flag 10216/5002
1.60/0.96	c cleaning 4245 clauses out of 8501 with flag 22473/11000
1.98/1.28	c cleaning 5623 clauses out of 11257 with flag 36707/18001
2.47/1.64	c cleaning 6811 clauses out of 13633 with flag 53146/26000
2.88/2.07	c cleaning 7903 clauses out of 15823 with flag 71601/35001
3.20/2.34	c cleaning 8938 clauses out of 17920 with flag 93196/45001
3.70/2.75	c cleaning 9979 clauses out of 19981 with flag 119066/56000
4.01/3.10	c cleaning 10993 clauses out of 22002 with flag 146644/68000
4.78/3.66	c cleaning 11992 clauses out of 24012 with flag 176155/81003
5.39/4.07	c cleaning 13002 clauses out of 26019 with flag 208120/95002
5.88/4.56	c cleaning 13995 clauses out of 28017 with flag 246347/110002
6.39/5.08	c cleaning 15006 clauses out of 30021 with flag 283677/126001
7.02/5.61	c cleaning 15984 clauses out of 32015 with flag 322863/143001
7.34/5.93	c SATISFIABLE
7.34/5.93	c OPTIMIZING...
7.34/5.94	c Got one! Elapsed wall clock time (in seconds):5.816
7.34/5.94	o 45
7.64/6.21	c cleaning 15583 clauses out of 31186 with flag 11914/158156
7.84/6.45	c cleaning 10795 clauses out of 21602 with flag 25598/164155
8.07/6.67	c cleaning 8900 clauses out of 17807 with flag 41977/171155
8.39/6.99	c cleaning 8449 clauses out of 16910 with flag 59166/179158
8.72/7.26	c cleaning 8725 clauses out of 17457 with flag 78516/188155
9.46/7.61	c Got one! Elapsed wall clock time (in seconds):7.492
9.46/7.61	o 21
9.58/7.76	c cleaning 10082 clauses out of 20213 with flag 10694/199636
9.72/7.82	c Got one! Elapsed wall clock time (in seconds):7.704
9.72/7.82	o 17
9.82/7.91	c cleaning 7821 clauses out of 15659 with flag 6622/205164
9.93/8.06	c cleaning 6890 clauses out of 13838 with flag 20264/211164
10.22/8.31	c cleaning 6961 clauses out of 13950 with flag 35611/218166
10.22/8.33	c Got one! Elapsed wall clock time (in seconds):8.208
10.22/8.33	o 9
10.32/8.44	c cleaning 5990 clauses out of 12002 with flag 9168/223179
10.42/8.59	c cleaning 5979 clauses out of 12013 with flag 22053/229180
10.63/8.74	c cleaning 6495 clauses out of 13033 with flag 37887/236179
10.83/8.93	c cleaning 7269 clauses out of 14540 with flag 56131/244181
10.93/9.05	c Got one! Elapsed wall clock time (in seconds):8.927
10.93/9.05	o 5
10.93/9.08	c cleaning 6450 clauses out of 12904 with flag 2280/249814
11.13/9.21	c Got one! Elapsed wall clock time (in seconds):9.092
11.13/9.21	o 3
11.25/9.39	c cleaning 8358 clauses out of 16747 with flag 11202/260107
11.55/9.62	c cleaning 7190 clauses out of 14391 with flag 24729/266109
11.75/9.80	c cleaning 7089 clauses out of 14199 with flag 39807/273107
11.95/10.07	c cleaning 7554 clauses out of 15111 with flag 58304/281108
12.25/10.36	c cleaning 8258 clauses out of 16557 with flag 78926/290108
12.54/10.64	c cleaning 9144 clauses out of 18298 with flag 100591/300107
12.95/11.01	c cleaning 10064 clauses out of 20156 with flag 125353/311109
13.34/11.42	c cleaning 11041 clauses out of 22090 with flag 153434/323107
13.74/11.84	c cleaning 12009 clauses out of 24050 with flag 183547/336108
14.34/12.44	c cleaning 13014 clauses out of 26040 with flag 213868/350108
14.84/12.92	c cleaning 14005 clauses out of 28026 with flag 245727/365108
15.24/13.36	c cleaning 14998 clauses out of 30020 with flag 281359/381107
15.76/13.88	c cleaning 15997 clauses out of 32023 with flag 318110/398108
16.36/14.41	c cleaning 17005 clauses out of 34025 with flag 358152/416107
17.06/15.12	c cleaning 18003 clauses out of 36020 with flag 399439/435107
17.65/15.77	c cleaning 18987 clauses out of 38017 with flag 442552/455107
18.35/16.47	c cleaning 20011 clauses out of 40030 with flag 490237/476107
19.25/17.34	c cleaning 20991 clauses out of 42019 with flag 539512/498107
20.05/18.17	c cleaning 22006 clauses out of 44029 with flag 591063/521108
21.09/19.15	c cleaning 23010 clauses out of 46023 with flag 645788/545109
21.79/19.89	c cleaning 23996 clauses out of 48012 with flag 701922/570108
22.68/20.75	c cleaning 25000 clauses out of 50017 with flag 760439/596109
23.68/21.77	c cleaning 25987 clauses out of 52015 with flag 821215/623107
24.98/23.09	c cleaning 27009 clauses out of 54028 with flag 885603/651107
26.12/24.13	c cleaning 27987 clauses out of 56019 with flag 950234/680107
27.33/25.31	c cleaning 29010 clauses out of 58031 with flag 1016163/710107
28.62/26.64	c cleaning 30005 clauses out of 60021 with flag 1084744/741107
30.03/28.10	c cleaning 31003 clauses out of 62016 with flag 1156128/773107
31.82/29.83	c cleaning 32000 clauses out of 64014 with flag 1229859/806108
33.45/31.49	c cleaning 32996 clauses out of 66014 with flag 1304040/840108
35.85/33.87	c cleaning 33996 clauses out of 68016 with flag 1382348/875107
37.64/35.65	c cleaning 35007 clauses out of 70020 with flag 1462109/911107
39.24/37.27	c cleaning 35996 clauses out of 72013 with flag 1543848/948107
41.18/39.19	c cleaning 37004 clauses out of 74015 with flag 1629620/986107
43.47/41.43	c cleaning 38005 clauses out of 76010 with flag 1718485/1025107
44.67/42.60	c starts		: 2229
44.67/42.61	c conflicts		: 1046872
44.67/42.61	c decisions		: 1217550
44.67/42.61	c propagations		: 19472795
44.67/42.61	c inspects		: 437424463
44.67/42.61	c shortcuts		: 0
44.67/42.61	c learnt literals	: 21
44.67/42.61	c learnt binary clauses	: 35
44.67/42.61	c learnt ternary clauses	: 78
44.67/42.61	c learnt constraints	: 1046850
44.67/42.61	c ignored constraints	: 0
44.67/42.61	c root simplifications	: 0
44.67/42.62	c removed literals (reason simplification)	: 2422103
44.67/42.62	c reason swapping (by a shorter reason)	: 0
44.67/42.62	c Calls to reduceDB	: 62
44.67/42.62	c Number of update (reduction) of LBD	: 43087
44.67/42.62	c Imported unit clauses	: 0
44.67/42.62	c No decision after first conflict	: false
44.67/42.62	c number of reductions to clauses (during analyze)	: 0
44.67/42.62	c number of learned constraints concerned by reduction	: 0
44.67/42.62	c number of learning phase by resolution	: 0
44.67/42.62	c number of learning phase by cutting planes	: 0
44.67/42.62	c number of rounding to 1 operations	: 0
44.67/42.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
44.67/42.62	c number of reductions of the coefficients by power 2 	: 0
44.67/42.62	c number of right shift for reduction by power 2 	: 0
44.67/42.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
44.67/42.62	c number of ending skipping 	: 0
44.67/42.62	c number of internal skipping 	: 0
44.67/42.62	c number of derivation steps 	: 0
44.67/42.62	c number of skipped derivation steps 	: 0
44.67/42.62	c number of remaining unassigned 	: 0
44.67/42.62	c number of remaining assigned 	: 0
44.67/42.62	c number of falsified literals weakened from reason	: 0
44.67/42.62	c number of falsified literals weakened from conflict	: 0
44.67/42.62	c time for arithmetic operations	: 0
44.67/42.63	c minimum degree of deleted constraints	: null
44.67/42.63	c maximum degree of deleted constraints	: null
44.67/42.63	c number of deleted constraints	: 0
44.67/42.63	c speed (assignments/second)	: 458755.50686738756
44.67/42.63	c non guided choices	: 12491
44.67/42.63	s OPTIMUM FOUND
44.67/42.63	c Found 6 solution(s)
44.67/42.63	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 x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 x189 -x190 -x191 -x192 x193 -x194 x195 -x196 x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 x212 -x213 -x214 x215 -x216 
44.67/42.63	c objective function=3
44.67/42.63	c Total wall clock time (in seconds): 42.512

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: 63665 MiB (62852 MiB free)
  memory of node 1: 64507 MiB (60797 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498047-1751272220/watcher-4498047-1751272220 -o /tmp/evaluation-result-4498047-1751272220/solver-4498047-1751272220 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751272214-38928 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498047-1751272220.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=39174, runsolver pid=39171

[startup+0.10006 s]*
/proc/loadavg: 2.37 2.72 3.41 6/314 39200
/proc/meminfo: memFree=126600236/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=18930384 memory=58000 CPUtime=0.13 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 6614 0 0 0 11 2 0 0 20 0 18 0 42899751 19384713216 14500 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4732596 14500 5359 1 0 547677 0
[pid=39174/tid=39176] ppid=39171 vsize=18930384 memory=4026531959 CPUtime=0.08 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 5108 0 0 0 7 1 0 0 20 0 18 0 42899753 19384713216 14500 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=18930384 memory=211342868001 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42899754 19384713216 14500 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=18930384 memory=30002 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 42899755 19384713216 14500 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58000 KiB

[startup+0.205653 s]*
/proc/loadavg: 2.37 2.72 3.41 7/315 39201
/proc/meminfo: memFree=126598236/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=18996948 memory=62736 CPUtime=0.33 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 7312 0 0 0 31 2 0 0 20 0 19 0 42899751 19452874752 15684 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4749237 15684 5487 1 0 548284 0
[pid=39174/tid=39176] ppid=39171 vsize=18996948 memory=4026663031 CPUtime=0.19 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 5383 0 0 0 18 1 0 0 20 0 19 0 42899753 19452874752 15684 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=18996948 memory=211342868001 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42899754 19452874752 15684 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=18996948 memory=30002 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 42899755 19452874752 15684 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42899770 19452874752 15684 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62736 KiB

[startup+0.305499 s]*
/proc/loadavg: 2.37 2.72 3.41 6/316 39202
/proc/meminfo: memFree=126593660/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=18996948 memory=71864 CPUtime=0.52 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 11161 0 0 0 49 3 0 0 20 0 19 0 42899751 19452874752 17966 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4749237 17966 5487 1 0 550108 0
[pid=39174/tid=39176] ppid=39171 vsize=18996948 memory=-6000919502737990508 CPUtime=0.28 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 5387 0 0 0 27 1 0 0 20 0 19 0 42899753 19452874752 17966 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42899754 19452874752 17966 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 42899755 19452874752 17966 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42899770 19452874752 17966 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71864 KiB

[startup+0.700227 s]
/proc/loadavg: 2.37 2.72 3.41 6/315 39214
/proc/meminfo: memFree=126585752/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=18996948 memory=84124 CPUtime=1.28 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 13949 0 0 0 123 5 0 0 20 0 19 0 42899751 19452874752 21031 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4749237 21031 5487 1 0 551939 0
[pid=39174/tid=39176] ppid=39171 vsize=18996948 memory=17792 CPUtime=0.64 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 5445 0 0 0 63 1 0 0 20 0 19 0 42899753 19452874752 21031 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42899754 19452874752 21031 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 42899755 19452874752 21031 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42899770 19452874752 21031 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84124 KiB

[startup+1.50023 s]
/proc/loadavg: 2.37 2.72 3.41 7/337 39256
/proc/meminfo: memFree=126548996/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=18996948 memory=100816 CPUtime=2.37 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 17722 0 0 0 231 6 0 0 20 0 19 0 42899751 19452874752 25204 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4749237 25204 5487 1 0 551940 0
[pid=39174/tid=39176] ppid=39171 vsize=18996948 memory=10752 CPUtime=1.44 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 5756 0 0 0 142 2 0 0 20 0 19 0 42899753 19452874752 25204 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42899754 19452874752 25204 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 42899755 19452874752 25204 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42899770 19452874752 25204 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 100816 KiB

[startup+3.1054 s]
/proc/loadavg: 2.37 2.72 3.41 4/315 39266
/proc/meminfo: memFree=126540296/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=18996948 memory=131672 CPUtime=4.11 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 18673 0 0 0 404 7 0 0 20 0 19 0 42899751 19452874752 32918 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4749237 32918 5487 1 0 551944 0
[pid=39174/tid=39176] ppid=39171 vsize=18996948 memory=10752 CPUtime=3.04 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 6150 0 0 0 302 2 0 0 20 0 19 0 42899753 19452874752 32918 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=18996948 memory=-6000919502737990508 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42899754 19452874752 32918 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 42899755 19452874752 32918 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42899770 19452874752 32918 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 4.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 131672 KiB

[startup+6.30024 s]
/proc/loadavg: 2.66 2.78 3.43 5/317 39536
/proc/meminfo: memFree=126580128/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=19063512 memory=180968 CPUtime=7.74 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 23287 0 0 0 765 9 0 0 20 0 20 0 42899751 19521036288 45242 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4765878 45242 5519 1 0 553392 0
[pid=39174/tid=39176] ppid=39171 vsize=19063512 memory=0 CPUtime=6.21 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 7241 0 0 0 618 3 0 0 20 0 20 0 42899753 19521036288 45242 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42899754 19521036288 45242 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 42899755 19521036288 45242 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=19063512 memory=102864 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42899770 19521036288 45242 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 7.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180968 KiB

[startup+12.7002 s]
/proc/loadavg: 2.85 2.81 3.43 5/338 39583
/proc/meminfo: memFree=126003484/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=19063512 memory=187752 CPUtime=14.64 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 27181 0 0 0 1454 10 0 0 20 0 20 0 42899751 19521036288 46938 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4765878 46938 5551 1 0 553392 0
[pid=39174/tid=39176] ppid=39171 vsize=19063512 memory=102864 CPUtime=12.58 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 8018 0 0 0 1255 3 0 0 20 0 20 0 42899753 19521036288 46938 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42899754 19521036288 46938 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 71 0 0 0 0 0 0 0 20 0 20 0 42899755 19521036288 46938 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=19063512 memory=-6000919502737990508 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42899770 19521036288 46938 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 14.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187752 KiB

[startup+25.5002 s]
/proc/loadavg: 3.10 2.87 3.44 5/339 39585
/proc/meminfo: memFree=124909008/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=19063512 memory=312888 CPUtime=27.53 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 31201 0 0 0 2740 13 0 0 20 0 20 0 42899751 19521036288 78222 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4765878 78222 5551 1 0 553392 0
[pid=39174/tid=39176] ppid=39171 vsize=19063512 memory=0 CPUtime=25.25 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 9348 0 0 0 2522 3 0 0 20 0 20 0 42899753 19521036288 78222 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=19063512 memory=253492 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42899754 19521036288 78222 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=19063512 memory=102864 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 71 0 0 0 0 0 0 0 20 0 20 0 42899755 19521036288 78222 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=19063512 memory=180968 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42899770 19521036288 78222 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 27.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 312888 KiB

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

# cumulated CPU time of all completed processes:  user=44.5731 s, system=0.163676 s

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

[startup+25.6002 s]
/proc/loadavg: 3.10 2.87 3.44 5/339 39585
/proc/meminfo: memFree=124909008/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=19063512 memory=312888 CPUtime=27.63 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 31203 0 0 0 2750 13 0 0 20 0 20 0 42899751 19521036288 78222 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4765878 78222 5551 1 0 553392 0
[pid=39174/tid=39176] ppid=39171 vsize=19063512 memory=5760 CPUtime=25.35 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 9350 0 0 0 2532 3 0 0 20 0 20 0 42899753 19521036288 78222 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42899754 19521036288 78222 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 71 0 0 0 0 0 0 0 20 0 20 0 42899755 19521036288 78222 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=19063512 memory=-6000919502737990508 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42899770 19521036288 78222 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 27.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 312888 KiB

[startup+32.0002 s]*
/proc/loadavg: 3.25 2.91 3.45 5/339 39585
/proc/meminfo: memFree=124539992/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=19063512 memory=355916 CPUtime=34.05 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 32112 0 0 0 3391 14 0 0 20 0 20 0 42899751 19521036288 88979 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4765878 88979 5551 1 0 553392 0
[pid=39174/tid=39176] ppid=39171 vsize=19063512 memory=-6000919507049472876 CPUtime=31.7 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 9444 0 0 0 3167 3 0 0 20 0 20 0 42899753 19521036288 88979 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=19063512 memory=5744 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42899754 19521036288 88979 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=19063512 memory=8960 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 71 0 0 0 0 0 0 0 20 0 20 0 42899755 19521036288 88979 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=19063512 memory=25372 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42899770 19521036288 88979 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 34.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 355916 KiB

[startup+38.4002 s]
/proc/loadavg: 3.31 2.93 3.46 5/339 39585
/proc/meminfo: memFree=124174440/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=19063512 memory=413260 CPUtime=40.48 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 32226 0 0 0 4033 15 0 0 20 0 20 0 42899751 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4765878 103315 5551 1 0 553392 0
[pid=39174/tid=39176] ppid=39171 vsize=19063512 memory=212496 CPUtime=38.04 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 9475 0 0 0 3801 3 0 0 20 0 20 0 42899753 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=19063512 memory=355916 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42899754 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 71 0 0 0 0 0 0 0 20 0 20 0 42899755 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=19063512 memory=280846569895168 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42899770 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 40.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 413260 KiB

[startup+40.0002 s]*
/proc/loadavg: 3.37 2.94 3.46 5/339 39585
/proc/meminfo: memFree=124174440/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=19063512 memory=413260 CPUtime=42.08 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 32229 0 0 0 4193 15 0 0 20 0 20 0 42899751 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4765878 103315 5551 1 0 553392 0
[pid=39174/tid=39176] ppid=39171 vsize=19063512 memory=-6000919507049472876 CPUtime=39.64 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 9478 0 0 0 3961 3 0 0 20 0 20 0 42899753 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=19063512 memory=245635481903 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42899754 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=19063512 memory=57411700523765 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 71 0 0 0 0 0 0 0 20 0 20 0 42899755 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=19063512 memory=3833183648824426528 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42899770 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 42.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 413260 KiB

[startup+41.6002 s]
/proc/loadavg: 3.37 2.94 3.46 5/339 39585
/proc/meminfo: memFree=124121192/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=19063512 memory=413260 CPUtime=43.67 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 32230 0 0 0 4352 15 0 0 20 0 20 0 42899751 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4765878 103315 5551 1 0 553392 0
[pid=39174/tid=39176] ppid=39171 vsize=19063512 memory=14824 CPUtime=41.23 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 9479 0 0 0 4120 3 0 0 20 0 20 0 42899753 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42899754 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=19063512 memory=413260 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 71 0 0 0 0 0 0 0 20 0 20 0 42899755 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=19063512 memory=413260 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42899770 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 43.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 413260 KiB

[startup+42.4002 s]
/proc/loadavg: 3.37 2.94 3.46 5/339 39585
/proc/meminfo: memFree=123998060/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=19063512 memory=413260 CPUtime=44.47 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 32230 0 0 0 4432 15 0 0 20 0 20 0 42899751 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4765878 103315 5551 1 0 553392 0
[pid=39174/tid=39176] ppid=39171 vsize=19063512 memory=355916 CPUtime=42.03 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 9479 0 0 0 4200 3 0 0 20 0 20 0 42899753 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42899754 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=19063512 memory=413260 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 71 0 0 0 0 0 0 0 20 0 20 0 42899755 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=19063512 memory=6784 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42899770 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 44.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 413260 KiB

[startup+42.6002 s]
/proc/loadavg: 3.37 2.94 3.46 5/339 39585
/proc/meminfo: memFree=123998060/131249996 swapFree=33010684/33010684
[pid=39174] ppid=39171 vsize=19063512 memory=413260 CPUtime=44.67 cores=0,2
/proc/39174/stat : 39174 (java) S 39171 39174 38440 0 -1 4194304 32322 0 0 0 4452 15 0 0 20 0 20 0 42899751 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
/proc/39174/statm: 4765878 103315 5551 1 0 553392 0
[pid=39174/tid=39176] ppid=39171 vsize=19063512 memory=6512 CPUtime=42.23 cores=0,2
/proc/39174/task/39176/stat : 39176 (java) R 39171 39174 38440 0 -1 4194368 9558 0 0 0 4220 3 0 0 20 0 20 0 42899753 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39185] ppid=39171 vsize=19063512 memory=413260 CPUtime=0 cores=0,2
/proc/39174/task/39185/stat : 39185 (Finalizer) S 39171 39174 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42899754 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39192] ppid=39171 vsize=19063512 memory=6640 CPUtime=0 cores=0,2
/proc/39174/task/39192/stat : 39192 (Common-Cleaner) S 39171 39174 38440 0 -1 4194368 71 0 0 0 0 0 0 0 20 0 20 0 42899755 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
[pid=39174/tid=39201] ppid=39171 vsize=19063512 memory=1858764 CPUtime=0 cores=0,2
/proc/39174/task/39201/stat : 39201 (Timer-0) S 39171 39174 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42899770 19521036288 103315 18446744073709551615 94422777298944 94422777302640 140726958386496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94422777310456 94422777311248 94422797848576 140726958393729 140726958393830 140726958393830 140726958399432 0
Current children cumulated CPU time: 44.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 413260 KiB

Child status: 30

Real time (s): 42.6609
CPU time (s): 44.7368
CPU user time (s): 44.5731
CPU system time (s): 0.163676
CPU usage (%): 104.866
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 413260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.5731
system time used= 0.163676
maximum resident set size= 414028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34858
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3087
involuntary context switches= 1954


# summary of solver processes directly reported to runsolver:
#   pid: 39174
#   total CPU time (s): 44.7368
#   total CPU user time (s): 44.5731
#   total CPU system time (s): 0.163676

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.095286 second user time and 0.249068 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 10:30:20
IDJOB=4498047
IDBENCH=148450
IDSOLVER=3363
FILE ID=nodeC017/4498047-1751272220
RUNJOBID= nodeC017-1751272214-38928
SLURM_JOB_ID= 9594184
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=37-P1=223-P2=197-P3=97-P4=11-P5=157-P6=97-P7=127-P8=79-P9=11-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498047-1751272220/watcher-4498047-1751272220 -o /tmp/evaluation-result-4498047-1751272220/solver-4498047-1751272220 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751272214-38928 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498047-1751272220.opb

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

MD5SUM BENCH= 60205697a36204ec3d9b8e2d1efac02f
RANDOM SEED=271734916

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3547.442
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3598.141
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.101
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.059
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.057
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3596.892
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3474.123
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3597.419
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126617556 kB
MemAvailable:   129391000 kB
Buffers:            2380 kB
Cached:          3545028 kB
SwapCached:            0 kB
Active:           702632 kB
Inactive:        3239696 kB
Active(anon):     412992 kB
Inactive(anon):       12 kB
Active(file):     289640 kB
Inactive(file):  3239684 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4180 kB
Writeback:             0 kB
AnonPages:        398192 kB
Mapped:           123028 kB
Shmem:             18080 kB
KReclaimable:     166316 kB
Slab:             254604 kB
SReclaimable:     166316 kB
SUnreclaim:        88288 kB
KernelStack:        4936 kB
PageTables:         4272 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4838492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151096 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-30 10:31:03