Trace number 4241798

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 NameAnswerCPU timeWall clock time
R1: cosoco-sat 1.1Signal 41.398399 1054.28

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex06460.xml
MD5SUMf140970bd722cd0d04a16203ca32674e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.0624499
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

34.10/34.25	terminate called after throwing an instance of 'Glucose::OutOfMemoryException'
34.10/34.25	c
34.10/34.25	c This is cosoco 1.0 --  
34.10/34.25	c

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4241798-1502101437/watcher-4241798-1502101437 -o /tmp/evaluation-result-4241798-1502101437/solver-4241798-1502101437 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502042680-29186 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4241798-1502101437.xml 

pid=6043
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.95 4.57 4.13 1/181 6046
/proc/meminfo: memFree=31979600/32770624 swapFree=0/25592
[pid=6046] ppid=6043 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/6046/stat : 6046 (runsolver) D 6043 6046 21827 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 12339447 24240128 107 18446744073709551615 4194304 4338465 140724457677696 140724457675336 140391814947543 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 14893056 140724457681050 140724457681482 140724457681482 140724457684938 0
/proc/6046/statm: 5918 107 54 36 0 2156 0

[startup+0.10007 s]
/proc/loadavg: 3.95 4.57 4.13 1/181 6046
/proc/meminfo: memFree=31979600/32770624 swapFree=0/25592
[pid=6046] ppid=6043 vsize=27940 CPUtime=0 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 4202496 1166 0 1 0 0 0 0 0 20 0 1 0 12339447 28610560 964 18446744073709551615 4194304 5970956 140722995997136 140722995993784 5125549 0 0 1 0 0 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 6985 964 702 434 0 349 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 27940

[startup+0.20031 s]
/proc/loadavg: 3.95 4.57 4.13 1/181 6046
/proc/meminfo: memFree=31979600/32770624 swapFree=0/25592
[pid=6046] ppid=6043 vsize=155288 CPUtime=0.1 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 4202496 33077 0 1 0 6 4 0 0 20 0 1 0 12339447 159014912 32816 18446744073709551615 4194304 5970956 140722995997136 140722995993784 5674169 0 0 1 0 0 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 38822 32816 740 434 0 32186 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 155288

[startup+0.300366 s]
/proc/loadavg: 3.95 4.57 4.13 1/181 6046
/proc/meminfo: memFree=31979600/32770624 swapFree=0/25592
[pid=6046] ppid=6043 vsize=194980 CPUtime=0.19 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 4202496 43242 0 1 0 14 5 0 0 20 0 1 0 12339447 199659520 42778 18446744073709551615 4194304 5970956 140722995997136 140722995991576 5674140 0 0 1 0 0 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 48745 42778 740 434 0 42109 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 194980

[startup+0.700354 s]
/proc/loadavg: 3.95 4.57 4.13 1/181 6046
/proc/meminfo: memFree=31979600/32770624 swapFree=0/25592
[pid=6046] ppid=6043 vsize=402308 CPUtime=0.6 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 4202496 76207 0 1 0 49 11 0 0 20 0 1 0 12339447 411963392 91066 18446744073709551615 4194304 5970956 140722995997136 140722995991576 5251805 0 0 1 8404994 0 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 100577 91066 775 434 0 93941 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 402308

[startup+1.50036 s]
/proc/loadavg: 3.79 4.52 4.12 3/182 6047
/proc/meminfo: memFree=30857644/32770624 swapFree=0/30588
[pid=6046] ppid=6043 vsize=898220 CPUtime=1.4 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 4202496 125867 0 1 0 120 20 0 0 20 0 1 0 12339447 919777280 185228 18446744073709551615 4194304 5970956 140722995997136 140722995993960 5279714 0 0 1 8404994 0 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 224555 185228 775 434 0 217919 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 898220

[startup+3.10028 s]
/proc/loadavg: 3.79 4.52 4.12 3/182 6047
/proc/meminfo: memFree=29880476/32770624 swapFree=0/30536
[pid=6046] ppid=6043 vsize=1493672 CPUtime=2.99 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 4202496 215971 0 1 0 260 39 0 0 20 0 1 0 12339447 1529520128 353688 18446744073709551615 4194304 5970956 140722995997136 140722995993960 5251805 0 0 1 8404994 0 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 373418 353688 775 434 0 366782 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1493672

[startup+6.30036 s]
/proc/loadavg: 3.57 4.47 4.10 3/187 6063
/proc/meminfo: memFree=26952236/32770624 swapFree=0/36020
[pid=6046] ppid=6043 vsize=3252588 CPUtime=6.19 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 4202496 427656 0 1 0 545 74 0 0 20 0 1 0 12339447 3330650112 702609 18446744073709551615 4194304 5970956 140722995997136 140722995993960 5251805 0 0 1 8404994 0 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 813147 702609 775 434 0 806511 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 3252588

[startup+12.7004 s]
/proc/loadavg: 3.44 4.42 4.09 3/187 6063
/proc/meminfo: memFree=21228340/32770624 swapFree=0/36048
[pid=6046] ppid=6043 vsize=5869124 CPUtime=12.59 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 4202496 806978 0 1 0 1116 143 0 0 20 0 1 0 12339447 6009982976 1387818 18446744073709551615 4194304 5970956 140722995997136 140722995993960 5251849 0 0 1 8404994 0 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 1467281 1387818 775 434 0 1460645 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 5869124

[startup+25.5062 s]
/proc/loadavg: 3.12 4.31 4.06 3/187 6064
/proc/meminfo: memFree=9703188/32770624 swapFree=0/36060
[pid=6046] ppid=6043 vsize=13234900 CPUtime=25.4 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 4202496 1444860 0 1 0 2265 275 0 0 20 0 1 0 12339447 13552537600 2769595 18446744073709551615 4194304 5970956 140722995997136 140722995993960 5251805 0 0 1 8404994 0 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3308725 2769595 775 434 0 3302089 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 13234900

[startup+51.1002 s]
/proc/loadavg: 3.47 4.28 4.06 1/189 6066
/proc/meminfo: memFree=1321852/32770624 swapFree=0/891224
[pid=6046] ppid=6043 vsize=15062772 CPUtime=34.3 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3068 362 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 34.3
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+102.3 s]
/proc/loadavg: 4.33 4.39 4.10 1/189 6068
/proc/meminfo: memFree=848388/32770624 swapFree=0/1336960
[pid=6046] ppid=6043 vsize=15062772 CPUtime=34.4 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3077 363 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 4 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 34.4
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+162.3 s]
/proc/loadavg: 4.89 4.55 4.18 1/186 6070
/proc/meminfo: memFree=188528/32770624 swapFree=0/1983360
[pid=6046] ppid=6043 vsize=15062772 CPUtime=34.88 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3120 368 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 0 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 34.88
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+222.3 s]
/proc/loadavg: 5.01 4.65 4.23 1/185 6072
/proc/meminfo: memFree=192280/32770624 swapFree=0/1957920
[pid=6046] ppid=6043 vsize=15062772 CPUtime=35.33 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3160 373 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 4 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 35.33
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+282.3 s]
/proc/loadavg: 5.29 4.79 4.31 1/186 6075
/proc/meminfo: memFree=194404/32770624 swapFree=0/1950356
[pid=6046] ppid=6043 vsize=15062772 CPUtime=35.85 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3206 379 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 35.85
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+342.3 s]
/proc/loadavg: 5.17 4.84 4.36 1/184 6077
/proc/meminfo: memFree=204596/32770624 swapFree=0/1995960
[pid=6046] ppid=6043 vsize=15062772 CPUtime=36.34 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3249 385 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 36.34
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+402.3 s]
/proc/loadavg: 5.26 4.92 4.41 1/184 6079
/proc/meminfo: memFree=188116/32770624 swapFree=0/2000676
[pid=6046] ppid=6043 vsize=15062772 CPUtime=36.82 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3291 391 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 36.82
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+462.3 s]
/proc/loadavg: 5.09 4.93 4.45 1/184 6081
/proc/meminfo: memFree=204860/32770624 swapFree=0/1987476
[pid=6046] ppid=6043 vsize=15062772 CPUtime=37.3 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3334 396 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 37.3
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+522.3 s]
/proc/loadavg: 5.11 4.96 4.49 1/185 6083
/proc/meminfo: memFree=204572/32770624 swapFree=0/1977212
[pid=6046] ppid=6043 vsize=15062772 CPUtime=37.8 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 512 1883705 0 1 0 3378 402 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 0 0 0 17 0 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 37.8
Current children cumulated vsize (KiB) 15062772
heavy processes:


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

/proc/loadavg: 5.07 4.98 4.52 2/184 6084
/proc/meminfo: memFree=199016/32770624 swapFree=0/1983720
[pid=6046] ppid=6043 vsize=15062772 CPUtime=38.26 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3419 407 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 38.26
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+642.3 s]
/proc/loadavg: 5.64 5.16 4.61 1/188 6096
/proc/meminfo: memFree=192656/32770624 swapFree=0/1971536
[pid=6046] ppid=6043 vsize=15062772 CPUtime=38.7 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3458 412 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 0 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 38.7
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+702.3 s]
/proc/loadavg: 5.91 5.32 4.70 1/188 6103
/proc/meminfo: memFree=200108/32770624 swapFree=0/1964648
[pid=6046] ppid=6043 vsize=15062772 CPUtime=39.15 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3498 417 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 39.15
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+762.3 s]
/proc/loadavg: 6.01 5.46 4.79 1/189 6106
/proc/meminfo: memFree=187464/32770624 swapFree=0/1953372
[pid=6046] ppid=6043 vsize=15062772 CPUtime=40.23 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3585 438 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 2 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 40.23
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+822.3 s]
/proc/loadavg: 5.56 5.45 4.83 1/187 6108
/proc/meminfo: memFree=179228/32770624 swapFree=0/1986884
[pid=6046] ppid=6043 vsize=15062772 CPUtime=40.74 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3627 447 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 4 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 40.74
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+882.3 s]
/proc/loadavg: 5.39 5.43 4.86 1/187 6110
/proc/meminfo: memFree=233676/32770624 swapFree=0/1937524
[pid=6046] ppid=6043 vsize=15062772 CPUtime=40.78 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3630 448 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 40.78
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+942.3 s]
/proc/loadavg: 5.36 5.40 4.88 1/186 6113
/proc/meminfo: memFree=237956/32770624 swapFree=0/1933192
[pid=6046] ppid=6043 vsize=15062772 CPUtime=40.78 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3630 448 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 40.78
Current children cumulated vsize (KiB) 15062772
heavy processes:

[startup+1002.3 s]
/proc/loadavg: 5.70 5.49 4.95 1/185 6115
/proc/meminfo: memFree=237032/32770624 swapFree=0/1933212
[pid=6046] ppid=6043 vsize=15062772 CPUtime=40.78 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3630 448 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 40.78
Current children cumulated vsize (KiB) 15062772
heavy processes:

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6046 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1024.3 s]
/proc/loadavg: 5.85 5.54 4.98 1/185 6115
/proc/meminfo: memFree=237772/32770624 swapFree=0/1933220
[pid=6046] ppid=6043 vsize=15062772 CPUtime=40.78 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3630 448 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 40.78
Current children cumulated vsize (KiB) 15062772

[startup+1037.1 s]
/proc/loadavg: 5.88 5.56 4.99 1/185 6116
/proc/meminfo: memFree=237188/32770624 swapFree=0/1933244
[pid=6046] ppid=6043 vsize=15062772 CPUtime=40.78 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3630 448 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 40.78
Current children cumulated vsize (KiB) 15062772

[startup+1043.5 s]
/proc/loadavg: 5.89 5.57 5.00 1/185 6116
/proc/meminfo: memFree=237092/32770624 swapFree=0/1933244
[pid=6046] ppid=6043 vsize=15062772 CPUtime=40.78 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3630 448 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 40.78
Current children cumulated vsize (KiB) 15062772

[startup+1049.9 s]
/proc/loadavg: 5.90 5.58 5.00 1/185 6117
/proc/meminfo: memFree=237204/32770624 swapFree=0/1933244
[pid=6046] ppid=6043 vsize=15062772 CPUtime=40.78 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3630 448 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 40.78
Current children cumulated vsize (KiB) 15062772

[startup+1051.5 s]
/proc/loadavg: 5.91 5.58 5.01 1/185 6117
/proc/meminfo: memFree=237204/32770624 swapFree=0/1933244
[pid=6046] ppid=6043 vsize=15062772 CPUtime=40.78 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3630 448 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 40.78
Current children cumulated vsize (KiB) 15062772

[startup+1053.11 s]
/proc/loadavg: 5.91 5.58 5.01 1/185 6117
/proc/meminfo: memFree=1205108/32770624 swapFree=0/965020
[pid=6046] ppid=6043 vsize=15062772 CPUtime=40.78 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) S 6043 6046 21827 0 -1 512 1883705 0 1 0 3630 448 0 0 20 0 1 0 12339447 15424278528 3716029 18446744073709551615 4194304 5970956 140722995997136 140722995994216 140143378489815 0 0 1 8404994 18446744071580971376 0 0 17 6 0 0 9 0 0 8070896 8075904 30642176 140722995999175 140722995999310 140722995999310 140722996002766 0
/proc/6046/statm: 3765693 3716029 775 434 0 3759057 0
Current children cumulated CPU time (s) 40.78
Current children cumulated vsize (KiB) 15062772

[startup+1053.9 s]
/proc/loadavg: 5.91 5.58 5.01 1/185 6117
/proc/meminfo: memFree=1205108/32770624 swapFree=0/965020
[pid=6046] ppid=6043 vsize=0 CPUtime=41.03 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 516 1883705 0 1 0 3630 473 0 0 20 0 1 0 12339447 0 0 18446744073709551615 0 0 0 0 0 0 0 1 8404994 18446744073709551615 0 0 17 6 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/6046/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.03
Current children cumulated vsize (KiB) 0

[startup+1054.1 s]
/proc/loadavg: 5.91 5.58 5.01 3/183 6117
/proc/meminfo: memFree=15775872/32770624 swapFree=0/964440
[pid=6046] ppid=6043 vsize=0 CPUtime=41.27 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 516 1883705 0 1 0 3630 497 0 0 20 0 1 0 12339447 0 0 18446744073709551615 0 0 0 0 0 0 0 1 8404994 18446744073709551615 0 0 17 0 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/6046/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.27
Current children cumulated vsize (KiB) 0

[startup+1054.21 s]
/proc/loadavg: 5.91 5.58 5.01 3/183 6117
/proc/meminfo: memFree=15775872/32770624 swapFree=0/964440
[pid=6046] ppid=6043 vsize=0 CPUtime=41.38 cores=0,2,4,6
/proc/6046/stat : 6046 (cosoco) R 6043 6046 21827 0 -1 516 1883705 0 1 0 3630 508 0 0 20 0 1 0 12339447 0 0 18446744073709551615 0 0 0 0 0 0 0 1 8404994 18446744073709551615 0 0 17 0 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/6046/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.38
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 1054.28
CPU time (s): 41.3984
CPU user time (s): 36.3099
CPU system time (s): 5.08847
CPU usage (%): 3.9267
Max. virtual memory (cumulated for all children) (KiB): 15062772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.3099
system time used= 5.08847
maximum resident set size= 14864284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1883705
page faults= 1
swaps= 0
block input operations= 672
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1915362
involuntary context switches= 81

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.82902 second user time and 4.06053 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-07 12:09:59
IDJOB=4241798
IDBENCH=140823
IDSOLVER=2621
FILE ID=node126/4241798-1502101437
RUNJOBID= node126-1502042680-29186
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex06460.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241798-1502101437/watcher-4241798-1502101437 -o /tmp/evaluation-result-4241798-1502101437/solver-4241798-1502101437 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502042680-29186 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4241798-1502101437.xml

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

MD5SUM BENCH= f140970bd722cd0d04a16203ca32674e
RANDOM SEED=2058178943

node126.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.81
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.81
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.81
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.81
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:        31979888 kB
MemAvailable:   32021960 kB
Buffers:           86740 kB
Cached:           249692 kB
SwapCached:            0 kB
Active:           294884 kB
Inactive:          99088 kB
Active(anon):        876 kB
Inactive(anon):    73496 kB
Active(file):     294008 kB
Inactive(file):    25592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7364 kB
Writeback:             0 kB
AnonPages:         57204 kB
Mapped:            31600 kB
Shmem:             17060 kB
Slab:             102668 kB
SReclaimable:      76612 kB
SUnreclaim:        26056 kB
KernelStack:        3184 kB
PageTables:         4912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 47140 MiB
End job on node126 at 2017-08-07 12:27:33