Trace number 4505638

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) 2498 1764.47

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_0null20mast_rapportOE1.0_TMAX180_K67_cod1.opb
MD5SUM80f0935d0a86591f889a9638d17fdf07
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-370567
Best CPU time to get the best result obtained on this benchmark7882.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 32076
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 94230312
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 94230312
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.21	c java.vm.vendor	Oracle Corporation
0.11/0.21	c sun.arch.data.model	64
0.11/0.21	c java.version		22.0.1
0.11/0.21	c os.name		Linux
0.11/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.21	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.45/0.35	c Pseudo Boolean Optimization by upper bound
0.45/0.35	c --- Begin Solver configuration ---
0.45/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.45/0.35	c Learn all clauses as in MiniSAT
0.45/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.45/0.35	c Expensive reason simplification
0.45/0.35	c Glucose 2.1 dynamic restart strategy
0.45/0.35	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.45/0.35	c timeout=2147483s
0.45/0.35	c DB Simplification allowed=false
0.45/0.35	c Listener: none
0.45/0.35	c --- End Solver configuration ---
0.45/0.35	c solving HOME/instance-4505638-1751483518.opb
0.45/0.35	c reading problem ... 
0.45/0.36	c  objective function found
2.08/1.29	c ... done. Wall clock time 0.937s.
2.08/1.29	c declared #vars     40451
2.08/1.29	c #constraints  40950
2.08/1.29	c constraints type 
2.08/1.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
2.08/1.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
2.08/1.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.08/1.29	c org.sat4j.specs.Constr$1 => 1
2.08/1.29	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
2.08/1.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.08/1.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36498
2.08/1.29	c 40950 constraints processed.
2.29/1.31	c objective function length is 32076 literals
3.69/2.08	c SATISFIABLE
3.69/2.08	c OPTIMIZING...
3.69/2.08	c Got one! Elapsed wall clock time (in seconds):1.724
3.69/2.08	o -21892
4.27/2.38	c Got one! Elapsed wall clock time (in seconds):2.025
4.27/2.38	o -23167
12.64/9.56	c Got one! Elapsed wall clock time (in seconds):9.207
12.64/9.56	o -25553
13.01/9.70	c Got one! Elapsed wall clock time (in seconds):9.351
13.01/9.70	o -64504
111.46/97.06	c cleaning 2983 clauses out of 5985 with flag 12654/6025
180.82/145.83	c cleaning 4501 clauses out of 9002 with flag 25850/12025
265.94/215.43	c cleaning 5751 clauses out of 11501 with flag 41566/19025
393.22/325.13	c cleaning 6873 clauses out of 13751 with flag 59081/27026
550.32/461.72	c cleaning 7939 clauses out of 15877 with flag 78742/36025
768.13/635.04	c cleaning 8968 clauses out of 17938 with flag 100280/46025
1072.98/868.90	c cleaning 9985 clauses out of 19971 with flag 123649/57026
1472.15/1180.77	c cleaning 10991 clauses out of 21986 with flag 149337/69026
1995.53/1511.55	
1995.53/1511.55	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: 63794 MiB (55482 MiB free)
  memory of node 1: 64507 MiB (60884 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505638-1751483518/watcher-4505638-1751483518 -o /tmp/evaluation-result-4505638-1751483518/solver-4505638-1751483518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751476316-66851 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4505638-1751483518.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=67781, runsolver pid=67778

[startup+0.100071 s]*
/proc/loadavg: 4.26 4.13 4.14 6/286 67799
/proc/meminfo: memFree=119151644/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=18930384 memory=48248 CPUtime=0.11 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 5765 0 0 0 8 3 0 0 20 0 18 0 64031148 19384713216 12062 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4732596 12062 5301 1 0 546978 0
[pid=67781/tid=67783] ppid=67778 vsize=18930384 memory=4026531961 CPUtime=0.08 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) R 67778 67781 66841 0 -1 4194368 4652 0 0 0 6 2 0 0 20 0 18 0 64031150 19384713216 12062 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=18930384 memory=12911 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64031155 19384713216 12062 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=18930384 memory=54100331070485 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64031156 19384713216 12062 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48248 KiB

[startup+0.214079 s]*
/proc/loadavg: 4.26 4.13 4.14 6/286 67799
/proc/meminfo: memFree=119150636/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=18930384 memory=53224 CPUtime=0.28 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 6441 0 0 0 24 4 0 0 20 0 18 0 64031148 19384713216 13306 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4732596 13306 5365 1 0 547532 0
[pid=67781/tid=67783] ppid=67778 vsize=18930384 memory=7236794705693049133 CPUtime=0.17 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) R 67778 67781 66841 0 -1 4194368 4976 0 0 0 15 2 0 0 20 0 18 0 64031150 19384713216 13306 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=18930384 memory=237112668487 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64031155 19384713216 13306 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=18930384 memory=14036 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64031156 19384713216 13306 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53224 KiB

[startup+0.314993 s]*
/proc/loadavg: 4.26 4.13 4.14 7/286 67799
/proc/meminfo: memFree=119146984/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=18930384 memory=58396 CPUtime=0.45 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 6713 0 0 0 40 5 0 0 20 0 18 0 64031148 19384713216 14599 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4732596 14599 5365 1 0 547745 0
[pid=67781/tid=67783] ppid=67778 vsize=18930384 memory=-6000919472672826729 CPUtime=0.26 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) R 67778 67781 66841 0 -1 4194368 5142 0 0 0 23 3 0 0 20 0 18 0 64031150 19384713216 14599 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64031155 19384713216 14599 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64031156 19384713216 14599 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58396 KiB

[startup+0.700318 s]
/proc/loadavg: 4.26 4.13 4.14 6/286 67799
/proc/meminfo: memFree=119134708/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=18930384 memory=94384 CPUtime=1.15 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 9165 0 0 0 108 7 0 0 20 0 18 0 64031148 19384713216 23596 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4732596 23596 5429 1 0 549320 0
[pid=67781/tid=67783] ppid=67778 vsize=18930384 memory=11136 CPUtime=0.55 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) R 67778 67781 66841 0 -1 4194368 5272 0 0 0 51 4 0 0 20 0 18 0 64031150 19384713216 23596 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=18930384 memory=11136 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64031155 19384713216 23596 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=18930384 memory=33 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 64031156 19384713216 23596 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94384 KiB

[startup+1.5003 s]
/proc/loadavg: 4.26 4.13 4.14 7/287 67800
/proc/meminfo: memFree=119036020/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=185512 CPUtime=2.68 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 11468 0 0 0 257 11 0 0 20 0 20 0 64031148 19521036288 46378 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 46378 5493 1 0 551262 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=0 CPUtime=1.2 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) R 67778 67781 66841 0 -1 4194368 5433 0 0 0 114 6 0 0 20 0 20 0 64031150 19521036288 46378 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 46378 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=33 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 46378 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185512 KiB

[startup+3.10556 s]
/proc/loadavg: 4.32 4.15 4.14 5/288 67801
/proc/meminfo: memFree=119007296/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=200820 CPUtime=5.49 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 20759 0 0 0 537 12 0 0 20 0 20 0 64031148 19521036288 50205 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 50205 5493 1 0 554890 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=11136 CPUtime=2.77 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) R 67778 67781 66841 0 -1 4194368 5931 0 0 0 270 7 0 0 20 0 20 0 64031150 19521036288 50205 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 50205 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 50205 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=117076 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 50205 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 200820 KiB

[startup+6.30035 s]
/proc/loadavg: 4.32 4.15 4.14 5/288 67801
/proc/meminfo: memFree=118757568/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=453668 CPUtime=9.18 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 23681 0 0 0 900 18 0 0 20 0 20 0 64031148 19521036288 113417 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 113417 5493 1 0 1275540 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=0 CPUtime=5.79 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) R 67778 67781 66841 0 -1 4194368 6301 0 0 0 568 11 0 0 20 0 20 0 64031150 19521036288 113417 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=117076 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 113417 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=4224 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 113417 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 113417 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 9.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 453668 KiB

[startup+12.7004 s]
/proc/loadavg: 4.35 4.16 4.15 6/308 67860
/proc/meminfo: memFree=118489576/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=896456 CPUtime=16.57 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 25714 0 0 0 1630 27 0 0 20 0 20 0 64031148 19521036288 224114 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 224114 5493 1 0 1275610 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=367724 CPUtime=11.57 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) R 67778 67781 66841 0 -1 4194368 6560 0 0 0 1146 11 0 0 20 0 20 0 64031150 19521036288 224114 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=200820 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 224114 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 224114 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=703832 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 224114 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 16.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 896456 KiB

[startup+25.5005 s]
/proc/loadavg: 4.44 4.19 4.15 5/329 67904
/proc/meminfo: memFree=116380732/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=1105360 CPUtime=29.66 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 28035 0 0 0 2934 32 0 0 20 0 20 0 64031148 19521036288 276340 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 276340 5493 1 0 1275610 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=0 CPUtime=24.07 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) R 67778 67781 66841 0 -1 4194368 7200 0 0 0 2396 11 0 0 20 0 20 0 64031150 19521036288 276340 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=1105360 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 276340 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=-6000919472672826729 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 276340 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=367724 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 276340 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 29.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1105360 KiB

[startup+51.1133 s]
/proc/loadavg: 4.64 4.25 4.18 5/330 67906
/proc/meminfo: memFree=112200172/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=2702304 CPUtime=56.91 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 30460 0 0 0 5626 65 0 0 20 0 20 0 64031148 19521036288 675576 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 675576 5493 1 0 1438544 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=14304 CPUtime=47.9 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) R 67778 67781 66841 0 -1 4194368 8096 0 0 0 4774 16 0 0 20 0 20 0 64031150 19521036288 675576 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 675576 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=-6000919472672826729 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 675576 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=2477020 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 675576 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 56.91 s

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

/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 4074061 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 2295.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296244 KiB

[startup+1722.3 s]
/proc/loadavg: 5.56 5.31 4.91 7/328 67987
/proc/meminfo: memFree=70588092/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=16296244 CPUtime=2414.28 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 293236 0 1 0 240939 489 0 0 20 0 20 0 64031148 19521036288 4074061 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 4074061 5557 1 0 4087200 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=16296264 CPUtime=1223.97 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) S 67778 67781 66841 0 -1 4194368 62867 0 0 0 122292 105 0 0 20 0 20 0 64031150 19521036288 4074061 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=16296264 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 4074061 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=16296244 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 1006 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 4074061 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=16296244 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 4074061 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 2414.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296244 KiB

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

# cumulated CPU time of all completed processes:  user=2493.02 s, system=4.97684 s

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

[startup+1740.8 s]
/proc/loadavg: 5.50 5.31 4.92 6/328 67987
/proc/meminfo: memFree=70229712/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=16296372 CPUtime=2451.01 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 296457 0 1 0 244611 490 0 0 20 0 20 0 64031148 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 4074093 5557 1 0 4087200 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=5148 CPUtime=1223.97 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) S 67778 67781 66841 0 -1 4194368 62867 0 0 0 122292 105 0 0 20 0 20 0 64031150 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=-4050210904893931149 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 1039 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=4224 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 2451.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296372 KiB

[startup+1753.6 s]
/proc/loadavg: 5.47 5.31 4.92 6/328 67987
/proc/meminfo: memFree=70229712/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=16296372 CPUtime=2476.44 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 319679 0 1 0 247152 492 0 0 20 0 20 0 64031148 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 4074093 5557 1 0 4087200 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=16296244 CPUtime=1223.97 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) S 67778 67781 66841 0 -1 4194368 62867 0 0 0 122292 105 0 0 20 0 20 0 64031150 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 1039 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=204 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 2476.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296372 KiB

[startup+1760 s]*
/proc/loadavg: 5.43 5.31 4.92 6/328 67988
/proc/meminfo: memFree=70230584/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=16296372 CPUtime=2489.15 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 321317 0 1 0 248423 492 0 0 20 0 20 0 64031148 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 4074093 5557 1 0 4087200 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=-6000919502720755049 CPUtime=1223.97 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) S 67778 67781 66841 0 -1 4194368 62867 0 0 0 122292 105 0 0 20 0 20 0 64031150 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=4716284343491391136 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=6752 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 1039 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=16296372 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 2489.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296372 KiB

[startup+1761.6 s]
/proc/loadavg: 5.43 5.31 4.92 7/328 67988
/proc/meminfo: memFree=70230584/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=16296372 CPUtime=2492.33 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 321395 0 1 0 248741 492 0 0 20 0 20 0 64031148 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 4074093 5557 1 0 4087200 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=16296372 CPUtime=1223.97 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) S 67778 67781 66841 0 -1 4194368 62867 0 0 0 122292 105 0 0 20 0 20 0 64031150 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=21512 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=16296372 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 1039 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 2492.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296372 KiB

[startup+1763.2 s]
/proc/loadavg: 5.40 5.30 4.92 6/328 67988
/proc/meminfo: memFree=70230584/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=16296372 CPUtime=2495.51 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 321701 0 1 0 249058 493 0 0 20 0 20 0 64031148 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 4074093 5557 1 0 4087200 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=14304 CPUtime=1223.97 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) S 67778 67781 66841 0 -1 4194368 62867 0 0 0 122292 105 0 0 20 0 20 0 64031150 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=16296372 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=16296372 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 1039 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=7955161680355939948 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 2495.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296372 KiB

[startup+1764 s]*
/proc/loadavg: 5.40 5.30 4.92 6/328 67988
/proc/meminfo: memFree=70230584/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=16296372 CPUtime=2497.11 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 321701 0 1 0 249218 493 0 0 20 0 20 0 64031148 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 4074093 5557 1 0 4087200 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=-6000919502720755049 CPUtime=1223.97 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) S 67778 67781 66841 0 -1 4194368 62867 0 0 0 122292 105 0 0 20 0 20 0 64031150 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=-4050210904893472397 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=-4050210904893472397 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 1039 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=16320 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 2497.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296372 KiB

[startup+1764.4 s]
/proc/loadavg: 5.40 5.30 4.92 6/328 67988
/proc/meminfo: memFree=70230584/131382120 swapFree=33010416/33010684
[pid=67781] ppid=67778 vsize=19063512 memory=16296372 CPUtime=2497.89 cores=0,2
/proc/67781/stat : 67781 (java) S 67778 67781 66841 0 -1 4194304 321701 0 1 0 249296 493 0 0 20 0 20 0 64031148 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
/proc/67781/statm: 4765878 4074093 5557 1 0 4087200 0
[pid=67781/tid=67783] ppid=67778 vsize=19063512 memory=16296372 CPUtime=1223.97 cores=0,2
/proc/67781/task/67783/stat : 67783 (java) S 67778 67781 66841 0 -1 4194368 62867 0 0 0 122292 105 0 0 20 0 20 0 64031150 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67792] ppid=67778 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/67781/task/67792/stat : 67792 (Finalizer) S 67778 67781 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64031155 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67799] ppid=67778 vsize=19063512 memory=-6000919472672826729 CPUtime=0 cores=0,2
/proc/67781/task/67799/stat : 67799 (Common-Cleaner) S 67778 67781 66841 0 -1 4194368 1039 0 0 0 0 0 0 0 20 0 20 0 64031156 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
[pid=67781/tid=67801] ppid=67778 vsize=19063512 memory=5888 CPUtime=0 cores=0,2
/proc/67781/task/67801/stat : 67801 (Timer-0) S 67778 67781 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64031283 19521036288 4074093 18446744073709551615 94049703534592 94049703538288 140722315596752 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94049703546104 94049703546896 94049707487232 140722315598209 140722315598310 140722315598310 140722315603912 0
Current children cumulated CPU time: 2497.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296372 KiB

Child status: 1

Real time (s): 1764.47
CPU time (s): 2498
CPU user time (s): 2493.02
CPU system time (s): 4.97684
CPU usage (%): 141.572
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16296392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2493.02
system time used= 4.97684
maximum resident set size= 16296392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321825
page faults= 1
swaps= 0
block input operations= 0
block output operations= 5416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58629
involuntary context switches= 41965


# summary of solver processes directly reported to runsolver:
#   pid: 67781
#   total CPU time (s): 2498
#   total CPU user time (s): 2493.02
#   total CPU system time (s): 4.97684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42115 second user time and 13.9878 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-02 21:11:58
IDJOB=4505638
IDBENCH=155767
IDSOLVER=3363
FILE ID=nodeC006/4505638-1751483518
RUNJOBID= nodeC006-1751476316-66851
SLURM_JOB_ID= 9598510
Free space on /tmp= 431892 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_0null20mast_rapportOE1.0_TMAX180_K67_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505638-1751483518/watcher-4505638-1751483518 -o /tmp/evaluation-result-4505638-1751483518/solver-4505638-1751483518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751476316-66851 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4505638-1751483518.opb

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

MD5SUM BENCH= 80f0935d0a86591f889a9638d17fdf07
RANDOM SEED=862171091

nodeC006 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	: 0xb00001f
cpu MHz		: 1197.022
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.254
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1202.673
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.174
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.138
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3543.340
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.232
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.767
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        119160920 kB
MemAvailable:   127118552 kB
Buffers:            2128 kB
Cached:          8728128 kB
SwapCached:           12 kB
Active:          3210568 kB
Inactive:        8316472 kB
Active(anon):    2803640 kB
Inactive(anon):    11092 kB
Active(file):     406928 kB
Inactive(file):  8305380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30896 kB
Writeback:             0 kB
AnonPages:       2799204 kB
Mapped:           123880 kB
Shmem:             17948 kB
KReclaimable:     169520 kB
Slab:             257580 kB
SReclaimable:     169520 kB
SUnreclaim:        88060 kB
KernelStack:        4380 kB
PageTables:         8968 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   12508032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149704 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2672640 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432224 MiB
End job on nodeC006 at 2025-07-02 21:41:22