Trace number 4505730

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) 2893.1 2320.64

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_10null0mast_rapportOE2.0_TMAX180_K67_cod3.opb
MD5SUMb261ca8837cd3a85e5e1f3e7a937d60a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52506
Best CPU time to get the best result obtained on this benchmark3600.05
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 28908
Biggest coefficient in the objective function 994
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 14671668
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 994
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 14671668
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

Solver Data

0.07/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.20	c See www.sat4j.org for details.
0.07/0.23	c version PB25.v20250606
0.22/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.22/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.22/0.25	c java.vm.version	22.0.1+8-16
0.22/0.25	c java.vm.vendor	Oracle Corporation
0.22/0.25	c sun.arch.data.model	64
0.22/0.25	c java.version		22.0.1
0.22/0.25	c os.name		Linux
0.22/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.22/0.25	c os.arch		amd64
0.22/0.26	c Free memory 		2104792832
0.22/0.26	c Max memory 		16282288128
0.22/0.26	c Total memory 		2113929216
0.22/0.27	c Number of processors 	2
0.38/0.38	c Pseudo Boolean Optimization by upper bound
0.38/0.38	c --- Begin Solver configuration ---
0.38/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.38/0.38	c Learn all clauses as in MiniSAT
0.38/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.38/0.38	c Expensive reason simplification
0.38/0.38	c Glucose 2.1 dynamic restart strategy
0.38/0.38	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.38/0.38	c timeout=2147483s
0.38/0.38	c DB Simplification allowed=false
0.38/0.38	c Listener: none
0.38/0.38	c --- End Solver configuration ---
0.38/0.38	c solving HOME/instance-4505730-1751483531.opb
0.38/0.38	c reading problem ... 
0.38/0.38	c  objective function found
2.01/1.25	c ... done. Wall clock time 0.864s.
2.01/1.25	c declared #vars     40451
2.01/1.25	c #constraints  40950
2.01/1.25	c constraints type 
2.01/1.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
2.01/1.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
2.01/1.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.01/1.25	c org.sat4j.specs.Constr$1 => 1
2.01/1.25	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
2.01/1.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.01/1.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36498
2.01/1.25	c 40950 constraints processed.
2.01/1.26	c objective function length is 28908 literals
3.61/2.01	c SATISFIABLE
3.61/2.01	c OPTIMIZING...
3.61/2.01	c Got one! Elapsed wall clock time (in seconds):1.626
3.61/2.01	o -8426
53.75/47.06	c cleaning 2591 clauses out of 5186 with flag 10304/5196
150.27/133.52	c cleaning 4299 clauses out of 8597 with flag 22363/11198
313.05/273.31	c cleaning 5643 clauses out of 11298 with flag 36436/18198
514.52/454.11	c cleaning 6825 clauses out of 13655 with flag 52549/26198
780.20/695.70	c cleaning 7914 clauses out of 15828 with flag 70696/35196
1079.86/978.45	c cleaning 8957 clauses out of 17917 with flag 90823/45199
1414.78/1286.24	c cleaning 9981 clauses out of 19961 with flag 112971/56200
1798.02/1612.34	c cleaning 10978 clauses out of 21976 with flag 137215/68196
2641.09/2193.63	
2641.09/2193.63	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 (54432 MiB free)
  memory of node 1: 64507 MiB (61160 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505730-1751483531/watcher-4505730-1751483531 -o /tmp/evaluation-result-4505730-1751483531/solver-4505730-1751483531 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751476316-66853 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4505730-1751483531.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=67884, runsolver pid=67881

[startup+0.10007 s]*
/proc/loadavg: 4.35 4.16 4.15 6/326 67901
/proc/meminfo: memFree=118329156/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=18930344 memory=45660 CPUtime=0.07 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 5438 0 0 0 5 2 0 0 20 0 18 0 64032538 19384672256 11415 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4732586 11415 4947 1 0 546727 0
[pid=67884/tid=67886] ppid=67881 vsize=18930344 memory=4026531960 CPUtime=0.04 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) R 67881 67884 66841 0 -1 4194368 4555 0 0 0 3 1 0 0 20 0 18 0 64032543 19384672256 11415 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=18930344 memory=228522721619 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64032547 19384672256 11415 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=18930344 memory=58494082626307 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64032548 19384672256 11415 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45660 KiB

[startup+0.214463 s]*
/proc/loadavg: 4.35 4.16 4.15 6/327 67902
/proc/meminfo: memFree=118306436/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=18930384 memory=51680 CPUtime=0.22 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 6096 0 0 0 20 2 0 0 20 0 18 0 64032538 19384713216 12920 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4732596 12920 5331 1 0 547212 0
[pid=67884/tid=67886] ppid=67881 vsize=18930384 memory=4026728732 CPUtime=0.13 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) R 67881 67884 66841 0 -1 4194368 4946 0 0 0 12 1 0 0 20 0 18 0 64032543 19384713216 12920 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=18930384 memory=12896 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64032547 19384713216 12920 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64032548 19384713216 12920 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51680 KiB

[startup+0.320521 s]*
/proc/loadavg: 4.35 4.16 4.15 6/327 67902
/proc/meminfo: memFree=118290052/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=18930384 memory=57852 CPUtime=0.38 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 6629 0 0 0 35 3 0 0 20 0 18 0 64032538 19384713216 14463 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4732596 14463 5331 1 0 547678 0
[pid=67884/tid=67886] ppid=67881 vsize=18930384 memory=-6000919502720755049 CPUtime=0.23 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) R 67881 67884 66841 0 -1 4194368 5110 0 0 0 21 2 0 0 20 0 18 0 64032543 19384713216 14463 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64032547 19384713216 14463 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64032548 19384713216 14463 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57852 KiB

[startup+0.700291 s]
/proc/loadavg: 4.35 4.16 4.15 6/327 67902
/proc/meminfo: memFree=118255772/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=18930384 memory=89784 CPUtime=1.07 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 9061 0 0 0 101 6 0 0 20 0 18 0 64032538 19384713216 22446 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4732596 22446 5427 1 0 549224 0
[pid=67884/tid=67886] ppid=67881 vsize=18930384 memory=17920 CPUtime=0.52 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) R 67881 67884 66841 0 -1 4194368 5278 0 0 0 49 3 0 0 20 0 18 0 64032543 19384713216 22446 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=18930384 memory=11136 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 64032547 19384713216 22446 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 64032548 19384713216 22446 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 89784 KiB

[startup+1.50026 s]
/proc/loadavg: 4.35 4.16 4.15 6/328 67903
/proc/meminfo: memFree=118106364/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=187192 CPUtime=2.61 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 11397 0 0 0 251 10 0 0 20 0 20 0 64032538 19521036288 46798 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 46798 5491 1 0 551163 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=3200 CPUtime=1.15 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) R 67881 67884 66841 0 -1 4194368 5445 0 0 0 110 5 0 0 20 0 20 0 64032543 19521036288 46798 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 46798 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 46798 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187192 KiB

[startup+3.10591 s]
/proc/loadavg: 4.48 4.19 4.16 6/329 67904
/proc/meminfo: memFree=117710196/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=204572 CPUtime=5.6 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 24639 0 0 0 548 12 0 0 20 0 20 0 64032538 19521036288 51143 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 51143 5491 1 0 555366 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=11136 CPUtime=2.72 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) R 67881 67884 66841 0 -1 4194368 5633 0 0 0 267 5 0 0 20 0 20 0 64032543 19521036288 51143 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 51143 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 51143 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 51143 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 204572 KiB

[startup+6.30044 s]
/proc/loadavg: 4.48 4.19 4.16 5/329 67904
/proc/meminfo: memFree=117369788/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=658888 CPUtime=9.44 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 27098 0 0 0 923 21 0 0 20 0 20 0 64032538 19521036288 164722 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 164722 5491 1 0 1173667 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=0 CPUtime=5.64 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) S 67881 67884 66841 0 -1 4194368 6101 0 0 0 555 9 0 0 20 0 20 0 64032543 19521036288 164722 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 164722 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=-6000919502720755049 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 164722 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 164722 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 9.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 658888 KiB

[startup+12.7004 s]
/proc/loadavg: 4.44 4.19 4.15 5/329 67904
/proc/meminfo: memFree=116154948/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=1432412 CPUtime=16.72 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 28564 0 0 0 1634 38 0 0 20 0 20 0 64032538 19521036288 358103 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 358103 5491 1 0 1756462 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=0 CPUtime=11.08 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) R 67881 67884 66841 0 -1 4194368 6231 0 0 0 1098 10 0 0 20 0 20 0 64032543 19521036288 358103 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=1373020 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 358103 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 358103 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 358103 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 16.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1432412 KiB

[startup+25.5005 s]
/proc/loadavg: 4.57 4.23 4.17 5/329 67904
/proc/meminfo: memFree=114003900/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=2618264 CPUtime=30.62 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 31326 0 0 0 2999 63 0 0 20 0 20 0 64032538 19521036288 654566 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 654566 5491 1 0 1756473 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=-6000919502720755049 CPUtime=22.7 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) R 67881 67884 66841 0 -1 4194368 6991 0 0 0 2255 15 0 0 20 0 20 0 64032543 19521036288 654566 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=3196 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 654566 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=2329484 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 654566 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=2007924 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 654566 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 30.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2618264 KiB

[startup+51.1144 s]
/proc/loadavg: 4.64 4.27 4.19 5/330 67906
/proc/meminfo: memFree=110468656/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=4554376 CPUtime=58.31 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 37463 0 0 0 5726 105 0 0 20 0 20 0 64032538 19521036288 1138594 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 1138594 5491 1 0 2032224 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=4554376 CPUtime=46.16 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) R 67881 67884 66841 0 -1 4194368 10089 0 0 0 4594 22 0 0 20 0 20 0 64032543 19521036288 1138594 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=-6000919502720755049 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 1138594 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=3519924 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 1138594 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=2329484 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 1138594 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 58.31 s

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

/proc/meminfo: memFree=89117536/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=16293644 CPUtime=2777.38 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 364124 0 0 0 277168 570 0 0 20 0 20 0 64032538 19521036288 4073411 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 4073411 5555 1 0 4085833 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=16293672 CPUtime=1878.08 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) S 67881 67884 66841 0 -1 4194368 130542 0 0 0 187707 101 0 0 20 0 20 0 64032543 19521036288 4073411 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 4073411 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 4073411 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 4073411 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 2777.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293644 KiB

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

# cumulated CPU time of all completed processes:  user=2887.32 s, system=5.78309 s

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

[startup+2278.4 s]
/proc/loadavg: 5.10 5.00 4.89 6/327 68077
/proc/meminfo: memFree=89117368/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=16293644 CPUtime=2809.37 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 365826 0 0 0 280366 571 0 0 20 0 20 0 64032538 19521036288 4073411 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 4073411 5555 1 0 4085833 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=3200 CPUtime=1878.08 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) S 67881 67884 66841 0 -1 4194368 130542 0 0 0 187707 101 0 0 20 0 20 0 64032543 19521036288 4073411 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 4073411 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=16293644 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 4073411 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=121840402 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 4073411 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 2809.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293644 KiB

[startup+2304 s]*
/proc/loadavg: 5.18 5.03 4.91 6/327 68078
/proc/meminfo: memFree=94856436/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=16293592 CPUtime=2860.19 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 369252 0 0 0 285447 572 0 0 20 0 20 0 64032538 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 4073398 5555 1 0 4085833 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=-6000919468462204009 CPUtime=1878.08 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) S 67881 67884 66841 0 -1 4194368 130542 0 0 0 187707 101 0 0 20 0 20 0 64032543 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=7511797052814171668 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=2728 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=21512 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 2860.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293592 KiB

[startup+2310.4 s]
/proc/loadavg: 5.17 5.03 4.91 6/328 68080
/proc/meminfo: memFree=94856476/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=16293592 CPUtime=2872.91 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 369872 0 0 0 286718 573 0 0 20 0 20 0 64032538 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 4073398 5555 1 0 4085833 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=17920 CPUtime=1878.08 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) S 67881 67884 66841 0 -1 4194368 130542 0 0 0 187707 101 0 0 20 0 20 0 64032543 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=16293772 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 2872.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293592 KiB

[startup+2316.8 s]
/proc/loadavg: 5.16 5.03 4.91 6/328 68081
/proc/meminfo: memFree=94856508/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=16293592 CPUtime=2885.61 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 371465 0 0 0 287988 573 0 0 20 0 20 0 64032538 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 4073398 5555 1 0 4085833 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=0 CPUtime=1878.08 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) S 67881 67884 66841 0 -1 4194368 130542 0 0 0 187707 101 0 0 20 0 20 0 64032543 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=16293772 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=16293592 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=14304 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 2885.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293592 KiB

[startup+2318.4 s]
/proc/loadavg: 5.16 5.03 4.91 6/328 68081
/proc/meminfo: memFree=94856516/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=16293592 CPUtime=2888.78 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 371724 0 0 0 288305 573 0 0 20 0 20 0 64032538 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 4073398 5555 1 0 4085833 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=16293592 CPUtime=1878.08 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) S 67881 67884 66841 0 -1 4194368 130542 0 0 0 187707 101 0 0 20 0 20 0 64032543 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=16293592 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=2728 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 2888.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293592 KiB

[startup+2320 s]*
/proc/loadavg: 5.14 5.03 4.91 7/328 68081
/proc/meminfo: memFree=94856264/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=16293592 CPUtime=2891.97 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 371808 0 0 0 288624 573 0 0 20 0 20 0 64032538 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 4073398 5555 1 0 4085833 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=-6000919468462204009 CPUtime=1878.08 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) S 67881 67884 66841 0 -1 4194368 130542 0 0 0 187707 101 0 0 20 0 20 0 64032543 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=4713752168212623001 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=7024 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=7699500 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 2891.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293592 KiB

[startup+2320.4 s]
/proc/loadavg: 5.14 5.03 4.91 7/328 68081
/proc/meminfo: memFree=94856264/131382120 swapFree=33010416/33010684
[pid=67884] ppid=67881 vsize=19063512 memory=16293592 CPUtime=2892.75 cores=1,3
/proc/67884/stat : 67884 (java) S 67881 67884 66841 0 -1 4194304 371852 0 0 0 288702 573 0 0 20 0 20 0 64032538 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
/proc/67884/statm: 4765878 4073398 5555 1 0 4085833 0
[pid=67884/tid=67886] ppid=67881 vsize=19063512 memory=217860 CPUtime=1878.08 cores=1,3
/proc/67884/task/67886/stat : 67886 (java) S 67881 67884 66841 0 -1 4194368 130542 0 0 0 187707 101 0 0 20 0 20 0 64032543 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67895] ppid=67881 vsize=19063512 memory=-6000919468462204009 CPUtime=0 cores=1,3
/proc/67884/task/67895/stat : 67895 (Finalizer) S 67881 67884 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 64032547 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67902] ppid=67881 vsize=19063512 memory=4713752168212623001 CPUtime=0 cores=1,3
/proc/67884/task/67902/stat : 67902 (Common-Cleaner) S 67881 67884 66841 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 64032548 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
[pid=67884/tid=67904] ppid=67881 vsize=19063512 memory=7699500 CPUtime=0 cores=1,3
/proc/67884/task/67904/stat : 67904 (Timer-0) S 67881 67884 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 64032670 19521036288 4073398 18446744073709551615 93997729513472 93997729517168 140725645176816 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93997729524984 93997729525776 93997735927808 140725645183361 140725645183462 140725645183462 140725645189064 0
Current children cumulated CPU time: 2892.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16293592 KiB

[startup+2320.6 s]*
/proc/loadavg: 5.14 5.03 4.91 5/310 68081
/proc/meminfo: memFree=104287428/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1

Real time (s): 2320.64
CPU time (s): 2893.1
CPU user time (s): 2887.32
CPU system time (s): 5.78309
CPU usage (%): 124.668
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16293772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2887.32
system time used= 5.78309
maximum resident set size= 16293772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372187
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73327
involuntary context switches= 25738


# summary of solver processes directly reported to runsolver:
#   pid: 67884
#   total CPU time (s): 2893.1
#   total CPU user time (s): 2887.32
#   total CPU system time (s): 5.78309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5011 second user time and 22.4431 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-02 21:12:12
IDJOB=4505730
IDBENCH=156875
IDSOLVER=3363
FILE ID=nodeC006/4505730-1751483531
RUNJOBID= nodeC006-1751476316-66853
SLURM_JOB_ID= 9598510
Free space on /tmp= 432224 MiB

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

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

MD5SUM BENCH= b261ca8837cd3a85e5e1f3e7a937d60a
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		: 3591.417
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		: 2894.554
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		: 1197.309
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.207
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		: 3591.430
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		: 3552.766
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		: 3491.692
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.143
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:        118460912 kB
MemAvailable:   126078084 kB
Buffers:            2128 kB
Cached:          8387668 kB
SwapCached:           12 kB
Active:          4311808 kB
Inactive:        7976012 kB
Active(anon):    3904880 kB
Inactive(anon):    11092 kB
Active(file):     406928 kB
Inactive(file):  7964920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10992 kB
Writeback:             0 kB
AnonPages:       3900476 kB
Mapped:           123568 kB
Shmem:             17948 kB
KReclaimable:     169520 kB
Slab:             257708 kB
SReclaimable:     169520 kB
SUnreclaim:        88188 kB
KernelStack:        5024 kB
PageTables:        11352 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   19809188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3667968 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:50:53