Trace number 4461887

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 Default 2024-07-07? (exit code) 2052.48 1380.53

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.95_7.opb
MD5SUMe86999cbb73a957209b3a3afe1cdf1cc
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 benchmark336
Best CPU time to get the best result obtained on this benchmark6.83744
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175000
Total number of constraints175001
Number of constraints which are clauses125000
Number of constraints which are cardinality constraints (but not clauses)50000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint50000
Number of terms in the objective function 50000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50000
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50000
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.29	c See www.sat4j.org for details.
0.11/0.31	c version CUSTOM.v20240707
0.23/0.33	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.33	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.33	c java.vm.version	22.0.1+8-16
0.23/0.33	c java.vm.vendor	Oracle Corporation
0.23/0.33	c sun.arch.data.model	64
0.23/0.33	c java.version		22.0.1
0.23/0.33	c os.name		Linux
0.23/0.33	c os.version		4.18.0-301.1.el8.x86_64
0.23/0.33	c os.arch		amd64
0.23/0.34	c Free memory 		2113181440
0.23/0.34	c Max memory 		16282288128
0.23/0.34	c Total memory 		2122317824
0.23/0.35	c Number of processors 	2
0.37/0.45	--- Begin Solver configuration ---
0.37/0.45	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.37/0.45	Learn all clauses as in MiniSAT
0.37/0.45	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.45	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.37/0.45	No reason simplification
0.37/0.45	Glucose 2.1 dynamic restart strategy
0.37/0.45	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.37/0.45	timeout=2147483s
0.37/0.45	DB Simplification allowed=false
0.37/0.45	Listener: none
0.37/0.45	--- End Solver configuration ---
0.37/0.45	c Pseudo Boolean Optimization by upper bound
0.37/0.45	c --- Begin Solver configuration ---
0.37/0.45	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.37/0.45	c Learn all clauses as in MiniSAT
0.37/0.45	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.45	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.37/0.45	c No reason simplification
0.37/0.45	c Glucose 2.1 dynamic restart strategy
0.37/0.45	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.37/0.45	c timeout=2147483s
0.37/0.45	c DB Simplification allowed=false
0.37/0.45	c Listener: none
0.37/0.45	c --- End Solver configuration ---
0.37/0.46	c solving HOME/instance-4461887-1722204305.opb
0.37/0.46	c reading problem ... 
0.37/0.47	c  objective function found
18.38/14.84	c ... done. Wall clock time 14.391s.
18.38/14.85	c declared #vars     175000
18.38/14.85	c #constraints  225002
18.38/14.85	c constraints type 
18.38/14.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1803
18.38/14.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49004
18.38/14.85	c org.sat4j.specs.Constr$1 => 225
18.38/14.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 173800
18.38/14.85	c org.sat4j.pb.constraints.pb.UnitClausePB => 170
18.38/14.85	c 225002 constraints processed.
18.38/14.85	c objective function length is 50000 literals
23.12/17.99	c SATISFIABLE
23.12/17.99	c OPTIMIZING...
23.12/17.99	c Got one! Elapsed wall clock time (in seconds):17.543
23.12/18.00	o 336
61.11/51.94	c cleaning 2593 clauses out of 5186 with flag 10173/5209
110.62/92.46	c cleaning 4261 clauses out of 8521 with flag 22029/11137
170.97/138.94	c cleaning 5646 clauses out of 11292 with flag 36095/18170
242.59/193.16	c cleaning 6821 clauses out of 13641 with flag 52085/26165
309.95/253.82	c cleaning 7877 clauses out of 15786 with flag 70017/35131
409.38/332.13	c cleaning 8952 clauses out of 17904 with flag 90007/45126
517.44/421.50	c cleaning 9996 clauses out of 19992 with flag 112087/56166
644.77/527.08	c cleaning 10982 clauses out of 21964 with flag 136023/68134
814.18/659.00	c cleaning 12000 clauses out of 23999 with flag 162057/81151
1023.23/815.67	c cleaning 12997 clauses out of 25993 with flag 190045/95145
1677.17/1191.54	
1677.17/1191.54	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: 64059 MiB (62662 MiB free)
  memory of node 1: 64510 MiB (61383 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461887-1722204305/watcher-4461887-1722204305 -o /tmp/evaluation-result-4461887-1722204305/solver-4461887-1722204305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722204305-435249 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4461887-1722204305.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=435309, runsolver pid=435304

[startup+0.10007 s]*
/proc/loadavg: 0.12 0.10 0.09 5/250 435321
/proc/meminfo: memFree=126985096/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=18194260 memory=31856 CPUtime=0.02 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 2920 0 25 0 0 2 0 0 20 0 7 0 56419974 18630922240 7964 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16784588 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4548565 7964 3945 1 0 544787 0
[pid=435309/tid=435320] ppid=435304 vsize=18194260 memory=4026531971 CPUtime=0.02 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) R 435304 435309 435238 0 -1 4194368 2465 0 25 0 0 2 0 0 20 0 7 0 56419975 18630922240 8085 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 8 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 18194260 KiB
Current children cumulated memory: 31856 KiB

[startup+0.215485 s]*
/proc/loadavg: 0.12 0.10 0.09 3/314 435385
/proc/meminfo: memFree=126876488/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=18993908 memory=55596 CPUtime=0.11 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 6480 0 48 0 7 4 0 0 20 0 18 0 56419974 19449761792 13899 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4748477 13899 5597 1 0 550772 0
[pid=435309/tid=435320] ppid=435304 vsize=18993908 memory=8737651120394928259 CPUtime=0.07 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) D 435304 435309 435238 0 -1 4194368 5366 0 34 0 4 3 0 0 20 0 18 0 56419975 19449761792 13899 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=18993908 memory=2391869 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56419989 19449761792 13899 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56419991 19449761792 13899 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 55596 KiB

[startup+0.314921 s]*
/proc/loadavg: 0.12 0.10 0.09 13/314 435385
/proc/meminfo: memFree=126864372/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=18993908 memory=58232 CPUtime=0.23 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 6900 0 50 0 18 5 0 0 20 0 18 0 56419974 19449761792 14558 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4748477 14558 5838 1 0 551101 0
[pid=435309/tid=435320] ppid=435304 vsize=18993908 memory=-8745259745303700156 CPUtime=0.14 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) R 435304 435309 435238 0 -1 4194368 5721 0 36 0 11 3 0 0 20 0 18 0 56419975 19449761792 14558 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=18993908 memory=7582493429154994500 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56419989 19449761792 14558 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56419991 19449761792 14558 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 58232 KiB

[startup+0.705922 s]
/proc/loadavg: 0.12 0.10 0.09 13/314 435385
/proc/meminfo: memFree=126807628/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=18993908 memory=98336 CPUtime=0.89 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 9141 0 50 0 82 7 0 0 20 0 18 0 56419974 19449761792 24584 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4748477 24584 6044 1 0 552673 0
[pid=435309/tid=435320] ppid=435304 vsize=18993908 memory=77840 CPUtime=0.49 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) R 435304 435309 435238 0 -1 4194368 5972 0 36 0 44 5 0 0 20 0 18 0 56419975 19449761792 24584 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=18993908 memory=12240 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56419989 19449761792 24584 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=18993908 memory=5640 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56419991 19449761792 24584 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 98336 KiB

[startup+1.50091 s]
/proc/loadavg: 0.12 0.10 0.09 13/318 435389
/proc/meminfo: memFree=126006316/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19060472 memory=1580112 CPUtime=2.14 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 11543 0 50 0 165 49 0 0 20 0 19 0 56419974 19517923328 395028 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4765118 395028 6059 1 0 1071383 0
[pid=435309/tid=435320] ppid=435304 vsize=19060472 memory=0 CPUtime=1.19 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) R 435304 435309 435238 0 -1 4194368 6715 0 36 0 74 45 0 0 20 0 19 0 56419975 19517923328 395028 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19060472 memory=33 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56419989 19517923328 395028 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19060472 memory=12240 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56419991 19517923328 395028 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 2.14 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 1580112 KiB

[startup+3.1069 s]
/proc/loadavg: 0.12 0.10 0.09 9/318 435389
/proc/meminfo: memFree=115730324/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19060472 memory=2716736 CPUtime=4.52 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 14790 0 50 0 374 78 0 0 20 0 19 0 56419974 19517923328 679184 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4765118 679184 6082 1 0 1073274 0
[pid=435309/tid=435320] ppid=435304 vsize=19060472 memory=0 CPUtime=2.64 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) R 435304 435309 435238 0 -1 4194368 7265 0 36 0 194 70 0 0 20 0 19 0 56419975 19517923328 679184 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19060472 memory=12240 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56419989 19517923328 679184 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19060472 memory=2516816 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56419991 19517923328 679184 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 4.52 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 2716736 KiB

[startup+6.30042 s]
/proc/loadavg: 0.59 0.20 0.12 5/317 435390
/proc/meminfo: memFree=111623560/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19060472 memory=4617416 CPUtime=7.77 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 16427 0 50 0 653 124 0 0 20 0 19 0 56419974 19517923328 1154354 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4765118 1154354 6082 1 0 1555819 0
[pid=435309/tid=435320] ppid=435304 vsize=19060472 memory=0 CPUtime=5.58 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) R 435304 435309 435238 0 -1 4194368 8192 0 36 0 442 116 0 0 20 0 19 0 56419975 19517923328 1154354 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19060472 memory=12240 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56419989 19517923328 1154354 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19060472 memory=-8889374933379556028 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56419991 19517923328 1154354 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 7.77 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 4617416 KiB

[startup+12.7004 s]
/proc/loadavg: 0.94 0.28 0.15 5/318 435393
/proc/meminfo: memFree=108823080/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19060472 memory=6461192 CPUtime=15.43 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 24775 0 50 0 1381 162 0 0 20 0 19 0 56419974 19517923328 1615298 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4765118 1615298 6082 1 0 2023568 0
[pid=435309/tid=435320] ppid=435304 vsize=19060472 memory=-8889374933379556028 CPUtime=11.37 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) R 435304 435309 435238 0 -1 4194368 9648 0 36 0 986 151 0 0 20 0 19 0 56419975 19517923328 1615298 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19060472 memory=5422476 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56419989 19517923328 1615298 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19060472 memory=15260363239197791 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56419991 19517923328 1615298 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 15.43 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 6461192 KiB

[startup+25.5005 s]
/proc/loadavg: 1.99 0.54 0.24 5/319 435395
/proc/meminfo: memFree=105575280/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19127036 memory=6469644 CPUtime=31.48 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 27561 0 50 0 2983 165 0 0 20 0 20 0 56419974 19586084864 1617411 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4781759 1617411 6120 1 0 2024033 0
[pid=435309/tid=435320] ppid=435304 vsize=19127036 memory=6469644 CPUtime=24.04 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) R 435304 435309 435238 0 -1 4194368 10435 0 36 0 2252 152 0 0 20 0 20 0 56419975 19586084864 1617411 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 1617411 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19127036 memory=7582493429154994500 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 1617411 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435394] ppid=435304 vsize=19127036 memory=2391785 CPUtime=0 cores=4,6
/proc/435309/task/435394/stat : 435394 (Timer-0) S 435304 435309 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56421466 19586084864 1617411 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 31.48 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6469644 KiB

[startup+51.1069 s]
/proc/loadavg: 2.94 0.89 0.36 5/320 435401
/proc/meminfo: memFree=101015832/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19127036 memory=7911844 CPUtime=60.31 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 35327 0 50 0 5835 196 0 0 20 0 20 0 56419974 19586084864 1977961 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4781759 1977961 6142 1 0 2024076 0
[pid=435309/tid=435320] ppid=435304 vsize=19127036 memory=7909544 CPUtime=46.29 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) R 435304 435309 435238 0 -1 4194368 12683 0 36 0 4476 153 0 0 20 0 20 0 56419975 19586084864 1977961 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19127036 memory=7909792 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 1977961 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19127036 memory=6472208 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 1977961 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435394] ppid=435304 vsize=19127036 memory=-8889374933379556028 CPUtime=0 cores=4,6
/proc/435309/task/435394/stat : 435394 (Timer-0) S 435304 435309 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56421466 19586084864 1977961 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 60.31 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7911844 KiB

[startup+102.301 s]
/proc/loadavg: 3.97 1.49 0.60 6/320 435410
/proc/meminfo: memFree=93023444/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19127036 memory=9186796 CPUtime=122.77 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 70836 0 50 0 12041 236 0 0 20 0 20 0 56419974 19586084864 2296699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4781759 2296699 6139 1 0 2655483 0

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

/proc/meminfo: memFree=80217716/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19127036 memory=16318712 CPUtime=1897.2 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 353211 0 50 0 189221 499 0 0 20 0 20 0 56419974 19586084864 4079678 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4781759 4079678 6165 1 0 4092458 0
[pid=435309/tid=435320] ppid=435304 vsize=19127036 memory=77840 CPUtime=849.56 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) S 435304 435309 435238 0 -1 1077936192 57760 0 36 0 84734 222 0 0 20 0 20 0 56419975 19586084864 4079678 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19127036 memory=-7305818976564239739 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4079678 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19127036 memory=16318796 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 605 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4079678 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435394] ppid=435304 vsize=19127036 memory=16318796 CPUtime=0 cores=4,6
/proc/435309/task/435394/stat : 435394 (Timer-0) S 435304 435309 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56421466 19586084864 4079678 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 1897.2 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16318712 KiB

[startup+1362.3 s]
/proc/loadavg: 5.38 5.50 4.31 6/315 436620
/proc/meminfo: memFree=80054680/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19127036 memory=16318796 CPUtime=2016.33 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 383642 0 50 0 201131 502 0 0 20 0 20 0 56419974 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4781759 4079699 6165 1 0 4092458 0
[pid=435309/tid=435320] ppid=435304 vsize=19127036 memory=16318796 CPUtime=849.56 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) S 435304 435309 435238 0 -1 1077936192 57825 0 36 0 84734 222 0 0 20 0 20 0 56419975 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19127036 memory=16318796 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19127036 memory=16318796 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 605 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435394] ppid=435304 vsize=19127036 memory=12264 CPUtime=0 cores=4,6
/proc/435309/task/435394/stat : 435394 (Timer-0) S 435304 435309 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56421466 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 2016.33 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16318796 KiB

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

# cumulated CPU time of all completed processes:  user=2047.4 s, system=5.07197 s

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

[startup+1369.6 s]
/proc/loadavg: 5.32 5.48 4.32 6/315 436622
/proc/meminfo: memFree=80054616/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19127036 memory=16318796 CPUtime=2030.84 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 384066 0 50 0 202582 502 0 0 20 0 20 0 56419974 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4781759 4079699 6165 1 0 4092458 0
[pid=435309/tid=435320] ppid=435304 vsize=19127036 memory=5640 CPUtime=849.56 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) S 435304 435309 435238 0 -1 1077936192 57825 0 36 0 84734 222 0 0 20 0 20 0 56419975 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19127036 memory=12264 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19127036 memory=-8889374933379556028 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 605 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435394] ppid=435304 vsize=19127036 memory=16318796 CPUtime=0 cores=4,6
/proc/435309/task/435394/stat : 435394 (Timer-0) S 435304 435309 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56421466 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 2030.84 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16318796 KiB

[startup+1376 s]*
/proc/loadavg: 5.37 5.49 4.33 6/317 436793
/proc/meminfo: memFree=79762416/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19127036 memory=16318796 CPUtime=2043.55 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 384675 0 50 0 203853 502 0 0 20 0 20 0 56419974 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4781759 4079699 6165 1 0 4092458 0
[pid=435309/tid=435320] ppid=435304 vsize=19127036 memory=-9176481604352713404 CPUtime=849.56 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) S 435304 435309 435238 0 -1 1077936192 57825 0 36 0 84734 222 0 0 20 0 20 0 56419975 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19127036 memory=-8910014969718292381 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19127036 memory=28068 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 605 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435394] ppid=435304 vsize=19127036 memory=19544 CPUtime=0 cores=4,6
/proc/435309/task/435394/stat : 435394 (Timer-0) S 435304 435309 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56421466 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 2043.55 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16318796 KiB

[startup+1377.6 s]
/proc/loadavg: 5.37 5.49 4.33 6/317 436795
/proc/meminfo: memFree=79762336/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19127036 memory=16318796 CPUtime=2046.72 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 384756 0 50 0 204170 502 0 0 20 0 20 0 56419974 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4781759 4079699 6165 1 0 4092458 0
[pid=435309/tid=435320] ppid=435304 vsize=19127036 memory=16318796 CPUtime=849.56 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) S 435304 435309 435238 0 -1 1077936192 57825 0 36 0 84734 222 0 0 20 0 20 0 56419975 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19127036 memory=16318796 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19127036 memory=-8889374933379556028 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 605 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435394] ppid=435304 vsize=19127036 memory=20964 CPUtime=0 cores=4,6
/proc/435309/task/435394/stat : 435394 (Timer-0) S 435304 435309 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56421466 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 2046.72 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16318796 KiB

[startup+1379.2 s]
/proc/loadavg: 5.42 5.50 4.34 7/317 436795
/proc/meminfo: memFree=79762328/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19127036 memory=16318796 CPUtime=2049.89 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 384957 0 50 0 204487 502 0 0 20 0 20 0 56419974 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4781759 4079699 6165 1 0 4092458 0
[pid=435309/tid=435320] ppid=435304 vsize=19127036 memory=12264 CPUtime=849.56 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) S 435304 435309 435238 0 -1 1077936192 57825 0 36 0 84734 222 0 0 20 0 20 0 56419975 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19127036 memory=5640 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19127036 memory=18484 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 605 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435394] ppid=435304 vsize=19127036 memory=16318796 CPUtime=0 cores=4,6
/proc/435309/task/435394/stat : 435394 (Timer-0) S 435304 435309 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56421466 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 2049.89 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16318796 KiB

[startup+1380 s]*
/proc/loadavg: 5.42 5.50 4.34 8/317 436795
/proc/meminfo: memFree=79762324/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19127036 memory=16318796 CPUtime=2051.49 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 385095 0 50 0 204647 502 0 0 20 0 20 0 56419974 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4781759 4079699 6165 1 0 4092458 0
[pid=435309/tid=435320] ppid=435304 vsize=19127036 memory=-9176481604352713404 CPUtime=849.56 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) S 435304 435309 435238 0 -1 1077936192 57825 0 36 0 84734 222 0 0 20 0 20 0 56419975 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19127036 memory=-7305818976564043129 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19127036 memory=5060 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 605 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435394] ppid=435304 vsize=19127036 memory=16318796 CPUtime=0 cores=4,6
/proc/435309/task/435394/stat : 435394 (Timer-0) S 435304 435309 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56421466 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 2051.49 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16318796 KiB

[startup+1380.4 s]
/proc/loadavg: 5.42 5.50 4.34 8/317 436795
/proc/meminfo: memFree=79762324/131655788 swapFree=131057156/131071996
[pid=435309] ppid=435304 vsize=19127036 memory=16318796 CPUtime=2052.27 cores=4,6
/proc/435309/stat : 435309 (java) S 435304 435309 435238 0 -1 1077936128 385095 0 50 0 204725 502 0 0 20 0 20 0 56419974 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
/proc/435309/statm: 4781759 4079699 6165 1 0 4092458 0
[pid=435309/tid=435320] ppid=435304 vsize=19127036 memory=5640 CPUtime=849.56 cores=4,6
/proc/435309/task/435320/stat : 435320 (java) S 435304 435309 435238 0 -1 1077936192 57825 0 36 0 84734 222 0 0 20 0 20 0 56419975 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435351] ppid=435304 vsize=19127036 memory=18484 CPUtime=0 cores=4,6
/proc/435309/task/435351/stat : 435351 (Finalizer) S 435304 435309 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435384] ppid=435304 vsize=19127036 memory=2232 CPUtime=0 cores=4,6
/proc/435309/task/435384/stat : 435384 (Common-Cleaner) S 435304 435309 435238 0 -1 1077936192 605 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
[pid=435309/tid=435394] ppid=435304 vsize=19127036 memory=1896 CPUtime=0 cores=4,6
/proc/435309/task/435394/stat : 435394 (Timer-0) S 435304 435309 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56421466 19586084864 4079699 134679101440 94506375471104 94506375474800 140726596870512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94506375482616 94506375483408 94506387300352 140726596879370 140726596879460 140726596879460 140726596886472 0
Current children cumulated CPU time: 2052.27 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16318796 KiB

[startup+1380.5 s]*
/proc/loadavg: 5.42 5.50 4.34 7/299 436795
/proc/meminfo: memFree=84407608/131655788 swapFree=131057156/131071996
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): 1380.53
CPU time (s): 2052.48
CPU user time (s): 2047.4
CPU system time (s): 5.07197
CPU usage (%): 148.673
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 16318832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2047.4
system time used= 5.07197
maximum resident set size= 16319764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 385220
page faults= 50
swaps= 0
block input operations= 5888
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47331
involuntary context switches= 29097


# summary of solver processes directly reported to runsolver:
#   pid: 435309
#   total CPU time (s): 2052.48
#   total CPU user time (s): 2047.4
#   total CPU system time (s): 5.07197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.51243 second user time and 10.1368 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-29 00:05:06
IDJOB=4461887
IDBENCH=178872
IDSOLVER=3058
FILE ID=nodeC005/4461887-1722204305
RUNJOBID= nodeC005-1722204305-435249
SLURM_JOB_ID= 8248640
Free space on /tmp= 723728 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.95_7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461887-1722204305/watcher-4461887-1722204305 -o /tmp/evaluation-result-4461887-1722204305/solver-4461887-1722204305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722204305-435249 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4461887-1722204305.opb

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

MD5SUM BENCH= e86999cbb73a957209b3a3afe1cdf1cc
RANDOM SEED=1194767636

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127029236 kB
MemAvailable:   130014052 kB
Buffers:          392656 kB
Cached:          3406716 kB
SwapCached:          244 kB
Active:          1767072 kB
Inactive:        2289240 kB
Active(anon):       2164 kB
Inactive(anon):   307668 kB
Active(file):    1764908 kB
Inactive(file):  1981572 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057156 kB
Dirty:             55036 kB
Writeback:             0 kB
AnonPages:        256904 kB
Mapped:            97888 kB
Shmem:             52880 kB
KReclaimable:     156736 kB
Slab:             264640 kB
SReclaimable:     156736 kB
SUnreclaim:       107904 kB
KernelStack:        3792 kB
PageTables:        10152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     655356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10720 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      435016 kB
DirectMap2M:    55044096 kB
DirectMap1G:    80740352 kB

Free space on /tmp at the end= 723736 MiB
End job on nodeC005 at 2024-07-29 00:28:06