Trace number 4408472

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.66 2520.01

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 benchmark1735.1
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

2519.65/2520.00	c
2519.65/2520.00	c This is cosoco 2.00 --  
2519.65/2520.00	c
2519.65/2520.00	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408472-1569787393.xml 
2519.65/2520.00	c enable optimization
2519.65/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.65/2520.00	c |                                                                                                       
2519.65/2520.00	c |  Parse time        :         0.04 s 
2519.65/2520.00	c |
2519.65/2520.00	c |               Variables: 410
2519.65/2520.00	c |            Domain Sizes: 8..723
2519.65/2520.00	c |
2519.65/2520.00	c |             Constraints: 771
2519.65/2520.00	c |                   Arity: 1..12  -- Unary: 10  -- Binary: 550  -- Ternary: 100
2519.65/2520.00	c | 
2519.65/2520.00	c |                   Types: 
2519.65/2520.00	c |                          All Different: 10
2519.65/2520.00	c |                          Disjunctive: 450
2519.65/2520.00	c |                          Element Variable: 100
2519.65/2520.00	c |                          Extension: 100  (nb tuples: 10..10) -- (shared: 90)
2519.65/2520.00	c |                          Max constant: 1
2519.65/2520.00	c |                          Sum: 100
2519.65/2520.00	c |                          Unary: 10
2519.65/2520.00	c |                          
2519.65/2520.00	c |               Objective: Minimize Max constant
2519.65/2520.00	
2519.65/2520.00	c =========================================================================================================
2519.65/2520.00	
2519.65/2520.00	c *** INTERRUPTED ***
2519.65/2520.00	c call to solver        : 0
2519.65/2520.00	c
2519.65/2520.00	c restarts              : 80          
2519.65/2520.00	c conflicts             : 2085823      (828 /sec)
2519.65/2520.00	c decisions             : 3588001      (1424 /sec)
2519.65/2520.00	c propagations          : 3525195449  (1399082 /sec)
2519.65/2520.00	c root propagations     : 17674       
2519.65/2520.00	c filter calls          : 482683114      (191568 /sec)
2519.65/2520.00	c useless filter calls  : 388560121      (80 %)
2519.65/2520.00	c Memory used           : 31.22 MB
2519.65/2520.00	c Best bound time (wc)  : -1.56979e+09 s
2519.65/2520.00	c CPU time              : 2519.65 s
2519.65/2520.00	c real time             : 2519.41 s
2519.65/2520.00	
2519.65/2520.00	c No Bound found!
2519.65/2520.00	
2519.65/2520.00	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 (14385 MiB free)
  memory of node 1: 16384 MiB (14797 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408472-1569787393/watcher-4408472-1569787393 -o /tmp/evaluation-result-4408472-1569787393/solver-4408472-1569787393 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1569787347-31154 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4408472-1569787393.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=31183, runsolver pid=31177
Current StackSize limit: 8192 KiB


[startup+0.100167 s]*
/proc/loadavg: 0.00 0.01 0.05 2/199 31185
/proc/meminfo: memFree=29883444/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=2272 memory=4 CPUtime=0 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 1077936128 159 0 0 0 0 0 0 0 20 0 1 0 554987844 2326528 1 33554432000 4194304 6211132 140729939795632 140729939792856 140135302457031 0 0 4096 0 0 0 0 17 6 0 0 0 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 568 1 0 493 0 39 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 2272 KiB
Current children cumulated memory: 4 KiB

[startup+0.209468 s]*
/proc/loadavg: 0.00 0.01 0.05 2/199 31185
/proc/meminfo: memFree=29883132/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=4560 memory=184 CPUtime=0 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) D 31177 31183 31123 0 -1 1077936128 175 0 0 0 0 0 0 0 20 0 1 0 554987844 4669440 46 33554432000 4194304 6211132 140729939795632 140729939793032 140135302456916 0 0 4096 0 18446744072101568036 0 0 17 0 0 0 2 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 1140 46 37 493 0 43 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4560 KiB
Current children cumulated memory: 184 KiB

[startup+0.309137 s]*
/proc/loadavg: 0.00 0.01 0.05 3/199 31185
/proc/meminfo: memFree=29877532/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=8040 memory=204 CPUtime=0 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) D 31177 31183 31123 0 -1 1077936128 182 0 0 0 0 0 0 0 20 0 1 0 554987844 8232960 51 33554432000 4194304 6211132 140729939795632 140729939792760 140135302457031 0 0 4096 0 18446744072101568036 0 0 17 0 0 0 10 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 2010 51 39 493 0 45 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 8040 KiB
Current children cumulated memory: 204 KiB

[startup+0.701243 s]
/proc/loadavg: 0.00 0.01 0.05 1/199 31185
/proc/meminfo: memFree=29878116/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31704 memory=8352 CPUtime=0.09 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 2251 0 1 0 9 0 0 0 20 0 1 0 554987844 32464896 2088 33554432000 4194304 6211132 140729939795632 140729939792888 5394002 0 0 4096 8405026 0 0 0 17 6 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/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+1.50034 s]
/proc/loadavg: 0.00 0.01 0.05 3/199 31185
/proc/meminfo: memFree=29871076/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31704 memory=8352 CPUtime=0.89 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 2276 0 1 0 89 0 0 0 20 0 1 0 554987844 32464896 2088 33554432000 4194304 6211132 140729939795632 140729939792888 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7926 2088 895 493 0 1231 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 31704 KiB
Current children cumulated memory: 8352 KiB

[startup+3.10933 s]
/proc/loadavg: 0.08 0.03 0.05 3/199 31185
/proc/meminfo: memFree=29871116/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31836 memory=8500 CPUtime=2.49 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 3357 0 1 0 249 0 0 0 20 0 1 0 554987844 32600064 2125 33554432000 4194304 6211132 140729939795632 140729939792888 5102776 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7959 2125 895 493 0 1264 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8500 KiB

[startup+6.30033 s]
/proc/loadavg: 0.08 0.03 0.05 3/199 31185
/proc/meminfo: memFree=29871364/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31836 memory=8520 CPUtime=5.68 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 4470 0 1 0 568 0 0 0 20 0 1 0 554987844 32600064 2130 33554432000 4194304 6211132 140729939795632 140729939792728 5393997 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7959 2130 895 493 0 1264 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8520 KiB

[startup+12.7003 s]
/proc/loadavg: 0.38 0.10 0.07 3/199 31185
/proc/meminfo: memFree=29871792/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31836 memory=8520 CPUtime=12.09 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 5498 0 1 0 1209 0 0 0 20 0 1 0 554987844 32600064 2130 33554432000 4194304 6211132 140729939795632 140729939792728 5168224 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7959 2130 895 493 0 1264 0
Current children cumulated CPU time: 12.09 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 31185
/proc/meminfo: memFree=29872260/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31836 memory=8520 CPUtime=24.89 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 7591 0 1 0 2489 0 0 0 20 0 1 0 554987844 32600064 2130 33554432000 4194304 6211132 140729939795632 140729939792728 5168224 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7959 2130 895 493 0 1264 0
Current children cumulated CPU time: 24.89 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8520 KiB

[startup+51.1092 s]
/proc/loadavg: 1.16 0.32 0.15 3/199 31188
/proc/meminfo: memFree=29871900/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8540 CPUtime=50.5 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 8782 0 1 0 5050 0 0 0 20 0 1 0 554987844 32735232 2135 33554432000 4194304 6211132 140729939795632 140729939792888 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2135 895 493 0 1297 0
Current children cumulated CPU time: 50.5 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8540 KiB

[startup+102.3 s]
/proc/loadavg: 1.66 0.60 0.25 3/199 31192
/proc/meminfo: memFree=29871780/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8628 CPUtime=101.69 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 9731 0 1 0 10169 0 0 0 20 0 1 0 554987844 32735232 2157 33554432000 4194304 6211132 140729939795632 140729939792888 5167570 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2157 895 493 0 1297 0
Current children cumulated CPU time: 101.69 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8628 KiB

[startup+162.3 s]
/proc/loadavg: 1.88 0.86 0.36 3/199 31196
/proc/meminfo: memFree=29871160/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8628 CPUtime=161.7 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 10388 0 1 0 16170 0 0 0 20 0 1 0 554987844 32735232 2157 33554432000 4194304 6211132 140729939795632 140729939792888 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2157 895 493 0 1297 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8628 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.07 0.47 3/199 31202
/proc/meminfo: memFree=29871052/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8628 CPUtime=221.7 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 11076 0 1 0 22170 0 0 0 20 0 1 0 554987844 32735232 2157 33554432000 4194304 6211132 140729939795632 140729939792888 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2157 895 493 0 1297 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8628 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.24 0.56 3/199 31206
/proc/meminfo: memFree=29871372/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8628 CPUtime=281.71 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 11076 0 1 0 28171 0 0 0 20 0 1 0 554987844 32735232 2157 33554432000 4194304 6211132 140729939795632 140729939792888 5393970 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2157 895 493 0 1297 0
Current children cumulated CPU time: 281.71 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8628 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.38 0.65 3/199 31210
/proc/meminfo: memFree=29871128/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8676 CPUtime=341.72 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 11728 0 1 0 34172 0 0 0 20 0 1 0 554987844 32735232 2169 33554432000 4194304 6211132 140729939795632 140729939792888 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2169 895 493 0 1297 0
Current children cumulated CPU time: 341.72 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8676 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 0.74 3/199 31216
/proc/meminfo: memFree=29871068/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8676 CPUtime=401.72 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 11736 0 1 0 40172 0 0 0 20 0 1 0 554987844 32735232 2169 33554432000 4194304 6211132 140729939795632 140729939792888 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2169 895 493 0 1297 0
Current children cumulated CPU time: 401.72 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8676 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.58 0.82 3/199 31227
/proc/meminfo: memFree=29871384/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8676 CPUtime=461.73 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 12398 0 1 0 46173 0 0 0 20 0 1 0 554987844 32735232 2169 33554432000 4194304 6211132 140729939795632 140729939792888 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2169 895 493 0 1297 0
Current children cumulated CPU time: 461.73 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8676 KiB


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

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

[startup+1782.3 s]
/proc/loadavg: 2.04 2.00 1.72 3/200 31347
/proc/meminfo: memFree=29869628/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=1781.87 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 19446 0 1 0 178186 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5167553 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 1781.87 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+1842.3 s]
/proc/loadavg: 2.10 2.03 1.75 3/200 31353
/proc/meminfo: memFree=29869716/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=1841.88 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 19446 0 1 0 184187 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5393970 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 1841.88 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+1902.3 s]
/proc/loadavg: 2.04 2.03 1.76 3/200 31357
/proc/meminfo: memFree=29869836/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=1901.88 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 19952 0 1 0 190187 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5393952 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 1901.88 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 1.78 3/199 31361
/proc/meminfo: memFree=29869784/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=1961.89 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 20109 0 1 0 196188 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5393983 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 1961.89 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 31367
/proc/meminfo: memFree=29870052/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=2021.9 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 20595 0 1 0 202189 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2021.9 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.80 3/199 31371
/proc/meminfo: memFree=29870416/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=2081.9 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 20595 0 1 0 208189 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5167536 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2081.9 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/199 31375
/proc/meminfo: memFree=29869868/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=2141.91 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 21079 0 1 0 214190 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5393952 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2141.91 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/199 31381
/proc/meminfo: memFree=29870000/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=2201.91 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 21267 0 1 0 220190 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2201.91 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/199 31392
/proc/meminfo: memFree=29870012/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=2261.92 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 21815 0 1 0 226191 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5168392 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2261.92 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/199 31396
/proc/meminfo: memFree=29870288/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=2321.93 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 21816 0 1 0 232192 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5193740 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2321.93 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/199 31402
/proc/meminfo: memFree=29870020/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=2381.93 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 22334 0 1 0 238192 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5102815 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2381.93 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/199 31406
/proc/meminfo: memFree=29869832/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=2441.94 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 22484 0 1 0 244193 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5393970 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2441.94 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/199 31410
/proc/meminfo: memFree=29870336/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=2501.94 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 22989 0 1 0 250193 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5394011 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2501.94 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.88 3/199 31412
/proc/meminfo: memFree=29869668/32770624 swapFree=67002180/67108860
[pid=31183] ppid=31177 vsize=31968 memory=8704 CPUtime=2519.65 cores=0,2,4,6
/proc/31183/stat : 31183 (cosoco) R 31177 31183 31123 0 -1 4202496 22989 0 1 0 251964 1 0 0 20 0 1 0 554987844 32735232 2176 33554432000 4194304 6211132 140729939795632 140729939792888 5167606 0 0 4096 8405026 0 0 0 17 2 0 0 12 0 0 8312316 8317760 21549056 140729939797003 140729939797105 140729939797105 140729939800014 0
/proc/31183/statm: 7992 2176 895 493 0 1297 0
Current children cumulated CPU time: 2519.65 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 8704 KiB

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

[startup+2520.01 s]
# the end of solver process 31183 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.65 s, system=0.013001 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.66
CPU user time (s): 2519.65
CPU system time (s): 0.013001
CPU usage (%): 99.9862
Max. virtual memory (cumulated for all children) (KiB): 31968
Max. memory (cumulated for all children) (KiB): 8704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.65
system time used= 0.013001
maximum resident set size= 8772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23046
page faults= 1
swaps= 0
block input operations= 3312
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49
involuntary context switches= 771


# summary of solver processes directly reported to runsolver:
#   pid: 31183
#   total CPU time (s): 2519.66
#   total CPU user time (s): 2519.65
#   total CPU system time (s): 0.013001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1022 second user time and 15.4734 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-29 22:02:28
IDJOB=4408472
IDBENCH=115840
IDSOLVER=2874
FILE ID=node136/4408472-1569787393
RUNJOBID= node136-1569787347-31154
PBS_JOBID= 21705824
Free space on /tmp= 62032 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-4408472-1569787393/watcher-4408472-1569787393 -o /tmp/evaluation-result-4408472-1569787393/solver-4408472-1569787393 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1569787347-31154 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4408472-1569787393.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=1274834143

node136.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.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.54
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.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.54
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.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.54
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.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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29883712 kB
MemAvailable:   31851580 kB
Buffers:          227864 kB
Cached:          2059984 kB
SwapCached:         3588 kB
Active:          1131876 kB
Inactive:        1163864 kB
Active(anon):      18004 kB
Inactive(anon):    71952 kB
Active(file):    1113872 kB
Inactive(file):  1091912 kB
Unevictable:      107444 kB
Mlocked:          107444 kB
SwapTotal:      67108860 kB
SwapFree:       67002180 kB
Dirty:              5540 kB
Writeback:             0 kB
AnonPages:        113584 kB
Mapped:            25076 kB
Shmem:             72876 kB
Slab:             185596 kB
SReclaimable:     155836 kB
SUnreclaim:        29760 kB
KernelStack:        3280 kB
PageTables:         5912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     544772 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 62024 MiB
End job on node136 at 2019-09-29 22:44:28