Trace number 4260803

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
BTD 2017-07-25SAT 1363.29 1363.28

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-enddr1-9.xml
MD5SUM663436d48867ef848cc7f80c5423cb12
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.07445
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains48
Minimum domain size105
Maximum domain size122
Distribution of domain sizes[{"size":105,"count":10},{"size":108,"count":10},{"size":110,"count":10},{"size":112,"count":10},{"size":115,"count":10},{"size":116,"count":20},{"size":119,"count":10},{"size":121,"count":10},{"size":122,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

0.50/0.61	c Version: 2017-07-25
1363.20/1363.27	s SATISFIABLE
1363.20/1363.27	v <instantiation type="solution">
1363.20/1363.27	v <list> x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>
1363.20/1363.27	v <values> 17 16 23 24 52 53 66 65 77 78 23 41 55 54 107 108 120 119 140 139 5 4 31 32 96 95 107 108 119 118 11 12 15 14 44 43 60 52 70 71 10 11 17 16 28 29 44 43 129 50 0 77 97 41 136 137 148 149 154 153 48 49 55 54 66 65 81 82 89 88 0 1 60 41 81 82 96 95 107 108 28 77 87 41 120 119 136 137 140 139 0 1 5 4 11 10 23 24 38 77 </values>
1363.20/1363.27	v </instantiation>
1363.20/1363.27	c Solving # Nodes: 13719513
1363.20/1363.27	c Global Time: 1363.28 s

Verifier Data

OK	

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-4260803-1502253514/watcher-4260803-1502253514 -o /tmp/evaluation-result-4260803-1502253514/solver-4260803-1502253514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502234853-1840 --watchdog 2580 BTD 2520 HOME/instance-4260803-1502253514.xml 

pid=6918
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6921
/proc/meminfo: memFree=31213860/32770624 swapFree=0/374232
[pid=6921] ppid=6918 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/6921/stat : 6921 (runsolver) D 6918 6921 1774 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 73166646 24240128 107 18446744073709551615 4194304 4338465 140721457886256 140721457883896 140109472899799 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 32215040 140721457889493 140721457889865 140721457889865 140721457893322 0
/proc/6921/statm: 5918 107 54 36 0 2156 0

[startup+0.105467 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6921
/proc/meminfo: memFree=31213860/32770624 swapFree=0/374232
[pid=6921] ppid=6918 vsize=31656 CPUtime=0.01 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 760 0 0 0 1 0 0 0 20 0 1 0 73166646 32415744 578 18446744073709551615 4194304 35031035 140733192240656 140733192234136 7174370 0 0 1 0 0 0 0 17 7 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 7914 578 336 7529 0 361 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 31656

[startup+0.200466 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6921
/proc/meminfo: memFree=31213860/32770624 swapFree=0/374232
[pid=6921] ppid=6918 vsize=31848 CPUtime=0.1 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 881 0 0 0 10 0 0 0 20 0 1 0 73166646 32612352 701 18446744073709551615 4194304 35031035 140733192240656 140733192237832 6572379 0 0 1 0 0 0 0 17 7 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 7962 701 408 7529 0 409 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 31848

[startup+0.300465 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6921
/proc/meminfo: memFree=31213860/32770624 swapFree=0/374232
[pid=6921] ppid=6918 vsize=31972 CPUtime=0.2 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 924 0 0 0 20 0 0 0 20 0 1 0 73166646 32739328 772 18446744073709551615 4194304 35031035 140733192240656 140733192233496 6441833 0 0 1 0 0 0 0 17 7 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 7993 772 411 7529 0 440 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 31972

[startup+0.700483 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6921
/proc/meminfo: memFree=31213860/32770624 swapFree=0/374232
[pid=6921] ppid=6918 vsize=36556 CPUtime=0.6 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 2068 0 0 0 60 0 0 0 20 0 1 0 73166646 37433344 1919 18446744073709551615 4194304 35031035 140733192240656 140733192239656 4496750 0 0 1 0 0 0 0 17 7 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9139 1919 464 7529 0 1586 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 36556

[startup+1.50021 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6922
/proc/meminfo: memFree=31207748/32770624 swapFree=0/374284
[pid=6921] ppid=6918 vsize=36688 CPUtime=1.39 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 2096 0 0 0 137 2 0 0 20 0 1 0 73166646 37568512 1919 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9172 1919 464 7529 0 1619 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 36688

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6922
/proc/meminfo: memFree=31207228/32770624 swapFree=0/374492
[pid=6921] ppid=6918 vsize=36688 CPUtime=2.99 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 2693 0 0 0 293 6 0 0 20 0 1 0 73166646 37568512 1984 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9172 1984 469 7529 0 1619 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 36688

[startup+6.30022 s]
/proc/loadavg: 1.92 2.00 2.04 3/186 6922
/proc/meminfo: memFree=31206312/32770624 swapFree=0/374492
[pid=6921] ppid=6918 vsize=36820 CPUtime=6.19 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 3318 0 0 0 608 11 0 0 20 0 1 0 73166646 37703680 2002 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9205 2002 469 7529 0 1652 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 36820

[startup+12.7002 s]
/proc/loadavg: 1.93 2.00 2.04 3/186 6922
/proc/meminfo: memFree=31205940/32770624 swapFree=0/374496
[pid=6921] ppid=6918 vsize=36820 CPUtime=12.59 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 3931 0 0 0 1236 23 0 0 20 0 1 0 73166646 37703680 2017 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9205 2017 469 7529 0 1652 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 36820

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 2.04 3/186 6922
/proc/meminfo: memFree=31206188/32770624 swapFree=0/374500
[pid=6921] ppid=6918 vsize=36952 CPUtime=25.39 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 5119 0 0 0 2496 43 0 0 20 0 1 0 73166646 37838848 2047 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9238 2047 469 7529 0 1685 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 36952

[startup+51.1003 s]
/proc/loadavg: 1.96 2.00 2.04 3/186 6924
/proc/meminfo: memFree=31205444/32770624 swapFree=0/374492
[pid=6921] ppid=6918 vsize=37084 CPUtime=50.99 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 5793 0 0 0 5009 90 0 0 20 0 1 0 73166646 37974016 2058 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9271 2058 469 7529 0 1718 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 37084

[startup+102.3 s]
/proc/loadavg: 2.03 2.01 2.05 3/186 6925
/proc/meminfo: memFree=31205392/32770624 swapFree=0/374508
[pid=6921] ppid=6918 vsize=37084 CPUtime=102.19 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 6407 0 0 0 10049 170 0 0 20 0 1 0 73166646 37974016 2122 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9271 2122 469 7529 0 1718 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 37084

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/185 6927
/proc/meminfo: memFree=31205400/32770624 swapFree=0/374520
[pid=6921] ppid=6918 vsize=37084 CPUtime=162.2 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 6909 0 0 0 15966 254 0 0 20 0 1 0 73166646 37974016 2129 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9271 2129 469 7529 0 1718 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 37084

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6932
/proc/meminfo: memFree=31204744/32770624 swapFree=0/374528
[pid=6921] ppid=6918 vsize=37216 CPUtime=222.2 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 7381 0 0 0 21882 338 0 0 20 0 1 0 73166646 38109184 2139 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9304 2139 469 7529 0 1751 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 37216

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6934
/proc/meminfo: memFree=31205040/32770624 swapFree=0/374548
[pid=6921] ppid=6918 vsize=37216 CPUtime=282.2 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 7419 0 0 0 27788 432 0 0 20 0 1 0 73166646 38109184 2143 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9304 2143 469 7529 0 1751 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 37216

[startup+342.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/189 6950
/proc/meminfo: memFree=31201144/32770624 swapFree=0/374572
[pid=6921] ppid=6918 vsize=37216 CPUtime=342.21 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 7907 0 0 0 33695 526 0 0 20 0 1 0 73166646 38109184 2153 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9304 2153 469 7529 0 1751 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 37216

[startup+402.3 s]
/proc/loadavg: 1.96 2.01 2.04 3/189 7013
/proc/meminfo: memFree=31195136/32770624 swapFree=0/374604
[pid=6921] ppid=6918 vsize=37216 CPUtime=402.22 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 7928 0 0 0 39606 616 0 0 20 0 1 0 73166646 38109184 2158 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9304 2158 469 7529 0 1751 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 37216

[startup+462.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/186 7015
/proc/meminfo: memFree=31197292/32770624 swapFree=0/374604
[pid=6921] ppid=6918 vsize=37216 CPUtime=462.22 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 8413 0 0 0 45517 705 0 0 20 0 1 0 73166646 38109184 2159 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9304 2159 469 7529 0 1751 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 37216

[startup+522.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/185 7017
/proc/meminfo: memFree=31198352/32770624 swapFree=0/374612
[pid=6921] ppid=6918 vsize=37216 CPUtime=522.22 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 8446 0 0 0 51426 796 0 0 20 0 1 0 73166646 38109184 2170 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9304 2170 469 7529 0 1751 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 37216

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 7020
/proc/meminfo: memFree=31197836/32770624 swapFree=0/374624
[pid=6921] ppid=6918 vsize=37216 CPUtime=582.23 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 8937 0 0 0 57332 891 0 0 20 0 1 0 73166646 38109184 2170 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9304 2170 469 7529 0 1751 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 37216

[startup+642.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/186 7023
/proc/meminfo: memFree=31198004/32770624 swapFree=0/374628
[pid=6921] ppid=6918 vsize=37348 CPUtime=642.24 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 8940 0 0 0 63238 986 0 0 20 0 1 0 73166646 38244352 2170 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2170 469 7529 0 1784 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 37348

[startup+702.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 7025
/proc/meminfo: memFree=31197312/32770624 swapFree=0/374640
[pid=6921] ppid=6918 vsize=37348 CPUtime=702.24 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 9436 0 0 0 69144 1080 0 0 20 0 1 0 73166646 38244352 2178 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2178 469 7529 0 1784 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 37348

[startup+762.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 7027
/proc/meminfo: memFree=31197368/32770624 swapFree=0/374652
[pid=6921] ppid=6918 vsize=37348 CPUtime=762.25 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 9459 0 0 0 75048 1177 0 0 20 0 1 0 73166646 38244352 2178 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2178 469 7529 0 1784 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 37348

[startup+822.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 7029
/proc/meminfo: memFree=31197496/32770624 swapFree=0/374656
[pid=6921] ppid=6918 vsize=37348 CPUtime=822.25 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 9959 0 0 0 80947 1278 0 0 20 0 1 0 73166646 38244352 2180 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2180 469 7529 0 1784 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 37348

[startup+882.306 s]
/proc/loadavg: 2.03 2.03 2.05 3/185 7031
/proc/meminfo: memFree=31197976/32770624 swapFree=0/374668
[pid=6921] ppid=6918 vsize=37348 CPUtime=882.26 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 9964 0 0 0 86857 1369 0 0 20 0 1 0 73166646 38244352 2185 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2185 469 7529 0 1784 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 37348

[startup+942.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/189 7049
/proc/meminfo: memFree=31193476/32770624 swapFree=0/374684
[pid=6921] ppid=6918 vsize=37348 CPUtime=942.27 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 10458 0 0 0 92760 1467 0 0 20 0 1 0 73166646 38244352 2185 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2185 469 7529 0 1784 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 37348

[startup+1002.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/190 7052
/proc/meminfo: memFree=31194648/32770624 swapFree=0/374696
[pid=6921] ppid=6918 vsize=37348 CPUtime=1002.26 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 10489 0 0 0 98665 1561 0 0 20 0 1 0 73166646 38244352 2185 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2185 469 7529 0 1784 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 37348

[startup+1062.3 s]
/proc/loadavg: 2.23 2.07 2.06 3/187 7054
/proc/meminfo: memFree=31197256/32770624 swapFree=0/374712
[pid=6921] ppid=6918 vsize=37348 CPUtime=1062.27 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 10946 0 0 0 104562 1665 0 0 20 0 1 0 73166646 38244352 2194 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2194 469 7529 0 1784 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 37348

[startup+1122.3 s]
/proc/loadavg: 2.09 2.06 2.05 3/187 7056
/proc/meminfo: memFree=31197184/32770624 swapFree=0/374724
[pid=6921] ppid=6918 vsize=37348 CPUtime=1122.28 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 10993 0 0 0 110482 1746 0 0 20 0 1 0 73166646 38244352 2194 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2194 469 7529 0 1784 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 37348

[startup+1182.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/187 7058
/proc/meminfo: memFree=31196952/32770624 swapFree=0/374736
[pid=6921] ppid=6918 vsize=37348 CPUtime=1182.28 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 11451 0 0 0 116403 1825 0 0 20 0 1 0 73166646 38244352 2198 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2198 469 7529 0 1784 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 37348

[startup+1242.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/186 7061
/proc/meminfo: memFree=31196992/32770624 swapFree=0/374744
[pid=6921] ppid=6918 vsize=37348 CPUtime=1242.29 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 11495 0 0 0 122317 1912 0 0 20 0 1 0 73166646 38244352 2201 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2201 469 7529 0 1784 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 37348

[startup+1302.3 s]
/proc/loadavg: 2.09 2.06 2.05 3/186 7064
/proc/meminfo: memFree=31197028/32770624 swapFree=0/374756
[pid=6921] ppid=6918 vsize=37348 CPUtime=1302.3 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 11952 0 0 0 128222 2008 0 0 20 0 1 0 73166646 38244352 2201 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2201 469 7529 0 1784 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 37348

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/186 7066
/proc/meminfo: memFree=31197228/32770624 swapFree=0/374768
[pid=6921] ppid=6918 vsize=37348 CPUtime=1362.3 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 12020 0 0 0 134129 2101 0 0 20 0 1 0 73166646 38244352 2203 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2203 469 7529 0 1784 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 37348

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

[startup+1362.4 s]
/proc/loadavg: 2.03 2.05 2.05 3/186 7066
/proc/meminfo: memFree=31197228/32770624 swapFree=0/374768
[pid=6921] ppid=6918 vsize=37348 CPUtime=1362.4 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 12020 0 0 0 134139 2101 0 0 20 0 1 0 73166646 38244352 2203 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2203 469 7529 0 1784 0
Current children cumulated CPU time (s) 1362.4
Current children cumulated vsize (KiB) 37348

[startup+1362.8 s]
/proc/loadavg: 2.03 2.05 2.05 3/186 7066
/proc/meminfo: memFree=31197228/32770624 swapFree=0/374768
[pid=6921] ppid=6918 vsize=37348 CPUtime=1362.8 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 12020 0 0 0 134178 2102 0 0 20 0 1 0 73166646 38244352 2203 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2203 469 7529 0 1784 0
Current children cumulated CPU time (s) 1362.8
Current children cumulated vsize (KiB) 37348

[startup+1363.2 s]
/proc/loadavg: 2.03 2.05 2.05 3/186 7066
/proc/meminfo: memFree=31197228/32770624 swapFree=0/374768
[pid=6921] ppid=6918 vsize=37348 CPUtime=1363.2 cores=1,3,5,7
/proc/6921/stat : 6921 (BTD) R 6918 6921 1774 0 -1 4202496 12020 0 0 0 134218 2102 0 0 20 0 1 0 73166646 38244352 2203 18446744073709551615 4194304 35031035 140733192240656 140733192239656 7760122 0 0 1 0 0 0 0 17 5 0 0 9 0 0 37130264 37226188 63094784 140733192241668 140733192241744 140733192241744 140733192245201 0
/proc/6921/statm: 9337 2203 469 7529 0 1784 0
Current children cumulated CPU time (s) 1363.2
Current children cumulated vsize (KiB) 37348

Child status: 0
Real time (s): 1363.28
CPU time (s): 1363.29
CPU user time (s): 1342.26
CPU system time (s): 21.0257
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 37348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1342.26
system time used= 21.0257
maximum resident set size= 8812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12159
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= 4
involuntary context switches= 503

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.31297 second user time and 4.48003 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-09 06:24:27
IDJOB=4260803
IDBENCH=138525
IDSOLVER=2648
FILE ID=node133/4260803-1502253514
RUNJOBID= node133-1502234853-1840
PBS_JOBID= 
Free space on /tmp= 61992 MiB

SOLVER NAME= BTD 2017-07-25
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-enddr1-9.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4260803-1502253514/watcher-4260803-1502253514 -o /tmp/evaluation-result-4260803-1502253514/solver-4260803-1502253514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502234853-1840 --watchdog 2580  BTD 2520 HOME/instance-4260803-1502253514.xml

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

MD5SUM BENCH= 663436d48867ef848cc7f80c5423cb12
RANDOM SEED=1072358483

node133.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.17
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.17
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.17
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.17
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:        31214012 kB
MemAvailable:   31972416 kB
Buffers:          255788 kB
Cached:           799092 kB
SwapCached:            0 kB
Active:           719920 kB
Inactive:         407604 kB
Active(anon):      72864 kB
Inactive(anon):    33112 kB
Active(file):     647056 kB
Inactive(file):   374492 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38456 kB
Writeback:             4 kB
AnonPages:         72312 kB
Mapped:            46760 kB
Shmem:             33468 kB
Slab:             132240 kB
SReclaimable:     105380 kB
SUnreclaim:        26860 kB
KernelStack:        3280 kB
PageTables:         5228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61956 MiB
End job on node133 at 2017-08-09 06:47:10