Trace number 4462447

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) 2774.69 1851.37

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_400_008.opb
MD5SUM5b15f8b0103f862f2083963c79e8ca36
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-12612
Best CPU time to get the best result obtained on this benchmark0.387698
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9905
Total number of constraints313
Number of constraints which are clauses25
Number of constraints which are cardinality constraints (but not clauses)288
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2375
Number of terms in the objective function 9905
Biggest coefficient in the objective function 257
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1124116
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 257
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1124116
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4462447-1722243324.opb
0.14/0.12	c reading problem ... 
0.14/0.13	c  objective function found
0.33/0.25	c ... done. Wall clock time 0.123s.
0.33/0.25	c declared #vars     9905
0.33/0.25	c #constraints  313
0.33/0.25	c constraints type 
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 25
0.33/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 288
0.33/0.25	c 313 constraints processed.
0.33/0.26	c objective function length is 9905 literals
0.53/0.33	c SATISFIABLE
0.53/0.33	c OPTIMIZING...
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.208
0.53/0.33	o -10249
10.48/8.44	c cleaning 2501 clauses out of 5001 with flag 12862/5001
20.26/17.11	c cleaning 4250 clauses out of 8499 with flag 28832/11000
31.86/27.16	c cleaning 5623 clauses out of 11250 with flag 50777/18001
52.08/41.92	c cleaning 6810 clauses out of 13632 with flag 71857/26006
69.59/57.88	c cleaning 7908 clauses out of 15817 with flag 93690/35001
96.98/78.29	c cleaning 8956 clauses out of 17912 with flag 117271/45004
118.28/96.82	c cleaning 9978 clauses out of 19956 with flag 150277/56004
141.05/117.29	c cleaning 10987 clauses out of 21974 with flag 182514/68000
173.11/142.12	c cleaning 11994 clauses out of 23988 with flag 214618/81001
200.99/167.53	c cleaning 12997 clauses out of 25993 with flag 248371/95000
236.63/193.54	c cleaning 13995 clauses out of 27996 with flag 285784/110000
276.47/228.08	c cleaning 15002 clauses out of 30006 with flag 321879/126005
312.79/254.23	c cleaning 15999 clauses out of 32005 with flag 362196/143006
352.10/285.99	c cleaning 16994 clauses out of 34000 with flag 404140/161000
404.46/326.26	c cleaning 18006 clauses out of 36011 with flag 447422/180005
449.34/362.35	c cleaning 18994 clauses out of 38003 with flag 490688/200003
496.77/397.81	c cleaning 19998 clauses out of 40010 with flag 537914/221004
552.74/443.55	c cleaning 20997 clauses out of 42008 with flag 587724/243000
619.80/495.06	c cleaning 22000 clauses out of 44011 with flag 637684/266000
700.24/551.21	c cleaning 23004 clauses out of 46011 with flag 694003/290000
765.27/600.38	c cleaning 24002 clauses out of 48010 with flag 749494/315003
839.13/655.08	c cleaning 25004 clauses out of 50008 with flag 810379/341003
920.82/721.27	c cleaning 26007 clauses out of 52013 with flag 869334/368012
1000.87/778.23	c cleaning 26995 clauses out of 53994 with flag 934918/396000
1115.43/848.60	c cleaning 28000 clauses out of 56010 with flag 1001013/425011
1231.82/921.71	c cleaning 28990 clauses out of 58002 with flag 1068121/455003
1323.57/994.73	c cleaning 30012 clauses out of 60029 with flag 1137004/486020
1420.44/1059.31	c cleaning 31000 clauses out of 62000 with flag 1209725/518003
1586.30/1178.42	c cleaning 32002 clauses out of 64005 with flag 1281507/551008
1691.17/1244.59	c cleaning 33001 clauses out of 66003 with flag 1358858/585008
1918.72/1402.49	c cleaning 33997 clauses out of 67997 with flag 1434196/620003
2471.27/1698.55	
2471.27/1698.55	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (29484 MiB free)
  memory of node 1: 64510 MiB (45398 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=411230, runsolver pid=411227
Current StackSize limit: 8192 KiB


[startup+0.100085 s]*
/proc/loadavg: 6.82 6.34 5.92 8/331 411248
/proc/meminfo: memFree=76636340/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=18975048 memory=64688 CPUtime=0.14 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 7065 0 0 0 12 2 0 0 20 0 18 0 60860903 19430449152 16172 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4743762 16172 5660 1 0 549326 0
[pid=411230/tid=411232] ppid=411227 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) R 411227 411230 407473 0 -1 4194368 5648 0 0 0 7 1 0 0 20 0 18 0 60860904 19430449152 16172 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60860906 19430449152 16172 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=18975048 memory=13565998625699227 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60860907 19430449152 16172 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64688 KiB

[startup+0.205744 s]*
/proc/loadavg: 6.82 6.34 5.92 8/331 411250
/proc/meminfo: memFree=76608908/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=18975048 memory=94068 CPUtime=0.33 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 7741 0 0 0 31 2 0 0 20 0 18 0 60860903 19430449152 23517 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4743762 23517 5810 1 0 549777 0
[pid=411230/tid=411232] ppid=411227 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) R 411227 411230 407473 0 -1 4194368 5810 0 0 0 17 2 0 0 20 0 18 0 60860904 19430449152 23517 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=18975048 memory=1555553 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60860906 19430449152 23517 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=18975048 memory=16098173902915238 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60860907 19430449152 23517 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 94068 KiB

[startup+0.312105 s]*
/proc/loadavg: 6.82 6.34 5.92 9/332 411251
/proc/meminfo: memFree=76580336/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19041612 memory=120572 CPUtime=0.53 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 9198 0 0 0 50 3 0 0 20 0 19 0 60860903 19498610688 30143 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4760403 30143 5845 1 0 550988 0
[pid=411230/tid=411232] ppid=411227 vsize=19041612 memory=-8672640318037402300 CPUtime=0.27 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) R 411227 411230 407473 0 -1 4194368 5914 0 0 0 25 2 0 0 20 0 19 0 60860904 19498610688 30143 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 60860906 19498610688 30143 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 60860907 19498610688 30143 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 60860932 19498610688 30143 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 120572 KiB

[startup+0.701099 s]
/proc/loadavg: 6.82 6.34 5.92 10/332 411251
/proc/meminfo: memFree=76566452/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19041612 memory=149412 CPUtime=1.28 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 11854 0 0 0 124 4 0 0 20 0 19 0 60860903 19498610688 37353 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4760403 37353 5864 1 0 553000 0
[pid=411230/tid=411232] ppid=411227 vsize=19041612 memory=12348 CPUtime=0.64 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) R 411227 411230 407473 0 -1 4194368 5996 0 0 0 61 3 0 0 20 0 19 0 60860904 19498610688 37353 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19041612 memory=12348 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 60860906 19498610688 37353 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 60860907 19498610688 37353 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19041612 memory=1768 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 60860932 19498610688 37353 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 149412 KiB

[startup+1.5011 s]
/proc/loadavg: 6.82 6.34 5.92 8/333 411252
/proc/meminfo: memFree=76484068/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=298992 CPUtime=2.46 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 12443 0 0 0 238 8 0 0 20 0 20 0 60860903 19566772224 74748 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 74748 5895 1 0 553476 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=12348 CPUtime=1.3 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) R 411227 411230 407473 0 -1 4194368 6023 0 0 0 127 3 0 0 20 0 20 0 60860904 19566772224 74748 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 74748 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 74748 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 74748 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 298992 KiB

[startup+3.10564 s]
/proc/loadavg: 7.00 6.38 5.94 7/333 411252
/proc/meminfo: memFree=76145556/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=572960 CPUtime=4.5 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 16471 0 0 0 437 13 0 0 20 0 20 0 60860903 19566772224 143240 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 143240 5895 1 0 1079860 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=0 CPUtime=2.66 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) R 411227 411230 407473 0 -1 4194368 6191 0 0 0 262 4 0 0 20 0 20 0 60860904 19566772224 143240 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 143240 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=298992 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 143240 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=12348 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 143240 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 4.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 572960 KiB

[startup+6.30028 s]
/proc/loadavg: 7.00 6.38 5.94 7/333 411252
/proc/meminfo: memFree=75572936/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=1126304 CPUtime=8.01 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 18102 0 0 0 776 25 0 0 20 0 20 0 60860903 19566772224 281576 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 281576 5895 1 0 1079871 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=12348 CPUtime=5.53 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) R 411227 411230 407473 0 -1 4194368 6836 0 0 0 546 7 0 0 20 0 20 0 60860904 19566772224 281576 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 281576 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=5793433854922740823 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 281576 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=5500 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 281576 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 8.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1126304 KiB

[startup+12.7003 s]
/proc/loadavg: 6.92 6.38 5.94 7/333 411253
/proc/meminfo: memFree=74311960/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=2384396 CPUtime=15.39 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 22660 0 0 0 1489 50 0 0 20 0 20 0 60860903 19566772224 596099 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 596099 5895 1 0 1681539 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=0 CPUtime=11.08 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) R 411227 411230 407473 0 -1 4194368 8334 0 0 0 1095 13 0 0 20 0 20 0 60860904 19566772224 596099 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=2073100 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 596099 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 596099 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=15888 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 596099 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 15.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2384396 KiB

[startup+25.5011 s]
/proc/loadavg: 6.71 6.36 5.94 7/334 411638
/proc/meminfo: memFree=71709072/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=5044724 CPUtime=29.91 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 26652 0 0 0 2888 103 0 0 20 0 20 0 60860903 19566772224 1261181 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 1261181 5895 1 0 2546335 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=2073100 CPUtime=21.96 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) R 411227 411230 407473 0 -1 4194368 9758 0 0 0 2171 25 0 0 20 0 20 0 60860904 19566772224 1261181 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=15888 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 1261181 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=3619868 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 1261181 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=11468 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 1261181 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 29.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044724 KiB

[startup+51.1061 s]
/proc/loadavg: 6.82 6.41 5.97 8/331 411642
/proc/meminfo: memFree=68871276/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=7813540 CPUtime=62.31 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 58444 0 0 0 6068 163 0 0 20 0 20 0 60860903 19566772224 1953385 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 1953385 5911 1 0 2757672 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=7457924 CPUtime=44.53 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) S 411227 411230 407473 0 -1 1077936192 11358 0 0 0 4416 37 0 0 20 0 20 0 60860904 19566772224 1953385 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0

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

/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 4073928 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 2637.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295712 KiB

[startup+1842.3 s]
/proc/loadavg: 2.36 2.20 2.85 3/255 412636
/proc/meminfo: memFree=107430344/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=16295712 CPUtime=2756.77 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 493297 0 0 0 275149 528 0 0 20 0 20 0 60860903 19566772224 4073928 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 4073928 5961 1 0 4085613 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=16295664 CPUtime=1220.49 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) S 411227 411230 407473 0 -1 1077936192 130129 0 0 0 121945 104 0 0 20 0 20 0 60860904 19566772224 4073928 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=16295712 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 4073928 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=16295680 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 589 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 4073928 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=16295680 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 4073928 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 2756.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295712 KiB

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

# cumulated CPU time of all completed processes:  user=2769.37 s, system=5.32767 s

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

[startup+1843.2 s]
/proc/loadavg: 2.36 2.20 2.85 3/255 412636
/proc/meminfo: memFree=107430372/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=16295712 CPUtime=2758.56 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 493317 0 0 0 275328 528 0 0 20 0 20 0 60860903 19566772224 4073928 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 4073928 5961 1 0 4085613 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=11468 CPUtime=1220.49 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) S 411227 411230 407473 0 -1 1077936192 130129 0 0 0 121945 104 0 0 20 0 20 0 60860904 19566772224 4073928 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=16295696 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 4073928 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=16295652 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 589 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 4073928 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=16295648 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 4073928 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 2758.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295712 KiB

[startup+1846.4 s]
/proc/loadavg: 2.33 2.20 2.84 3/255 412636
/proc/meminfo: memFree=107430392/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=16295736 CPUtime=2764.92 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 493417 0 0 0 275964 528 0 0 20 0 20 0 60860903 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 4073934 5961 1 0 4085613 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=16295712 CPUtime=1220.49 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) S 411227 411230 407473 0 -1 1077936192 130129 0 0 0 121945 104 0 0 20 0 20 0 60860904 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=2164 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=15888 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 589 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=5500 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 2764.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295736 KiB

[startup+1849.6 s]
/proc/loadavg: 2.47 2.23 2.85 3/255 412636
/proc/meminfo: memFree=107430400/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=16295736 CPUtime=2771.25 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 493545 0 0 0 276597 528 0 0 20 0 20 0 60860903 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 4073934 5961 1 0 4085613 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=16295616 CPUtime=1220.49 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) S 411227 411230 407473 0 -1 1077936192 130129 0 0 0 121945 104 0 0 20 0 20 0 60860904 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=12348 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=5500 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 589 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=1768 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 2771.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295736 KiB

[startup+1850.4 s]
/proc/loadavg: 2.47 2.23 2.85 3/255 412636
/proc/meminfo: memFree=107430400/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=16295736 CPUtime=2772.83 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 493545 0 0 0 276755 528 0 0 20 0 20 0 60860903 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 4073934 5961 1 0 4085613 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=16295736 CPUtime=1220.49 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) S 411227 411230 407473 0 -1 1077936192 130129 0 0 0 121945 104 0 0 20 0 20 0 60860904 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=40920 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=1896 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 589 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=2132 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 2772.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295736 KiB

[startup+1850.8 s]
/proc/loadavg: 2.47 2.23 2.85 3/255 412636
/proc/meminfo: memFree=107430400/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=16295736 CPUtime=2773.63 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 493545 0 0 0 276835 528 0 0 20 0 20 0 60860903 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 4073934 5961 1 0 4085613 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=40920 CPUtime=1220.49 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) S 411227 411230 407473 0 -1 1077936192 130129 0 0 0 121945 104 0 0 20 0 20 0 60860904 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=1896 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=2132 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 589 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=32176 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 2773.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295736 KiB

[startup+1851.2 s]
/proc/loadavg: 2.47 2.23 2.85 3/255 412638
/proc/meminfo: memFree=107430344/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=16295736 CPUtime=2774.42 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 493545 0 0 0 276914 528 0 0 20 0 20 0 60860903 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 4073934 5961 1 0 4085613 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=76216 CPUtime=1220.49 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) S 411227 411230 407473 0 -1 1077936192 130129 0 0 0 121945 104 0 0 20 0 20 0 60860904 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=16295736 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=25812 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 589 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=11468 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 2774.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295736 KiB

[startup+1851.31 s]
/proc/loadavg: 2.47 2.23 2.85 3/255 412638
/proc/meminfo: memFree=107430344/131524600 swapFree=131056028/131071996
[pid=411230] ppid=411227 vsize=19108176 memory=16295736 CPUtime=2774.61 cores=1,3
/proc/411230/stat : 411230 (java) S 411227 411230 407473 0 -1 1077936128 493545 0 0 0 276933 528 0 0 20 0 20 0 60860903 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
/proc/411230/statm: 4777044 4073934 5961 1 0 4085613 0
[pid=411230/tid=411232] ppid=411227 vsize=19108176 memory=16295736 CPUtime=1220.49 cores=1,3
/proc/411230/task/411232/stat : 411232 (java) S 411227 411230 407473 0 -1 1077936192 130129 0 0 0 121945 104 0 0 20 0 20 0 60860904 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411241] ppid=411227 vsize=19108176 memory=76216 CPUtime=0 cores=1,3
/proc/411230/task/411241/stat : 411241 (Finalizer) S 411227 411230 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60860906 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411248] ppid=411227 vsize=19108176 memory=11468 CPUtime=0 cores=1,3
/proc/411230/task/411248/stat : 411248 (Common-Cleaner) S 411227 411230 407473 0 -1 1077936192 589 0 0 0 0 0 0 0 20 0 20 0 60860907 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
[pid=411230/tid=411251] ppid=411227 vsize=19108176 memory=5500 CPUtime=0 cores=1,3
/proc/411230/task/411251/stat : 411251 (Timer-0) S 411227 411230 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60860932 19566772224 4073934 134679101440 94626714845184 94626714848880 140724324113504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94626714856696 94626714857488 94626745356288 140724324119558 140724324119648 140724324119648 140724324126664 0
Current children cumulated CPU time: 2774.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295736 KiB

Child status: 1

Real time (s): 1851.37
CPU time (s): 2774.69
CPU user time (s): 2769.37
CPU system time (s): 5.32767
CPU usage (%): 149.873
Max. virtual memory (cumulated for all children) (KiB): 19114336
Max. memory (cumulated for all children) (KiB): 16295752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2769.37
system time used= 5.32768
maximum resident set size= 16296340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493646
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66086
involuntary context switches= 41719


# summary of solver processes directly reported to runsolver:
#   pid: 411230
#   total CPU time (s): 2774.69
#   total CPU user time (s): 2769.37
#   total CPU system time (s): 5.32767

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.77164 second user time and 8.58236 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-29 10:55:24
IDJOB=4462447
IDBENCH=178886
IDSOLVER=3058
FILE ID=nodeC016/4462447-1722243324
RUNJOBID= nodeC016-1722240201-409502
SLURM_JOB_ID= 8248753
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/KidneyTransplantBenchmarks/normalized-KE_400_008.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462447-1722243324/watcher-4462447-1722243324 -o /tmp/evaluation-result-4462447-1722243324/solver-4462447-1722243324 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1722240201-409502 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4462447-1722243324.opb

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

MD5SUM BENCH= 5b15f8b0103f862f2083963c79e8ca36
RANDOM SEED=1679151072

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        76679952 kB
MemAvailable:   82503384 kB
Buffers:          406488 kB
Cached:          6098388 kB
SwapCached:          284 kB
Active:          2504148 kB
Inactive:       51338680 kB
Active(anon):       2404 kB
Inactive(anon): 47387968 kB
Active(file):    2501744 kB
Inactive(file):  3950712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:              1044 kB
Writeback:            52 kB
AnonPages:      47335728 kB
Mapped:           127344 kB
Shmem:             52400 kB
KReclaimable:     421248 kB
Slab:             546900 kB
SReclaimable:     421248 kB
SUnreclaim:       125652 kB
KernelStack:        5072 kB
PageTables:       102492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   48128380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            22144 kB
HardwareCorrupted:     0 kB
AnonHugePages:  46759936 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:      377556 kB
DirectMap2M:    43436032 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC016 at 2024-07-29 11:26:15