Trace number 4462407

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) 1126.92 639.464

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_630_002.opb
MD5SUMf64956fb95f4da3d30c9425fcde28245
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-26056
Best CPU time to get the best result obtained on this benchmark3.10713
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables58882
Total number of constraints562
Number of constraints which are clauses18
Number of constraints which are cardinality constraints (but not clauses)544
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8006
Number of terms in the objective function 58872
Biggest coefficient in the objective function 264
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 6758321
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 264
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 6758321
Number of bits of the biggest sum of numbers23
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.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4462407-1722242814.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  objective function found
1.05/0.62	c ... done. Wall clock time 0.489s.
1.05/0.62	c declared #vars     58882
1.05/0.62	c #constraints  562
1.05/0.62	c constraints type 
1.05/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 18
1.05/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 544
1.05/0.62	c 562 constraints processed.
1.05/0.63	c objective function length is 58872 literals
1.43/0.80	c SATISFIABLE
1.43/0.80	c OPTIMIZING...
1.43/0.80	c Got one! Elapsed wall clock time (in seconds):0.681
1.43/0.80	o -20333
72.30/57.74	c cleaning 2504 clauses out of 5008 with flag 13511/5008
159.76/116.56	c cleaning 4250 clauses out of 8499 with flag 28314/11003
273.79/193.09	c cleaning 5623 clauses out of 11246 with flag 45368/18000
625.47/386.63	
625.47/386.63	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=411065, runsolver pid=411062
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 5.86 5.82 5.61 7/328 411083
/proc/meminfo: memFree=77133644/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=18975048 memory=64000 CPUtime=0.13 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 7050 0 0 0 12 1 0 0 20 0 18 0 60809927 19430449152 16000 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4743762 16000 5547 1 0 549320 0
[pid=411065/tid=411067] ppid=411062 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) R 411062 411065 407473 0 -1 4194368 5631 0 0 0 8 1 0 0 20 0 18 0 60809927 19430449152 16000 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 60809930 19430449152 16000 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=18975048 memory=13565998625699227 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60809930 19430449152 16000 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64000 KiB

[startup+0.208782 s]*
/proc/loadavg: 5.86 5.82 5.61 8/328 411083
/proc/meminfo: memFree=77113020/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=18975048 memory=85836 CPUtime=0.33 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 8647 0 0 0 31 2 0 0 20 0 18 0 60809927 19430449152 21459 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4743762 21459 5818 1 0 550351 0
[pid=411065/tid=411067] ppid=411062 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) R 411062 411065 407473 0 -1 4194368 5755 0 0 0 16 1 0 0 20 0 18 0 60809927 19430449152 21459 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=18975048 memory=1555553 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 60809930 19430449152 21459 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=18975048 memory=16098173902915238 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60809930 19430449152 21459 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85836 KiB

[startup+0.314798 s]*
/proc/loadavg: 5.86 5.82 5.61 9/328 411083
/proc/meminfo: memFree=77070280/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=18975048 memory=128004 CPUtime=0.53 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 9032 0 0 0 50 3 0 0 20 0 18 0 60809927 19430449152 32001 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4743762 32001 5826 1 0 550607 0
[pid=411065/tid=411067] ppid=411062 vsize=18975048 memory=-9031804587343454908 CPUtime=0.26 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) R 411062 411065 407473 0 -1 4194368 5807 0 0 0 24 2 0 0 20 0 18 0 60809927 19430449152 32001 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 60809930 19430449152 32001 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60809930 19430449152 32001 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 128004 KiB

[startup+0.70021 s]
/proc/loadavg: 5.86 5.82 5.61 9/329 411084
/proc/meminfo: memFree=77007260/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=191708 CPUtime=1.23 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 9639 0 0 0 118 5 0 0 20 0 20 0 60809927 19566772224 47927 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 47927 5923 1 0 551396 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=5500 CPUtime=0.55 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) R 411062 411065 407473 0 -1 4194368 5927 0 0 0 52 3 0 0 20 0 20 0 60809927 19566772224 47927 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 47927 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 47927 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191708 KiB

[startup+1.50026 s]
/proc/loadavg: 5.86 5.82 5.61 8/330 411085
/proc/meminfo: memFree=77005440/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=274404 CPUtime=2.67 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 10964 0 0 0 260 7 0 0 20 0 20 0 60809927 19566772224 68601 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 68601 5926 1 0 1132293 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=12348 CPUtime=1.32 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) R 411062 411065 407473 0 -1 4194368 6012 0 0 0 127 5 0 0 20 0 20 0 60809927 19566772224 68601 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 68601 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 68601 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 68601 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 274404 KiB

[startup+3.10584 s]
/proc/loadavg: 5.95 5.84 5.61 8/330 411085
/proc/meminfo: memFree=76565240/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=631368 CPUtime=4.49 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 11264 0 0 0 435 14 0 0 20 0 20 0 60809927 19566772224 157842 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 157842 5942 1 0 1132304 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=0 CPUtime=2.73 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) R 411062 411065 407473 0 -1 4194368 6081 0 0 0 266 7 0 0 20 0 20 0 60809927 19566772224 157842 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=11468 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 157842 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 157842 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 157842 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 4.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 631368 KiB

[startup+6.30022 s]
/proc/loadavg: 5.95 5.84 5.61 7/330 411085
/proc/meminfo: memFree=75986956/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=1256500 CPUtime=8.32 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 14985 0 0 0 804 28 0 0 20 0 20 0 60809927 19566772224 314125 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 314125 5942 1 0 1723821 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=0 CPUtime=5.4 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) R 411062 411065 407473 0 -1 4194368 6603 0 0 0 532 8 0 0 20 0 20 0 60809927 19566772224 314125 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 314125 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=11468 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 314125 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=76216 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 314125 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1256500 KiB

[startup+12.7002 s]
/proc/loadavg: 5.95 5.84 5.62 6/330 411087
/proc/meminfo: memFree=75067100/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=2126912 CPUtime=15.2 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 16448 0 0 0 1475 45 0 0 20 0 20 0 60809927 19566772224 531728 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 531728 5942 1 0 1723832 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=191800 CPUtime=11.25 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) R 411062 411065 407473 0 -1 4194368 7314 0 0 0 1112 13 0 0 20 0 20 0 60809927 19566772224 531728 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=2126912 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 531728 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=657992 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 531728 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 531728 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 15.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2126912 KiB

[startup+25.5003 s]
/proc/loadavg: 5.74 5.80 5.61 6/330 411089
/proc/meminfo: memFree=73164024/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=4023796 CPUtime=29.35 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 18555 0 0 0 2854 81 0 0 20 0 20 0 60809927 19566772224 1005949 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 1005949 5942 1 0 2003746 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=2126912 CPUtime=22.58 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) R 411062 411065 407473 0 -1 4194368 7809 0 0 0 2239 19 0 0 20 0 20 0 60809927 19566772224 1005949 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=3304944 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 1005949 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 1005949 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=6944652177228980320 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 1005949 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 29.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4023796 KiB

[startup+51.1068 s]
/proc/loadavg: 6.03 5.85 5.63 8/330 411093
/proc/meminfo: memFree=69277176/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=8027536 CPUtime=65.35 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 46599 0 0 0 6369 166 0 0 20 0 20 0 60809927 19566772224 2006884 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 2006884 5957 1 0 2256567 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=5544996 CPUtime=45.1 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) S 411062 411065 407473 0 -1 1077936192 9921 0 0 0 4476 34 0 0 20 0 20 0 60809927 19566772224 2006884 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=5687660 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 2006884 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=11468 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 2006884 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0

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

/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 1013.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16284248 KiB

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

# cumulated CPU time of all completed processes:  user=1123.14 s, system=3.78218 s

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

[startup+588.801 s]
/proc/loadavg: 6.90 6.47 6.00 9/331 411646
/proc/meminfo: memFree=66605380/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=16284248 CPUtime=1026.55 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 271999 0 0 0 102285 370 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 4071062 5986 1 0 4083177 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=0 CPUtime=212.38 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) S 411062 411065 407473 0 -1 1077936192 25757 0 0 0 21155 83 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=16284248 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=16284248 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 268 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=-9031804587343454908 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 1026.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16284248 KiB

[startup+614.401 s]
/proc/loadavg: 6.67 6.45 6.01 7/331 411652
/proc/meminfo: memFree=64665332/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=16284248 CPUtime=1077.28 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 273900 0 0 0 107358 370 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 4071062 5986 1 0 4083177 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=16284248 CPUtime=212.38 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) S 411062 411065 407473 0 -1 1077936192 25757 0 0 0 21155 83 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=280014822632960 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 272 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=16284248 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 1077.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16284248 KiB

[startup+627.201 s]
/proc/loadavg: 6.57 6.43 6.01 7/331 411654
/proc/meminfo: memFree=64338244/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=16284248 CPUtime=1102.69 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 274733 0 0 0 109898 371 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 4071062 5986 1 0 4083177 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=12348 CPUtime=212.38 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) S 411062 411065 407473 0 -1 1077936192 25757 0 0 0 21155 83 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=11468 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 272 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=1896 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 1102.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16284248 KiB

[startup+633.611 s]
/proc/loadavg: 6.56 6.43 6.01 7/331 411657
/proc/meminfo: memFree=64056940/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=16284248 CPUtime=1115.41 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 294079 0 0 0 111168 373 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 4071062 5986 1 0 4083177 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=12348 CPUtime=212.38 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) S 411062 411065 407473 0 -1 1077936192 25757 0 0 0 21155 83 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=11468 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=11468 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 272 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=5500 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 1115.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16284248 KiB

[startup+636.801 s]
/proc/loadavg: 6.56 6.43 6.01 7/331 411657
/proc/meminfo: memFree=63919516/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=16284248 CPUtime=1121.71 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 296502 0 0 0 111798 373 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 4071062 5986 1 0 4083177 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=76216 CPUtime=212.38 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) S 411062 411065 407473 0 -1 1077936192 25757 0 0 0 21155 83 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=2132 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 272 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=5500 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 1121.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16284248 KiB

[startup+638.401 s]
/proc/loadavg: 6.59 6.44 6.02 8/331 411657
/proc/meminfo: memFree=63919524/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=16284248 CPUtime=1124.86 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 296696 0 0 0 112113 373 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 4071062 5986 1 0 4083177 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=2164 CPUtime=212.38 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) S 411062 411065 407473 0 -1 1077936192 25757 0 0 0 21155 83 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=1768 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=37 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 272 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=126 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 1124.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16284248 KiB

[startup+639.201 s]
/proc/loadavg: 6.59 6.44 6.02 8/331 411657
/proc/meminfo: memFree=63919560/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=16284248 CPUtime=1126.45 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 296696 0 0 0 112272 373 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 4071062 5986 1 0 4083177 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=11468 CPUtime=212.38 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) S 411062 411065 407473 0 -1 1077936192 25757 0 0 0 21155 83 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=16284248 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=16284248 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 272 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=15888 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 1126.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16284248 KiB

[startup+639.41 s]
/proc/loadavg: 6.59 6.44 6.02 8/331 411657
/proc/meminfo: memFree=63919560/131524600 swapFree=131056028/131071996
[pid=411065] ppid=411062 vsize=19108176 memory=16284248 CPUtime=1126.85 cores=0,2
/proc/411065/stat : 411065 (java) S 411062 411065 407473 0 -1 1077936128 301573 0 0 0 112311 374 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
/proc/411065/statm: 4777044 4071062 5986 1 0 4083177 0
[pid=411065/tid=411067] ppid=411062 vsize=19108176 memory=1768 CPUtime=212.38 cores=0,2
/proc/411065/task/411067/stat : 411067 (java) S 411062 411065 407473 0 -1 1077936192 25757 0 0 0 21155 83 0 0 20 0 20 0 60809927 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411076] ppid=411062 vsize=19108176 memory=76216 CPUtime=0 cores=0,2
/proc/411065/task/411076/stat : 411076 (Finalizer) S 411062 411065 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411083] ppid=411062 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/411065/task/411083/stat : 411083 (Common-Cleaner) S 411062 411065 407473 0 -1 1077936192 272 0 0 0 0 0 0 0 20 0 20 0 60809930 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
[pid=411065/tid=411085] ppid=411062 vsize=19108176 memory=5500 CPUtime=0 cores=0,2
/proc/411065/task/411085/stat : 411085 (Timer-0) S 411062 411065 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60809994 19566772224 4071062 134679101440 94011441979392 94011441983088 140727500951648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94011441990904 94011441991696 94011469099008 140727500956678 140727500956768 140727500956768 140727500963784 0
Current children cumulated CPU time: 1126.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16284248 KiB

Child status: 1

Real time (s): 639.464
CPU time (s): 1126.92
CPU user time (s): 1123.14
CPU system time (s): 3.78218
CPU usage (%): 176.229
Max. virtual memory (cumulated for all children) (KiB): 19114336
Max. memory (cumulated for all children) (KiB): 16284248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1123.14
system time used= 3.78218
maximum resident set size= 16285176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301819
page faults= 0
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21529
involuntary context switches= 23470


# summary of solver processes directly reported to runsolver:
#   pid: 411065
#   total CPU time (s): 1126.92
#   total CPU user time (s): 1123.14
#   total CPU system time (s): 3.78218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.29163 second user time and 3.19696 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-29 10:46:54
IDJOB=4462407
IDBENCH=178885
IDSOLVER=3058
FILE ID=nodeC016/4462407-1722242814
RUNJOBID= nodeC016-1722240201-409500
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_630_002.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462407-1722242814/watcher-4462407-1722242814 -o /tmp/evaluation-result-4462407-1722242814/solver-4462407-1722242814 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1722240201-409500 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4462407-1722242814.opb

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

MD5SUM BENCH= f64956fb95f4da3d30c9425fcde28245
RANDOM SEED=833348496

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.712
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		: 3599.660
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.664
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		: 3599.660
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		: 3625.466
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		: 3599.660
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		: 3625.473
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		: 3599.708
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:        77177328 kB
MemAvailable:   82993928 kB
Buffers:          405872 kB
Cached:          6092472 kB
SwapCached:          284 kB
Active:          2501092 kB
Inactive:       50845504 kB
Active(anon):       2412 kB
Inactive(anon): 46898560 kB
Active(file):    2498680 kB
Inactive(file):  3946944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:              3488 kB
Writeback:             8 kB
AnonPages:      46844732 kB
Mapped:           127388 kB
Shmem:             52400 kB
KReclaimable:     421248 kB
Slab:             546940 kB
SReclaimable:     421248 kB
SUnreclaim:       125692 kB
KernelStack:        5008 kB
PageTables:       102020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   47598924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            22144 kB
HardwareCorrupted:     0 kB
AnonHugePages:  45983744 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= 890076 MiB
End job on nodeC016 at 2024-07-29 10:57:34