Trace number 4397892

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) 2400.02 2400.2

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-6.xml
MD5SUM0823366b416f0d4f591b1c2bb0d09de5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark616
Best CPU time to get the best result obtained on this benchmark1752.82
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size723
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":723,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

2400.01/2400.20	c
2400.01/2400.20	c This is cosoco 2.00 --  
2400.01/2400.20	c
2400.01/2400.20	c command line: cosoco -lc -model -restarts -stick HOME/instance-4397892-1568572785.xml 
2400.01/2400.20	c enable optimization
2400.01/2400.20	c ========================================[ Problem Statistics ]===========================================
2400.01/2400.20	c |                                                                                                       
2400.01/2400.20	c |  Parse time        :         0.04 s 
2400.01/2400.20	c |
2400.01/2400.20	c |               Variables: 410
2400.01/2400.20	c |            Domain Sizes: 8..723
2400.01/2400.20	c |
2400.01/2400.20	c |             Constraints: 771
2400.01/2400.20	c |                   Arity: 1..12  -- Unary: 10  -- Binary: 550  -- Ternary: 100
2400.01/2400.20	c | 
2400.01/2400.20	c |                   Types: 
2400.01/2400.20	c |                          All Different: 10
2400.01/2400.20	c |                          Disjunctive: 450
2400.01/2400.20	c |                          Element Variable: 100
2400.01/2400.20	c |                          Extension: 100  (nb tuples: 10..10) -- (shared: 90)
2400.01/2400.20	c |                          Max constant: 1
2400.01/2400.20	c |                          Sum: 100
2400.01/2400.20	c |                          Unary: 10
2400.01/2400.20	c |                          
2400.01/2400.20	c |               Objective: Minimize Max constant
2400.01/2400.20	
2400.01/2400.20	c =========================================================================================================
2400.01/2400.20	
2400.01/2400.20	c *** INTERRUPTED ***
2400.01/2400.20	c call to solver        : 0
2400.01/2400.20	c
2400.01/2400.20	c restarts              : 80          
2400.01/2400.20	c conflicts             : 1991886      (830 /sec)
2400.01/2400.20	c decisions             : 3468693      (1445 /sec)
2400.01/2400.20	c propagations          : 3300650614  (1375268 /sec)
2400.01/2400.20	c root propagations     : 17674       
2400.01/2400.20	c filter calls          : 453263270      (188859 /sec)
2400.01/2400.20	c useless filter calls  : 364675140      (80 %)
2400.01/2400.20	c Memory used           : 31.22 MB
2400.01/2400.20	c Best bound time (wc)  : -1.56857e+09 s
2400.01/2400.20	c CPU time              : 2400 s
2400.01/2400.20	c real time             : 2400.19 s
2400.01/2400.20	
2400.01/2400.20	c No Bound found!
2400.01/2400.20	
2400.01/2400.20	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 (14563 MiB free)
  memory of node 1: 16384 MiB (15573 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4397892-1568572785/watcher-4397892-1568572785 -o /tmp/evaluation-result-4397892-1568572785/solver-4397892-1568572785 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568572742-10942 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4397892-1568572785.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=10972, runsolver pid=10969
Current StackSize limit: 8192 KiB


[startup+0.100293 s]*
/proc/loadavg: 0.00 0.01 0.05 3/199 10973
/proc/meminfo: memFree=30854864/32770624 swapFree=66951768/67108860
[pid=10972] ppid=10969 vsize=31704 memory=8352 CPUtime=0.09 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 2250 0 0 0 9 0 0 0 20 0 1 0 433220377 32464896 2088 33554432000 4194304 6211092 140729545267936 140729545265192 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7926 2088 895 493 0 1231 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 31704 KiB
Current children cumulated memory: 8352 KiB

[startup+0.209433 s]*
/proc/loadavg: 0.00 0.01 0.05 3/199 10973
/proc/meminfo: memFree=30854492/32770624 swapFree=66951768/67108860
[pid=10972] ppid=10969 vsize=31704 memory=8352 CPUtime=0.2 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 2268 0 0 0 20 0 0 0 20 0 1 0 433220377 32464896 2088 33554432000 4194304 6211092 140729545267936 140729545265192 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7926 2088 895 493 0 1231 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 31704 KiB
Current children cumulated memory: 8352 KiB

[startup+0.309241 s]*
/proc/loadavg: 0.00 0.01 0.05 3/199 10973
/proc/meminfo: memFree=30854136/32770624 swapFree=66951768/67108860
[pid=10972] ppid=10969 vsize=31704 memory=8352 CPUtime=0.3 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 2274 0 0 0 30 0 0 0 20 0 1 0 433220377 32464896 2088 33554432000 4194304 6211092 140729545267936 140729545265192 5158037 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7926 2088 895 493 0 1231 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 31704 KiB
Current children cumulated memory: 8352 KiB

[startup+0.700337 s]
/proc/loadavg: 0.00 0.01 0.05 3/199 10973
/proc/meminfo: memFree=30854136/32770624 swapFree=66951768/67108860
[pid=10972] ppid=10969 vsize=31704 memory=8352 CPUtime=0.68 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 2274 0 0 0 68 0 0 0 20 0 1 0 433220377 32464896 2088 33554432000 4194304 6211092 140729545267936 140729545265192 5167570 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7926 2088 895 493 0 1231 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 31704 KiB
Current children cumulated memory: 8352 KiB

[startup+1.50034 s]
/proc/loadavg: 0.00 0.01 0.05 3/200 10975
/proc/meminfo: memFree=30853212/32770624 swapFree=66951768/67108860
[pid=10972] ppid=10969 vsize=31836 memory=8352 CPUtime=1.48 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 2285 0 0 0 148 0 0 0 20 0 1 0 433220377 32600064 2088 33554432000 4194304 6211092 140729545267936 140729545265192 5393979 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7959 2088 895 493 0 1264 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8352 KiB

[startup+3.10914 s]
/proc/loadavg: 0.08 0.03 0.05 3/200 10975
/proc/meminfo: memFree=30853568/32770624 swapFree=66951768/67108860
[pid=10972] ppid=10969 vsize=31836 memory=8512 CPUtime=3.09 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 3410 0 0 0 309 0 0 0 20 0 1 0 433220377 32600064 2128 33554432000 4194304 6211092 140729545267936 140729545265032 5157096 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7959 2128 895 493 0 1264 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8512 KiB

[startup+6.30032 s]
/proc/loadavg: 0.08 0.03 0.05 3/200 10975
/proc/meminfo: memFree=30853772/32770624 swapFree=66951768/67108860
[pid=10972] ppid=10969 vsize=31836 memory=8520 CPUtime=6.28 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 4469 0 0 0 628 0 0 0 20 0 1 0 433220377 32600064 2130 33554432000 4194304 6211092 140729545267936 140729545265032 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7959 2130 895 493 0 1264 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8520 KiB

[startup+12.7003 s]
/proc/loadavg: 0.24 0.06 0.06 3/199 10976
/proc/meminfo: memFree=30853944/32770624 swapFree=66951768/67108860
[pid=10972] ppid=10969 vsize=31836 memory=8520 CPUtime=12.68 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 5497 0 0 0 1268 0 0 0 20 0 1 0 433220377 32600064 2130 33554432000 4194304 6211092 140729545267936 140729545265032 5167538 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7959 2130 895 493 0 1264 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8520 KiB

[startup+25.5003 s]
/proc/loadavg: 0.63 0.16 0.09 3/199 10976
/proc/meminfo: memFree=30854388/32770624 swapFree=66951768/67108860
[pid=10972] ppid=10969 vsize=31836 memory=8520 CPUtime=25.48 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 7590 0 0 0 2548 0 0 0 20 0 1 0 433220377 32600064 2130 33554432000 4194304 6211092 140729545267936 140729545265032 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7959 2130 895 493 0 1264 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8520 KiB

[startup+51.109 s]
/proc/loadavg: 1.10 0.31 0.14 3/199 10978
/proc/meminfo: memFree=30852936/32770624 swapFree=66951768/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8584 CPUtime=51.08 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 8736 0 0 0 5108 0 0 0 20 0 1 0 433220377 32735232 2146 33554432000 4194304 6211092 140729545267936 140729545265192 5102851 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2146 895 493 0 1297 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8584 KiB

[startup+102.3 s]
/proc/loadavg: 1.61 0.57 0.24 3/199 10989
/proc/meminfo: memFree=30852144/32770624 swapFree=66951772/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8628 CPUtime=102.27 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 9382 0 0 0 10227 0 0 0 20 0 1 0 433220377 32735232 2157 33554432000 4194304 6211092 140729545267936 140729545265192 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2157 895 493 0 1297 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8628 KiB

[startup+162.3 s]
/proc/loadavg: 1.86 0.83 0.35 3/199 10993
/proc/meminfo: memFree=30852572/32770624 swapFree=66951772/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8628 CPUtime=162.27 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 10035 0 0 0 16227 0 0 0 20 0 1 0 433220377 32735232 2157 33554432000 4194304 6211092 140729545267936 140729545265192 5393951 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2157 895 493 0 1297 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8628 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.04 0.45 3/199 10997
/proc/meminfo: memFree=30852872/32770624 swapFree=66951772/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8636 CPUtime=222.26 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 10723 0 0 0 22226 0 0 0 20 0 1 0 433220377 32735232 2159 33554432000 4194304 6211092 140729545267936 140729545265192 5167892 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2159 895 493 0 1297 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8636 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.55 3/199 11003
/proc/meminfo: memFree=30852208/32770624 swapFree=66951772/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8676 CPUtime=282.25 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 11381 0 0 0 28225 0 0 0 20 0 1 0 433220377 32735232 2169 33554432000 4194304 6211092 140729545267936 140729545265192 5193710 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2169 895 493 0 1297 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8676 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.64 3/199 11007
/proc/meminfo: memFree=30852308/32770624 swapFree=66951772/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8676 CPUtime=342.25 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 12029 0 0 0 34225 0 0 0 20 0 1 0 433220377 32735232 2169 33554432000 4194304 6211092 140729545267936 140729545265192 5193710 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2169 895 493 0 1297 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8676 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.48 0.73 3/199 11011
/proc/meminfo: memFree=30852888/32770624 swapFree=66951772/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8676 CPUtime=402.24 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 12686 0 0 0 40224 0 0 0 20 0 1 0 433220377 32735232 2169 33554432000 4194304 6211092 140729545267936 140729545265192 5193696 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2169 895 493 0 1297 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8676 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.57 0.81 3/199 11017
/proc/meminfo: memFree=30852836/32770624 swapFree=66951772/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8676 CPUtime=462.24 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 13346 0 0 0 46224 0 0 0 20 0 1 0 433220377 32735232 2169 33554432000 4194304 6211092 140729545267936 140729545265192 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2169 895 493 0 1297 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8676 KiB


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

/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 1602.14 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.67 3/199 11150
/proc/meminfo: memFree=30851804/32770624 swapFree=66951788/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=1662.13 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 25715 0 0 0 166212 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5168360 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 1662.13 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.69 3/199 11156
/proc/meminfo: memFree=30851300/32770624 swapFree=66951788/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=1722.13 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 26226 0 0 0 172212 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5168216 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 1722.13 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.71 3/199 11160
/proc/meminfo: memFree=30851152/32770624 swapFree=66951788/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=1782.13 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 26753 0 0 0 178212 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5102851 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 1782.13 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.73 3/199 11164
/proc/meminfo: memFree=30852084/32770624 swapFree=66951788/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=1842.13 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 27254 0 0 0 184212 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5193728 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 1842.13 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/199 11177
/proc/meminfo: memFree=30851356/32770624 swapFree=66951792/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=1902.13 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 27903 0 0 0 190212 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5393938 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 1902.13 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.76 3/199 11181
/proc/meminfo: memFree=30851080/32770624 swapFree=66951792/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=1962.12 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 28506 0 0 0 196211 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5167507 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 1962.12 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/199 11185
/proc/meminfo: memFree=30852012/32770624 swapFree=66951792/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=2022.12 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 29006 0 0 0 202211 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5193696 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2022.12 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 1.79 3/199 11191
/proc/meminfo: memFree=30851352/32770624 swapFree=66951792/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=2082.12 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 29506 0 0 0 208211 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5193728 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2082.12 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/199 11195
/proc/meminfo: memFree=30851668/32770624 swapFree=66951792/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=2142.12 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 30004 0 0 0 214211 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5167542 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2142.12 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2202.3 s]
/proc/loadavg: 2.03 2.00 1.82 3/199 11199
/proc/meminfo: memFree=30852080/32770624 swapFree=66951792/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=2202.11 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 30674 0 0 0 220210 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5193728 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2202.11 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2262.3 s]
/proc/loadavg: 2.11 2.03 1.84 3/199 11205
/proc/meminfo: memFree=30851232/32770624 swapFree=66951792/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=2262.11 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 31220 0 0 0 226210 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5168216 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2262.11 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2322.3 s]
/proc/loadavg: 2.08 2.04 1.86 3/200 11210
/proc/meminfo: memFree=30851492/32770624 swapFree=66951792/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=2322.11 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 31767 0 0 0 232210 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5167504 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2322.11 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2382.3 s]
/proc/loadavg: 2.06 2.05 1.87 3/200 11214
/proc/meminfo: memFree=30851832/32770624 swapFree=66951792/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=2382.11 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 32280 0 0 0 238210 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5193728 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2382.11 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.11 2.06 1.88 3/200 11216
/proc/meminfo: memFree=30851104/32770624 swapFree=66951792/67108860
[pid=10972] ppid=10969 vsize=31968 memory=8704 CPUtime=2400.01 cores=0,2,4,6
/proc/10972/stat : 10972 (cosoco) R 10969 10972 10911 0 -1 4202496 32973 0 0 0 240000 1 0 0 20 0 1 0 433220377 32735232 2176 33554432000 4194304 6211092 140729545267936 140729545265192 5193728 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 27676672 140729545274379 140729545274481 140729545274481 140729545277390 0
/proc/10972/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

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

[startup+2400.2 s]
# the end of solver process 10972 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2400.01 s, system=0.017998 s

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

Child status: 1
Real time (s): 2400.2
CPU time (s): 2400.02
CPU user time (s): 2400.01
CPU system time (s): 0.017998
CPU usage (%): 99.9926
Max. virtual memory (cumulated for all children) (KiB): 31968
Max. memory (cumulated for all children) (KiB): 8704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.01
system time used= 0.017998
maximum resident set size= 8772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33030
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34
involuntary context switches= 1963


# summary of solver processes directly reported to runsolver:
#   pid: 10972
#   total CPU time (s): 2400.02
#   total CPU user time (s): 2400.01
#   total CPU system time (s): 0.017998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.28669 second user time and 14.7294 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-15 20:39:02
IDJOB=4397892
IDBENCH=115840
IDSOLVER=2850
FILE ID=node117/4397892-1568572785
RUNJOBID= node117-1568572742-10942
PBS_JOBID= 21703331
Free space on /tmp= 61184 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-6.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4397892-1568572785/watcher-4397892-1568572785 -o /tmp/evaluation-result-4397892-1568572785/solver-4397892-1568572785 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568572742-10942 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4397892-1568572785.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=1569739648

node117.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	: 5333.75
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	: 5333.75
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	: 5333.75
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	: 5333.75
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:        30859924 kB
MemAvailable:   31856028 kB
Buffers:          163956 kB
Cached:          1110968 kB
SwapCached:        51668 kB
Active:           765356 kB
Inactive:         562696 kB
Active(anon):      18756 kB
Inactive(anon):    71180 kB
Active(file):     746600 kB
Inactive(file):   491516 kB
Unevictable:      110648 kB
Mlocked:          110648 kB
SwapTotal:      67108860 kB
SwapFree:       66951768 kB
Dirty:              5436 kB
Writeback:             0 kB
AnonPages:        113320 kB
Mapped:            38060 kB
Shmem:             27844 kB
Slab:             175580 kB
SReclaimable:     147644 kB
SUnreclaim:        27936 kB
KernelStack:        3280 kB
PageTables:         6128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511780 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61180 MiB
End job on node117 at 2019-09-15 21:19:02