Trace number 4397105

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
cosoco 2.0? (TO) 2519.41 2520.01

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-8.xml
MD5SUM3801e67c429176a130b0cb7922d17a7f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark458
Best CPU time to get the best result obtained on this benchmark29.0983
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size560
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":91},{"size":560,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

2519.40/2520.01	c
2519.40/2520.01	c This is cosoco 2.00 --  
2519.40/2520.01	c
2519.40/2520.01	c command line: cosoco -lc -model -restarts -stick HOME/instance-4397105-1568572784.xml 
2519.40/2520.01	c enable optimization
2519.40/2520.01	c ========================================[ Problem Statistics ]===========================================
2519.40/2520.01	c |                                                                                                       
2519.40/2520.01	c |  Parse time        :         0.02 s 
2519.40/2520.01	c |
2519.40/2520.01	c |               Variables: 203
2519.40/2520.01	c |            Domain Sizes: 6..560
2519.40/2520.01	c |
2519.40/2520.01	c |             Constraints: 309
2519.40/2520.01	c |                   Arity: 1..9  -- Unary: 7  -- Binary: 196  -- Ternary: 49
2519.40/2520.01	c | 
2519.40/2520.01	c |                   Types: 
2519.40/2520.01	c |                          All Different: 7
2519.40/2520.01	c |                          Disjunctive: 147
2519.40/2520.01	c |                          Element Variable: 49
2519.40/2520.01	c |                          Extension: 49  (nb tuples: 7..7) -- (shared: 42)
2519.40/2520.01	c |                          Max constant: 1
2519.40/2520.01	c |                          Sum: 49
2519.40/2520.01	c |                          Unary: 7
2519.40/2520.01	c |                          
2519.40/2520.01	c |               Objective: Minimize Max constant
2519.40/2520.01	
2519.40/2520.01	c =========================================================================================================
2519.40/2520.01	
2519.40/2520.01	c *** INTERRUPTED ***
2519.40/2520.01	c call to solver        : 0
2519.40/2520.01	c
2519.40/2520.01	c restarts              : 89          
2519.40/2520.01	c conflicts             : 5007372      (1988 /sec)
2519.40/2520.01	c decisions             : 7792648      (3093 /sec)
2519.40/2520.01	c propagations          : 4891165188  (1941410 /sec)
2519.40/2520.01	c root propagations     : 10341       
2519.40/2520.01	c filter calls          : 465046491      (184587 /sec)
2519.40/2520.01	c useless filter calls  : 368825688      (79 %)
2519.40/2520.01	c Memory used           : 28.13 MB
2519.40/2520.01	c Best bound time (wc)  : -1.56857e+09 s
2519.40/2520.01	c CPU time              : 2519.39 s
2519.40/2520.01	c real time             : 2519.85 s
2519.40/2520.01	
2519.40/2520.01	c No Bound found!
2519.40/2520.01	
2519.40/2520.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) 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: 16374 MiB (14790 MiB free)
  memory of node 1: 16384 MiB (14984 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4397105-1568572784/watcher-4397105-1568572784 -o /tmp/evaluation-result-4397105-1568572784/solver-4397105-1568572784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568572741-13813 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4397105-1568572784.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=13839, runsolver pid=13836
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 0.00 0.01 0.05 1/199 13844
/proc/meminfo: memFree=30484580/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=8040 memory=208 CPUtime=0 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) D 13836 13839 13782 0 -1 1077936128 180 0 1 0 0 0 0 0 20 0 1 0 433525747 8232960 52 33554432000 4194304 6211092 140736041305392 140736041302520 140302843451079 0 0 4096 0 18446744072101760548 0 0 17 4 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 2010 52 39 493 0 45 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 8040 KiB
Current children cumulated memory: 208 KiB

[startup+0.210087 s]*
/proc/loadavg: 0.00 0.01 0.05 4/199 13844
/proc/meminfo: memFree=30482512/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5324 CPUtime=0.05 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 1528 0 1 0 5 0 0 0 20 0 1 0 433525747 29495296 1331 33554432000 4194304 6211092 140736041305392 140736041301880 5193728 0 0 4096 8405026 0 0 0 17 4 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1331 869 493 0 506 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5324 KiB

[startup+0.309529 s]*
/proc/loadavg: 0.00 0.01 0.05 4/199 13844
/proc/meminfo: memFree=30482652/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5324 CPUtime=0.15 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 1528 0 1 0 15 0 0 0 20 0 1 0 433525747 29495296 1331 33554432000 4194304 6211092 140736041305392 140736041302584 5167507 0 0 4096 8405026 0 0 0 17 4 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1331 869 493 0 506 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5324 KiB

[startup+0.700339 s]
/proc/loadavg: 0.00 0.01 0.05 3/199 13844
/proc/meminfo: memFree=30482652/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5324 CPUtime=0.54 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 1534 0 1 0 54 0 0 0 20 0 1 0 433525747 29495296 1331 33554432000 4194304 6211092 140736041305392 140736041302584 5390005 0 0 4096 8405026 0 0 0 17 4 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1331 869 493 0 506 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5324 KiB

[startup+1.50033 s]
/proc/loadavg: 0.00 0.01 0.05 3/199 13844
/proc/meminfo: memFree=30482652/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5324 CPUtime=1.34 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 1545 0 1 0 134 0 0 0 20 0 1 0 433525747 29495296 1331 33554432000 4194304 6211092 140736041305392 140736041302584 5193696 0 0 4096 8405026 0 0 0 17 4 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1331 869 493 0 506 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5324 KiB

[startup+3.10917 s]
/proc/loadavg: 0.00 0.01 0.05 3/199 13844
/proc/meminfo: memFree=30482648/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5544 CPUtime=2.94 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 1973 0 1 0 294 0 0 0 20 0 1 0 433525747 29495296 1386 33554432000 4194304 6211092 140736041305392 140736041302584 5193696 0 0 4096 8405026 0 0 0 17 4 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1386 895 493 0 506 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5544 KiB

[startup+6.30033 s]
/proc/loadavg: 0.16 0.05 0.06 3/199 13844
/proc/meminfo: memFree=30481904/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5548 CPUtime=6.14 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 2399 0 1 0 614 0 0 0 20 0 1 0 433525747 29495296 1387 33554432000 4194304 6211092 140736041305392 140736041302584 5168222 0 0 4096 8405026 0 0 0 17 4 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1387 895 493 0 506 0
Current children cumulated CPU time: 6.14 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5548 KiB

[startup+12.7003 s]
/proc/loadavg: 0.31 0.08 0.07 3/199 13844
/proc/meminfo: memFree=30481904/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5552 CPUtime=12.53 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 2825 0 1 0 1253 0 0 0 20 0 1 0 433525747 29495296 1388 33554432000 4194304 6211092 140736041305392 140736041302584 5168219 0 0 4096 8405026 0 0 0 17 4 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1388 895 493 0 506 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5552 KiB

[startup+25.5003 s]
/proc/loadavg: 0.68 0.17 0.10 3/200 13847
/proc/meminfo: memFree=30482204/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5552 CPUtime=25.33 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 3563 0 1 0 2533 0 0 0 20 0 1 0 433525747 29495296 1388 33554432000 4194304 6211092 140736041305392 140736041302584 5167538 0 0 4096 8405026 0 0 0 17 4 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1388 895 493 0 506 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5552 KiB

[startup+51.1091 s]
/proc/loadavg: 1.13 0.32 0.15 3/199 13847
/proc/meminfo: memFree=30482408/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5552 CPUtime=50.93 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 4076 0 1 0 5093 0 0 0 20 0 1 0 433525747 29495296 1388 33554432000 4194304 6211092 140736041305392 140736041302584 5168225 0 0 4096 8405026 0 0 0 17 4 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1388 895 493 0 506 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5552 KiB

[startup+102.3 s]
/proc/loadavg: 1.62 0.58 0.25 3/200 13859
/proc/meminfo: memFree=30480560/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5552 CPUtime=102.11 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 4481 0 1 0 10211 0 0 0 20 0 1 0 433525747 29495296 1388 33554432000 4194304 6211092 140736041305392 140736041302584 5193728 0 0 4096 8405026 0 0 0 17 4 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1388 895 493 0 506 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5552 KiB

[startup+162.3 s]
/proc/loadavg: 1.86 0.84 0.35 3/200 13865
/proc/meminfo: memFree=30481156/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5552 CPUtime=162.1 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 4886 0 1 0 16210 0 0 0 20 0 1 0 433525747 29495296 1388 33554432000 4194304 6211092 140736041305392 140736041302584 5167504 0 0 4096 8405026 0 0 0 17 2 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1388 895 493 0 506 0
Current children cumulated CPU time: 162.1 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5552 KiB

[startup+222.3 s]
/proc/loadavg: 1.92 1.04 0.45 3/200 13869
/proc/meminfo: memFree=30481980/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5552 CPUtime=222.09 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 5291 0 1 0 22209 0 0 0 20 0 1 0 433525747 29495296 1388 33554432000 4194304 6211092 140736041305392 140736041302584 5193696 0 0 4096 8405026 0 0 0 17 2 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1388 895 493 0 506 0
Current children cumulated CPU time: 222.09 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5552 KiB

[startup+282.3 s]
/proc/loadavg: 1.97 1.21 0.55 3/200 13873
/proc/meminfo: memFree=30481632/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5552 CPUtime=282.08 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 5696 0 1 0 28208 0 0 0 20 0 1 0 433525747 29495296 1388 33554432000 4194304 6211092 140736041305392 140736041302584 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1388 895 493 0 506 0
Current children cumulated CPU time: 282.08 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5552 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.35 0.64 3/200 13879
/proc/meminfo: memFree=30481680/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5552 CPUtime=342.07 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 6101 0 1 0 34207 0 0 0 20 0 1 0 433525747 29495296 1388 33554432000 4194304 6211092 140736041305392 140736041302584 5167529 0 0 4096 8405026 0 0 0 17 2 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1388 895 493 0 506 0
Current children cumulated CPU time: 342.07 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5552 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.47 0.72 3/198 13883
/proc/meminfo: memFree=30482824/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5552 CPUtime=402.06 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 6506 0 1 0 40206 0 0 0 20 0 1 0 433525747 29495296 1388 33554432000 4194304 6211092 140736041305392 140736041302584 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1388 895 493 0 506 0
Current children cumulated CPU time: 402.06 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5552 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.57 0.80 3/199 13888
/proc/meminfo: memFree=30481488/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5552 CPUtime=462.06 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 6911 0 1 0 46205 1 0 0 20 0 1 0 433525747 29495296 1388 33554432000 4194304 6211092 140736041305392 140736041302584 5168219 0 0 4096 8405026 0 0 0 17 2 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1388 895 493 0 506 0
Current children cumulated CPU time: 462.06 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5552 KiB


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

/proc/13839/statm: 7201 1390 895 493 0 506 0
Current children cumulated CPU time: 1721.86 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5560 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.71 3/199 14032
/proc/meminfo: memFree=30481092/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5560 CPUtime=1781.84 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 15601 0 1 0 178183 1 0 0 20 0 1 0 433525747 29495296 1390 33554432000 4194304 6211092 140736041305392 140736041302584 5167507 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1390 895 493 0 506 0
Current children cumulated CPU time: 1781.84 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5560 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.73 3/199 14036
/proc/meminfo: memFree=30481200/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5560 CPUtime=1841.83 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 15921 0 1 0 184182 1 0 0 20 0 1 0 433525747 29495296 1390 33554432000 4194304 6211092 140736041305392 140736041302584 5193728 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1390 895 493 0 506 0
Current children cumulated CPU time: 1841.83 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5560 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/200 14048
/proc/meminfo: memFree=30480716/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5560 CPUtime=1901.82 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 16332 0 1 0 190181 1 0 0 20 0 1 0 433525747 29495296 1390 33554432000 4194304 6211092 140736041305392 140736041302584 5167504 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1390 895 493 0 506 0
Current children cumulated CPU time: 1901.82 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5560 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.76 3/200 14054
/proc/meminfo: memFree=30480372/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5560 CPUtime=1961.81 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 16643 0 1 0 196179 2 0 0 20 0 1 0 433525747 29495296 1390 33554432000 4194304 6211092 140736041305392 140736041302584 5167504 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1390 895 493 0 506 0
Current children cumulated CPU time: 1961.81 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5560 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/200 14058
/proc/meminfo: memFree=30480632/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5560 CPUtime=2021.8 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 17157 0 1 0 202178 2 0 0 20 0 1 0 433525747 29495296 1390 33554432000 4194304 6211092 140736041305392 140736041302584 5393984 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1390 895 493 0 506 0
Current children cumulated CPU time: 2021.8 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5560 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 1.79 3/200 14062
/proc/meminfo: memFree=30480820/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5560 CPUtime=2081.79 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 17586 0 1 0 208177 2 0 0 20 0 1 0 433525747 29495296 1390 33554432000 4194304 6211092 140736041305392 140736041302584 5393965 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1390 895 493 0 506 0
Current children cumulated CPU time: 2081.79 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5560 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/200 14068
/proc/meminfo: memFree=30481240/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5564 CPUtime=2141.78 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 17854 0 1 0 214176 2 0 0 20 0 1 0 433525747 29495296 1391 33554432000 4194304 6211092 140736041305392 140736041302584 5193728 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1391 895 493 0 506 0
Current children cumulated CPU time: 2141.78 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5564 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/199 14072
/proc/meminfo: memFree=30481420/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5564 CPUtime=2201.76 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 18122 0 1 0 220174 2 0 0 20 0 1 0 433525747 29495296 1391 33554432000 4194304 6211092 140736041305392 140736041302584 5393938 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1391 895 493 0 506 0
Current children cumulated CPU time: 2201.76 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5564 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/199 14076
/proc/meminfo: memFree=30481816/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5564 CPUtime=2261.75 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 18390 0 1 0 226173 2 0 0 20 0 1 0 433525747 29495296 1391 33554432000 4194304 6211092 140736041305392 140736041302584 5168360 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1391 895 493 0 506 0
Current children cumulated CPU time: 2261.75 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5564 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/199 14082
/proc/meminfo: memFree=30481572/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5564 CPUtime=2321.74 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 18858 0 1 0 232172 2 0 0 20 0 1 0 433525747 29495296 1391 33554432000 4194304 6211092 140736041305392 140736041302584 5393984 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1391 895 493 0 506 0
Current children cumulated CPU time: 2321.74 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5564 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/199 14086
/proc/meminfo: memFree=30481788/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5564 CPUtime=2381.72 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 19284 0 1 0 238170 2 0 0 20 0 1 0 433525747 29495296 1391 33554432000 4194304 6211092 140736041305392 140736041302584 5102854 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1391 895 493 0 506 0
Current children cumulated CPU time: 2381.72 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5564 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/199 14090
/proc/meminfo: memFree=30481560/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5564 CPUtime=2441.71 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 19631 0 1 0 244169 2 0 0 20 0 1 0 433525747 29495296 1391 33554432000 4194304 6211092 140736041305392 140736041302584 5166911 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1391 895 493 0 506 0
Current children cumulated CPU time: 2441.71 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5564 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/200 14104
/proc/meminfo: memFree=30481276/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5564 CPUtime=2501.7 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 19978 0 1 0 250168 2 0 0 20 0 1 0 433525747 29495296 1391 33554432000 4194304 6211092 140736041305392 140736041302584 5102815 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1391 895 493 0 506 0
Current children cumulated CPU time: 2501.7 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5564 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 1.99 1.87 3/200 14104
/proc/meminfo: memFree=30481324/32770624 swapFree=66927296/67108860
[pid=13839] ppid=13836 vsize=28804 memory=5564 CPUtime=2519.4 cores=0,2,4,6
/proc/13839/stat : 13839 (cosoco) R 13836 13839 13782 0 -1 4202496 20324 0 1 0 251938 2 0 0 20 0 1 0 433525747 29495296 1391 33554432000 4194304 6211092 140736041305392 140736041302584 5393920 0 0 4096 8405026 0 0 0 17 0 0 0 9 0 0 8312316 8317760 11411456 140736041313291 140736041313393 140736041313393 140736041316302 0
/proc/13839/statm: 7201 1391 895 493 0 506 0
Current children cumulated CPU time: 2519.4 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 5564 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.01 s]
# the end of solver process 13839 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.39 s, system=0.023995 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.41
CPU user time (s): 2519.39
CPU system time (s): 0.023995
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 28804
Max. memory (cumulated for all children) (KiB): 5564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.39
system time used= 0.023995
maximum resident set size= 5632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20376
page faults= 1
swaps= 0
block input operations= 7000
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44
involuntary context switches= 3338


# summary of solver processes directly reported to runsolver:
#   pid: 13839
#   total CPU time (s): 2519.41
#   total CPU user time (s): 2519.39
#   total CPU system time (s): 0.023995

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.35464 second user time and 17.1555 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-15 20:39:02
IDJOB=4397105
IDBENCH=115852
IDSOLVER=2848
FILE ID=node137/4397105-1568572784
RUNJOBID= node137-1568572741-13813
PBS_JOBID= 21703317
Free space on /tmp= 61420 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-07-07-8.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4397105-1568572784/watcher-4397105-1568572784 -o /tmp/evaluation-result-4397105-1568572784/solver-4397105-1568572784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568572741-13813 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4397105-1568572784.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3801e67c429176a130b0cb7922d17a7f
RANDOM SEED=1868918536

node137.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30490456 kB
MemAvailable:   31810988 kB
Buffers:          121248 kB
Cached:          1486640 kB
SwapCached:        77512 kB
Active:          1440524 kB
Inactive:         246364 kB
Active(anon):       3712 kB
Inactive(anon):   125252 kB
Active(file):    1436812 kB
Inactive(file):   121112 kB
Unevictable:      110172 kB
Mlocked:          110172 kB
SwapTotal:      67108860 kB
SwapFree:       66927296 kB
Dirty:              5436 kB
Writeback:             0 kB
AnonPages:        112964 kB
Mapped:            46508 kB
Shmem:             41000 kB
Slab:             185564 kB
SReclaimable:     156888 kB
SUnreclaim:        28676 kB
KernelStack:        3296 kB
PageTables:         6368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     510848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61416 MiB
End job on node137 at 2019-09-15 21:21:02