Trace number 4518326

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-06? (exit code) 3072 2297.68

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/multiple_strongly_correlated/
normalized-knapPI_14_10000_1000_2_-407357.opb
MD5SUMe452967152bd4eb328dd132d733a88a9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-539657
Best CPU time to get the best result obtained on this benchmark0.514935
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20000
Total number of constraints1
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 constraints1
Minimum length of a constraint20000
Maximum length of a constraint20000
Number of terms in the objective function 20000
Biggest coefficient in the objective function 1296
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 14329184
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 99457
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 14329184
Number of bits of the biggest sum of numbers24
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4518326-1751545905.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  objective function found
0.31/0.27	c ... done. Wall clock time 0.139s.
0.31/0.28	c declared #vars     20000
0.31/0.28	c #constraints  1
0.31/0.28	c constraints type 
0.31/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.31/0.28	c 1 constraints processed.
0.31/0.29	c objective function length is 20000 literals
0.51/0.37	c SATISFIABLE
0.51/0.37	c OPTIMIZING...
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.236
0.51/0.37	o -130257
1.48/0.85	c Got one! Elapsed wall clock time (in seconds):0.723
1.48/0.85	o -130374
1.95/1.17	c Got one! Elapsed wall clock time (in seconds):1.042
1.95/1.17	o -130575
2.59/1.56	c Got one! Elapsed wall clock time (in seconds):1.427
2.59/1.56	o -130776
2.91/1.82	c Got one! Elapsed wall clock time (in seconds):1.694
2.91/1.82	o -130977
3.16/2.09	c Got one! Elapsed wall clock time (in seconds):1.959
3.16/2.09	o -131178
3.54/2.35	c Got one! Elapsed wall clock time (in seconds):2.22
3.54/2.35	o -131379
3.95/2.62	c Got one! Elapsed wall clock time (in seconds):2.491
3.95/2.62	o -131580
4.36/2.95	c Got one! Elapsed wall clock time (in seconds):2.824
4.36/2.95	o -131781
4.73/3.21	c Got one! Elapsed wall clock time (in seconds):3.083
4.73/3.21	o -131982
4.95/3.47	c Got one! Elapsed wall clock time (in seconds):3.34
4.95/3.47	o -132183
5.25/3.72	c Got one! Elapsed wall clock time (in seconds):3.595
5.25/3.72	o -132384
5.45/3.98	c Got one! Elapsed wall clock time (in seconds):3.846
5.45/3.98	o -132585
5.80/4.28	c Got one! Elapsed wall clock time (in seconds):4.147
5.80/4.28	o -132786
6.10/4.51	c Got one! Elapsed wall clock time (in seconds):4.375
6.10/4.51	o -132987
6.30/4.73	c Got one! Elapsed wall clock time (in seconds):4.6
6.30/4.73	o -133188
6.50/4.95	c Got one! Elapsed wall clock time (in seconds):4.824
6.50/4.95	o -133389
6.72/5.18	c Got one! Elapsed wall clock time (in seconds):5.049
6.72/5.18	o -133590
7.02/5.40	c Got one! Elapsed wall clock time (in seconds):5.27
7.02/5.40	o -133791
7.22/5.62	c Got one! Elapsed wall clock time (in seconds):5.489
7.22/5.62	o -133992
7.68/6.06	c Got one! Elapsed wall clock time (in seconds):5.93
7.68/6.06	o -134193
31.54/27.90	c cleaning 2743 clauses out of 5490 with flag 10024/5490
75.15/65.19	c cleaning 4375 clauses out of 8750 with flag 22030/11493
136.73/119.14	c cleaning 5687 clauses out of 11375 with flag 36030/18493
215.94/189.02	c cleaning 6839 clauses out of 13685 with flag 52024/26490
332.74/294.10	c cleaning 7924 clauses out of 15847 with flag 70026/35491
474.89/418.88	c cleaning 8956 clauses out of 17923 with flag 90026/45491
560.98/500.75	c cleaning 9984 clauses out of 19967 with flag 112026/56491
711.71/637.05	c cleaning 10987 clauses out of 21984 with flag 136028/68492
860.84/767.71	c cleaning 12000 clauses out of 24000 with flag 162034/81495
997.59/889.95	c cleaning 12973 clauses out of 25995 with flag 190024/95490
1155.82/1032.05	c cleaning 14012 clauses out of 28023 with flag 220027/110491
1327.87/1186.18	c cleaning 15002 clauses out of 30010 with flag 252025/126490
1555.79/1378.24	c cleaning 15986 clauses out of 32009 with flag 286027/143491
1840.84/1594.70	c cleaning 16993 clauses out of 34024 with flag 322029/161492
2633.44/2076.96	
2633.44/2076.96	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (50681 MiB free)
  memory of node 1: 64465 MiB (55577 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4518326-1751545905/watcher-4518326-1751545905 -o /tmp/evaluation-result-4518326-1751545905/solver-4518326-1751545905 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751542626-77713 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4518326-1751545905.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=77971, runsolver pid=77968

[startup+0.10006 s]*
/proc/loadavg: 1.46 1.30 1.23 2/263 77989
/proc/meminfo: memFree=108783876/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=18930384 memory=59816 CPUtime=0.12 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 6559 0 0 0 11 1 0 0 20 0 18 0 70269036 19384713216 14954 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4732596 14954 5361 1 0 547603 0
[pid=77971/tid=77973] ppid=77968 vsize=18930384 memory=4026532029 CPUtime=0.07 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77585 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 70269037 19384713216 14954 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=18930384 memory=232800911689 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70269039 19384713216 14954 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=18930384 memory=56282157697662 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70269040 19384713216 14954 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59816 KiB

[startup+0.205316 s]*
/proc/loadavg: 1.46 1.30 1.23 3/263 77989
/proc/meminfo: memFree=108762704/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=18930384 memory=78968 CPUtime=0.31 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 8378 0 0 0 29 2 0 0 20 0 18 0 70269036 19384713216 19742 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4732596 19742 5425 1 0 548729 0
[pid=77971/tid=77973] ppid=77968 vsize=18930384 memory=32758254098972917 CPUtime=0.17 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77585 0 -1 4194368 5223 0 0 0 16 1 0 0 20 0 18 0 70269037 19384713216 19742 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=18930384 memory=15129 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70269039 19384713216 19742 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=18930384 memory=61788288975733 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70269040 19384713216 19742 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78968 KiB

[startup+0.305271 s]*
/proc/loadavg: 1.50 1.31 1.23 3/263 77989
/proc/meminfo: memFree=108744556/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=18930384 memory=98324 CPUtime=0.51 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 9125 0 0 0 48 3 0 0 20 0 18 0 70269036 19384713216 24581 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4732596 24581 5457 1 0 549285 0
[pid=77971/tid=77973] ppid=77968 vsize=18930384 memory=-6000919472689472872 CPUtime=0.25 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77585 0 -1 4194368 5332 0 0 0 23 2 0 0 20 0 18 0 70269037 19384713216 24581 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70269039 19384713216 24581 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70269040 19384713216 24581 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 98324 KiB

[startup+0.700222 s]
/proc/loadavg: 1.50 1.31 1.23 3/264 77990
/proc/meminfo: memFree=108732332/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=18996948 memory=126836 CPUtime=1.27 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 11018 0 0 0 123 4 0 0 20 0 19 0 70269036 19452874752 31709 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4749237 31709 5489 1 0 550840 0
[pid=77971/tid=77973] ppid=77968 vsize=18996948 memory=18432 CPUtime=0.63 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77585 0 -1 4194368 5389 0 0 0 61 2 0 0 20 0 19 0 70269037 19452874752 31709 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 70269039 19452874752 31709 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=18996948 memory=23860 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 70269040 19452874752 31709 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=18996948 memory=4352 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 70269068 19452874752 31709 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 126836 KiB

[startup+1.50021 s]
/proc/loadavg: 1.50 1.31 1.23 2/264 77990
/proc/meminfo: memFree=108692024/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=216136 CPUtime=2.59 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 16214 0 0 0 252 7 0 0 20 0 20 0 70269036 19521036288 54034 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 54034 5521 1 0 551701 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=10752 CPUtime=1.39 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77585 0 -1 4194368 5996 0 0 0 136 3 0 0 20 0 20 0 70269037 19521036288 54034 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 54034 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 54034 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=140178404641811 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 54034 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 216136 KiB

[startup+3.10552 s]
/proc/loadavg: 1.50 1.31 1.23 3/265 77991
/proc/meminfo: memFree=108568640/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=274076 CPUtime=4.63 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 18013 0 0 0 454 9 0 0 20 0 20 0 70269036 19521036288 68519 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 68519 5521 1 0 551705 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=10752 CPUtime=2.93 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77585 0 -1 4194368 6291 0 0 0 290 3 0 0 20 0 20 0 70269037 19521036288 68519 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=129116 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 68519 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=-6000919472689472872 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 68519 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 68519 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 4.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 274076 KiB

[startup+6.30022 s]
/proc/loadavg: 1.46 1.30 1.23 2/265 77991
/proc/meminfo: memFree=108449856/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=472040 CPUtime=8.05 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 19104 0 0 0 791 14 0 0 20 0 20 0 70269036 19521036288 118010 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 118010 5521 1 0 674944 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=129116 CPUtime=5.93 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77585 0 -1 4194368 6436 0 0 0 590 3 0 0 20 0 20 0 70269037 19521036288 118010 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 118010 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 118010 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=386680 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 118010 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 8.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 472040 KiB

[startup+12.7002 s]
/proc/loadavg: 1.42 1.30 1.23 2/265 77991
/proc/meminfo: memFree=107296864/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=1545760 CPUtime=15 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 21817 0 0 0 1465 35 0 0 20 0 20 0 70269036 19521036288 386440 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 386440 5521 1 0 1324602 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=1156592 CPUtime=11.71 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77585 0 -1 4194368 7010 0 0 0 1161 10 0 0 20 0 20 0 70269037 19521036288 386440 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=1545760 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 386440 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 386440 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 386440 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1545760 KiB

[startup+25.5002 s]
/proc/loadavg: 1.36 1.29 1.23 2/265 77992
/proc/meminfo: memFree=105762380/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=3069560 CPUtime=28.93 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 26879 0 0 0 2829 64 0 0 20 0 20 0 70269036 19521036288 767390 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 767390 5521 1 0 1706873 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=10752 CPUtime=23.39 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77585 0 -1 4194368 7987 0 0 0 2324 15 0 0 20 0 20 0 70269037 19521036288 767390 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=2862192 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 767390 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=3069560 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 767390 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=2862192 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 767390 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 28.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3069560 KiB

[startup+51.1054 s]
/proc/loadavg: 1.35 1.29 1.23 2/268 77996
/proc/meminfo: memFree=103740684/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=5067132 CPUtime=60.28 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 46897 0 0 0 5922 106 0 0 20 0 20 0 70269036 19521036288 1266783 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 1266783 5521 1 0 1838627 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=5632 CPUtime=47.03 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) R 77968 77971 77585 0 -1 4194368 9535 0 0 0 4681 22 0 0 20 0 20 0 70269037 19521036288 1266783 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=5067132 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 1266783 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0

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

/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 4070499 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 2882.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281996 KiB

[startup+2262.3 s]
/proc/loadavg: 2.08 1.94 1.60 3/265 78109
/proc/meminfo: memFree=92519552/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=16281836 CPUtime=3001.77 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 310577 0 0 0 299682 495 0 0 20 0 20 0 70269036 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 4070459 5553 1 0 4082899 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=14344 CPUtime=1693.72 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) S 77968 77971 77585 0 -1 4194368 122261 0 0 0 169275 97 0 0 20 0 20 0 70269037 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=18432 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=18432 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 1148 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=-4050210904893734806 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 3001.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281836 KiB

[startup+2297.68 s]
# the end of solver process 77971 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=3066.99 s, system=5.01149 s

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

[startup+2278.4 s]
/proc/loadavg: 2.15 1.96 1.61 3/265 78109
/proc/meminfo: memFree=92519552/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=16281836 CPUtime=3033.75 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 311162 0 0 0 302879 496 0 0 20 0 20 0 70269036 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 4070459 5553 1 0 4082899 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=14344 CPUtime=1693.72 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) S 77968 77971 77585 0 -1 4194368 122267 0 0 0 169275 97 0 0 20 0 20 0 70269037 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=16281836 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 1184 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=18432 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 3033.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281836 KiB

[startup+2291.2 s]
/proc/loadavg: 2.11 1.96 1.62 3/265 78110
/proc/meminfo: memFree=92519408/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=16281836 CPUtime=3059.2 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 312994 0 0 0 305424 496 0 0 20 0 20 0 70269036 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 4070459 5553 1 0 4082899 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=4760 CPUtime=1693.72 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) S 77968 77971 77585 0 -1 4194368 122267 0 0 0 169275 97 0 0 20 0 20 0 70269037 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=3100 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 1184 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=18432 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 3059.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281836 KiB

[startup+2294.4 s]
/proc/loadavg: 2.11 1.96 1.62 3/265 78111
/proc/meminfo: memFree=92519408/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=16281836 CPUtime=3065.54 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 313630 0 0 0 306058 496 0 0 20 0 20 0 70269036 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 4070459 5553 1 0 4082899 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=16281836 CPUtime=1693.72 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) S 77968 77971 77585 0 -1 4194368 122267 0 0 0 169275 97 0 0 20 0 20 0 70269037 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=18432 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 1184 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 3065.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281836 KiB

[startup+2296 s]*
/proc/loadavg: 2.10 1.96 1.62 3/265 78111
/proc/meminfo: memFree=92519660/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=16281836 CPUtime=3068.72 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 313757 0 0 0 306376 496 0 0 20 0 20 0 70269036 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 4070459 5553 1 0 4082899 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=46336 CPUtime=1693.72 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) S 77968 77971 77585 0 -1 4194368 122267 0 0 0 169275 97 0 0 20 0 20 0 70269037 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=12544 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=-4050210904893605525 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 1184 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=6768 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 3068.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281836 KiB

[startup+2296.8 s]
/proc/loadavg: 2.10 1.96 1.62 3/265 78111
/proc/meminfo: memFree=92519660/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=16281836 CPUtime=3070.3 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 313886 0 0 0 306534 496 0 0 20 0 20 0 70269036 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 4070459 5553 1 0 4082899 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=16281836 CPUtime=1693.72 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) S 77968 77971 77585 0 -1 4194368 122267 0 0 0 169275 97 0 0 20 0 20 0 70269037 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 1184 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=2688 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 3070.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281836 KiB

[startup+2297.2 s]
/proc/loadavg: 2.10 1.96 1.62 3/265 78111
/proc/meminfo: memFree=92519660/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=16281836 CPUtime=3071.09 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 313886 0 0 0 306613 496 0 0 20 0 20 0 70269036 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 4070459 5553 1 0 4082899 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=4352 CPUtime=1693.72 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) S 77968 77971 77585 0 -1 4194368 122267 0 0 0 169275 97 0 0 20 0 20 0 70269037 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=-6000919472689472872 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=25424 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 1184 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=18552 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 3071.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281836 KiB

[startup+2297.6 s]
/proc/loadavg: 2.10 1.96 1.62 3/265 78111
/proc/meminfo: memFree=92519660/131249988 swapFree=33010416/33010684
[pid=77971] ppid=77968 vsize=19063512 memory=16281836 CPUtime=3071.88 cores=4,6
/proc/77971/stat : 77971 (java) S 77968 77971 77585 0 -1 4194304 313886 0 0 0 306692 496 0 0 20 0 20 0 70269036 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
/proc/77971/statm: 4765878 4070459 5553 1 0 4082899 0
[pid=77971/tid=77973] ppid=77968 vsize=19063512 memory=0 CPUtime=1693.72 cores=4,6
/proc/77971/task/77973/stat : 77973 (java) S 77968 77971 77585 0 -1 4194368 122267 0 0 0 169275 97 0 0 20 0 20 0 70269037 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77982] ppid=77968 vsize=19063512 memory=18432 CPUtime=0 cores=4,6
/proc/77971/task/77982/stat : 77982 (Finalizer) S 77968 77971 77585 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70269039 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77989] ppid=77968 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/77971/task/77989/stat : 77989 (Common-Cleaner) S 77968 77971 77585 0 -1 4194368 1184 0 0 0 0 0 0 0 20 0 20 0 70269040 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
[pid=77971/tid=77990] ppid=77968 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/77971/task/77990/stat : 77990 (Timer-0) S 77968 77971 77585 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70269068 19521036288 4070459 18446744073709551615 94203746013184 94203746016880 140733810021440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94203746024696 94203746025488 94203768524800 140733810022785 140733810022886 140733810022886 140733810028488 0
Current children cumulated CPU time: 3071.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16281836 KiB

Child status: 1

Real time (s): 2297.68
CPU time (s): 3072
CPU user time (s): 3066.99
CPU system time (s): 5.01149
CPU usage (%): 133.7
Max. virtual memory (cumulated for all children) (KiB): 19069672
Max. memory (cumulated for all children) (KiB): 16281996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3066.99
system time used= 5.01149
maximum resident set size= 16281996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313963
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75195
involuntary context switches= 39440


# summary of solver processes directly reported to runsolver:
#   pid: 77971
#   total CPU time (s): 3072
#   total CPU user time (s): 3066.99
#   total CPU system time (s): 5.01149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.66758 second user time and 11.3604 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-03 14:31:45
IDJOB=4518326
IDBENCH=176901
IDSOLVER=3363
FILE ID=nodeC031/4518326-1751545905
RUNJOBID= nodeC031-1751542626-77713
SLURM_JOB_ID= 9598706
Free space on /tmp= 432096 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/multiple_strongly_correlated/normalized-knapPI_14_10000_1000_2_-407357.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4518326-1751545905/watcher-4518326-1751545905 -o /tmp/evaluation-result-4518326-1751545905/solver-4518326-1751545905 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751542626-77713 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4518326-1751545905.opb

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

MD5SUM BENCH= e452967152bd4eb328dd132d733a88a9
RANDOM SEED=1631583798

nodeC031 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		: 3600.671
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	: 6999.78
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		: 3700.000
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	: 6999.78
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		: 3601.412
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	: 6999.78
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		: 3700.000
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	: 6999.78
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		: 3628.629
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	: 6999.78
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		: 1199.730
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	: 6999.78
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		: 3599.880
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	: 6999.78
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		: 1690.219
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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        108809140 kB
MemAvailable:   129628392 kB
Buffers:            2128 kB
Cached:         21503520 kB
SwapCached:           12 kB
Active:           487480 kB
Inactive:       21096812 kB
Active(anon):      86228 kB
Inactive(anon):    10468 kB
Active(file):     401252 kB
Inactive(file): 21086344 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               976 kB
Writeback:            36 kB
AnonPages:         81732 kB
Mapped:           103976 kB
Shmem:             18052 kB
KReclaimable:     341788 kB
Slab:             434424 kB
SReclaimable:     341788 kB
SUnreclaim:        92636 kB
KernelStack:        3984 kB
PageTables:         2632 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     345588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432096 MiB
End job on nodeC031 at 2025-07-03 15:10:03