Trace number 4242980

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: BTD 2017-06-30? (TO) 2400.02 2400.5

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-11.xml
MD5SUM282e51d8db2be6465471e4014b41d3d5
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 benchmark122.536
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size580
Maximum domain size675
Distribution of domain sizes[{"size":580,"count":6},{"size":581,"count":6},{"size":582,"count":4},{"size":583,"count":2},{"size":584,"count":4},{"size":585,"count":2},{"size":586,"count":2},{"size":587,"count":2},{"size":588,"count":2},{"size":590,"count":2},{"size":591,"count":8},{"size":592,"count":2},{"size":593,"count":2},{"size":594,"count":6},{"size":595,"count":2},{"size":597,"count":2},{"size":604,"count":2},{"size":605,"count":4},{"size":606,"count":2},{"size":607,"count":2},{"size":608,"count":4},{"size":609,"count":2},{"size":610,"count":8},{"size":611,"count":2},{"size":612,"count":2},"...",{"size":635,"count":2}, {"size":636,"count":2}, {"size":637,"count":2}, {"size":638,"count":2}, {"size":639,"count":6}, {"size":640,"count":4}, {"size":643,"count":4}, {"size":644,"count":2}, {"size":646,"count":4}, {"size":648,"count":6}, {"size":649,"count":2}, {"size":651,"count":2}, {"size":652,"count":2}, {"size":653,"count":2}, {"size":655,"count":2}, {"size":657,"count":2}, {"size":659,"count":4}, {"size":660,"count":2}, {"size":661,"count":2}, {"size":665,"count":6}, {"size":666,"count":2}, {"size":669,"count":2}, {"size":671,"count":4}, {"size":674,"count":2}, {"size":675,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

1.89/1.92	c Version: 2017-06-30
2399.90/2400.48	s UNKNOWN
2399.90/2400.48	c Solving # Nodes: 1469640
2399.90/2400.48	c Global Time: 2400 s

Verifier Data


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-4242980-1500633345/watcher-4242980-1500633345 -o /tmp/evaluation-result-4242980-1500633345/solver-4242980-1500633345 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500623775-3863 --watchdog 2560 BTD 2400 HOME/instance-4242980-1500633345.xml 

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

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: 2.00 2.02 2.05 3/186 9845
/proc/meminfo: memFree=30993080/32770624 swapFree=6164/833764
[pid=9845] ppid=9842 vsize=30920 CPUtime=0 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 452 0 0 0 0 0 0 0 20 0 1 0 16775415 31662080 314 33554432000 4194304 35031059 140730646143328 140730646139288 7408842 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 7730 314 217 7529 0 177 0

[startup+0.100157 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 9845
/proc/meminfo: memFree=30993080/32770624 swapFree=6164/833764
[pid=9845] ppid=9842 vsize=35148 CPUtime=0.09 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 1512 0 0 0 9 0 0 0 20 0 1 0 16775415 35991552 1370 33554432000 4194304 35031059 140730646143328 140730646139048 7408842 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 8787 1370 217 7529 0 1234 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35148

[startup+0.200299 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 9845
/proc/meminfo: memFree=30993080/32770624 swapFree=6164/833764
[pid=9845] ppid=9842 vsize=39440 CPUtime=0.19 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 2737 0 0 0 19 0 0 0 20 0 1 0 16775415 40386560 2558 33554432000 4194304 35031059 140730646143328 140730646136808 7408842 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 9860 2558 359 7529 0 2307 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39440

[startup+0.300268 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 9845
/proc/meminfo: memFree=30993080/32770624 swapFree=6164/833764
[pid=9845] ppid=9842 vsize=40148 CPUtime=0.29 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 2945 0 0 0 29 0 0 0 20 0 1 0 16775415 41111552 2806 33554432000 4194304 35031059 140730646143328 140730646136088 7408842 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 10037 2806 412 7529 0 2484 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40148

[startup+0.700219 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 9845
/proc/meminfo: memFree=30993080/32770624 swapFree=6164/833764
[pid=9845] ppid=9842 vsize=40772 CPUtime=0.69 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 3121 0 0 0 69 0 0 0 20 0 1 0 16775415 41750528 2961 33554432000 4194304 35031059 140730646143328 140730646136296 6438560 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 10193 2961 412 7529 0 2640 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40772

[startup+1.50021 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 9846
/proc/meminfo: memFree=30981760/32770624 swapFree=6164/833760
[pid=9845] ppid=9842 vsize=42148 CPUtime=1.49 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 3465 0 0 0 149 0 0 0 20 0 1 0 16775415 43159552 3311 33554432000 4194304 35031059 140730646143328 140730646136296 7405889 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 10537 3311 412 7529 0 2984 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42148

[startup+3.10025 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 9846
/proc/meminfo: memFree=30918892/32770624 swapFree=6164/833760
[pid=9845] ppid=9842 vsize=105804 CPUtime=3.09 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 21278 0 0 0 307 2 0 0 20 0 1 0 16775415 108343296 18777 33554432000 4194304 35031059 140730646143328 140730646142328 7760138 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26451 18777 468 7529 0 18898 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105804

[startup+6.30023 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 9846
/proc/meminfo: memFree=30918456/32770624 swapFree=6164/833772
[pid=9845] ppid=9842 vsize=105804 CPUtime=6.29 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 23447 0 0 0 626 3 0 0 20 0 1 0 16775415 108343296 18790 33554432000 4194304 35031059 140730646143328 140730646142328 7760138 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26451 18790 468 7529 0 18898 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105804

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 9846
/proc/meminfo: memFree=30918208/32770624 swapFree=6164/833776
[pid=9845] ppid=9842 vsize=105936 CPUtime=12.69 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 25617 0 0 0 1265 4 0 0 20 0 1 0 16775415 108478464 18807 33554432000 4194304 35031059 140730646143328 140730646142328 4497591 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26484 18807 468 7529 0 18931 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105936

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 9846
/proc/meminfo: memFree=30918084/32770624 swapFree=6164/833788
[pid=9845] ppid=9842 vsize=106200 CPUtime=25.49 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 30485 0 0 0 2542 7 0 0 20 0 1 0 16775415 108748800 18874 33554432000 4194304 35031059 140730646143328 140730646142328 4497652 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26550 18874 468 7529 0 18997 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 106200

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 9846
/proc/meminfo: memFree=30918084/32770624 swapFree=6164/833792
[pid=9845] ppid=9842 vsize=106200 CPUtime=51.08 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 32869 0 0 0 5097 11 0 0 20 0 1 0 16775415 108748800 18902 33554432000 4194304 35031059 140730646143328 140730646142328 7760138 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26550 18902 468 7529 0 18997 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 106200

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 9847
/proc/meminfo: memFree=30916960/32770624 swapFree=6164/833832
[pid=9845] ppid=9842 vsize=106332 CPUtime=102.27 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 33267 0 0 0 10211 16 0 0 20 0 1 0 16775415 108883968 18928 33554432000 4194304 35031059 140730646143328 140730646142328 7760138 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26583 18928 468 7529 0 19030 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 106332

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 9970
/proc/meminfo: memFree=30319144/32770624 swapFree=6164/833944
[pid=9845] ppid=9842 vsize=106464 CPUtime=162.25 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 33471 0 0 0 16204 21 0 0 20 0 1 0 16775415 109019136 19148 33554432000 4194304 35031059 140730646143328 140730646142328 4541532 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26616 19148 468 7529 0 19063 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 106464

[startup+222.306 s]
/proc/loadavg: 2.06 2.04 2.05 3/187 9971
/proc/meminfo: memFree=30316380/32770624 swapFree=6164/833988
[pid=9845] ppid=9842 vsize=106464 CPUtime=222.24 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 33705 0 0 0 22198 26 0 0 20 0 1 0 16775415 109019136 19159 33554432000 4194304 35031059 140730646143328 140730646142328 4497528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26616 19159 468 7529 0 19063 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 106464

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 10040
/proc/meminfo: memFree=30948948/32770624 swapFree=6164/834044
[pid=9845] ppid=9842 vsize=106596 CPUtime=282.23 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 33901 0 0 0 28192 31 0 0 20 0 1 0 16775415 109154304 19176 33554432000 4194304 35031059 140730646143328 140730646142328 4497579 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26649 19176 468 7529 0 19096 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 106596

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 10041
/proc/meminfo: memFree=30734180/32770624 swapFree=6164/834100
[pid=9845] ppid=9842 vsize=106596 CPUtime=342.21 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 34081 0 0 0 34185 36 0 0 20 0 1 0 16775415 109154304 19183 33554432000 4194304 35031059 140730646143328 140730646142328 4496756 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26649 19183 468 7529 0 19096 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 106596

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 10042
/proc/meminfo: memFree=30523276/32770624 swapFree=6164/834128
[pid=9845] ppid=9842 vsize=106596 CPUtime=402.19 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 34265 0 0 0 40179 40 0 0 20 0 1 0 16775415 109154304 19188 33554432000 4194304 35031059 140730646143328 140730646142328 4497598 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26649 19188 468 7529 0 19096 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 106596

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 10044
/proc/meminfo: memFree=30305668/32770624 swapFree=6164/834156
[pid=9845] ppid=9842 vsize=106596 CPUtime=462.18 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 34434 0 0 0 46172 46 0 0 20 0 1 0 16775415 109154304 19190 33554432000 4194304 35031059 140730646143328 140730646142328 4496728 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26649 19190 468 7529 0 19096 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 106596

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 10045
/proc/meminfo: memFree=30093532/32770624 swapFree=6164/834192
[pid=9845] ppid=9842 vsize=106596 CPUtime=522.17 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 34585 0 0 0 52165 52 0 0 20 0 1 0 16775415 109154304 19206 33554432000 4194304 35031059 140730646143328 140730646142328 4497579 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26649 19206 468 7529 0 19096 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 106596

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 10046
/proc/meminfo: memFree=29877304/32770624 swapFree=6164/834216
[pid=9845] ppid=9842 vsize=106728 CPUtime=582.15 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 34750 0 0 0 58158 57 0 0 20 0 1 0 16775415 109289472 19206 33554432000 4194304 35031059 140730646143328 140730646142328 7760138 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26682 19206 468 7529 0 19129 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 106728


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


[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 10102
/proc/meminfo: memFree=26409900/32770624 swapFree=6164/834756
[pid=9845] ppid=9842 vsize=106992 CPUtime=1541.97 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 37565 0 0 0 154016 181 0 0 20 0 1 0 16775415 109559808 19305 33554432000 4194304 35031059 140730646143328 140730646142328 7760138 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26748 19305 468 7529 0 19195 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 106992

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 10103
/proc/meminfo: memFree=26189828/32770624 swapFree=6164/834784
[pid=9845] ppid=9842 vsize=107124 CPUtime=1601.95 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 37749 0 0 0 160006 189 0 0 20 0 1 0 16775415 109694976 19322 33554432000 4194304 35031059 140730646143328 140730646142328 4541521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26781 19322 468 7529 0 19228 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 107124

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 10104
/proc/meminfo: memFree=25964860/32770624 swapFree=6164/834812
[pid=9845] ppid=9842 vsize=107124 CPUtime=1661.94 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 37891 0 0 0 165998 196 0 0 20 0 1 0 16775415 109694976 19322 33554432000 4194304 35031059 140730646143328 140730646142328 4497172 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26781 19322 468 7529 0 19228 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 107124

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 10105
/proc/meminfo: memFree=24750308/32770624 swapFree=6164/834848
[pid=9845] ppid=9842 vsize=107124 CPUtime=1721.93 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 38019 0 0 0 171991 202 0 0 20 0 1 0 16775415 109694976 19322 33554432000 4194304 35031059 140730646143328 140730646142328 4497598 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26781 19322 468 7529 0 19228 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 107124

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 10106
/proc/meminfo: memFree=24750544/32770624 swapFree=6164/834880
[pid=9845] ppid=9842 vsize=107124 CPUtime=1781.92 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 38188 0 0 0 177983 209 0 0 20 0 1 0 16775415 109694976 19322 33554432000 4194304 35031059 140730646143328 140730646142328 4213424 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26781 19322 468 7529 0 19228 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 107124

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 10107
/proc/meminfo: memFree=24750712/32770624 swapFree=6164/834916
[pid=9845] ppid=9842 vsize=107124 CPUtime=1841.91 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 38322 0 0 0 183976 215 0 0 20 0 1 0 16775415 109694976 19332 33554432000 4194304 35031059 140730646143328 140730646142328 7760138 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26781 19332 468 7529 0 19228 0
Current children cumulated CPU time (s) 1841.91
Current children cumulated vsize (KiB) 107124

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 10108
/proc/meminfo: memFree=24750616/32770624 swapFree=6164/834944
[pid=9845] ppid=9842 vsize=107124 CPUtime=1901.89 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 38452 0 0 0 189968 221 0 0 20 0 1 0 16775415 109694976 19332 33554432000 4194304 35031059 140730646143328 140730646142328 4544929 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26781 19332 468 7529 0 19228 0
Current children cumulated CPU time (s) 1901.89
Current children cumulated vsize (KiB) 107124

[startup+1962.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/187 10109
/proc/meminfo: memFree=24750528/32770624 swapFree=6164/834972
[pid=9845] ppid=9842 vsize=107256 CPUtime=1961.89 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 38619 0 0 0 195963 226 0 0 20 0 1 0 16775415 109830144 19353 33554432000 4194304 35031059 140730646143328 140730646142328 4497598 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26814 19353 468 7529 0 19261 0
Current children cumulated CPU time (s) 1961.89
Current children cumulated vsize (KiB) 107256

[startup+2022.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 10110
/proc/meminfo: memFree=24750316/32770624 swapFree=6164/835000
[pid=9845] ppid=9842 vsize=107256 CPUtime=2021.87 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 38768 0 0 0 201956 231 0 0 20 0 1 0 16775415 109830144 19353 33554432000 4194304 35031059 140730646143328 140730646142328 7760138 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26814 19353 468 7529 0 19261 0
Current children cumulated CPU time (s) 2021.87
Current children cumulated vsize (KiB) 107256

[startup+2082.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 10119
/proc/meminfo: memFree=24750092/32770624 swapFree=6164/835044
[pid=9845] ppid=9842 vsize=107256 CPUtime=2081.87 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 38892 0 0 0 207950 237 0 0 20 0 1 0 16775415 109830144 19353 33554432000 4194304 35031059 140730646143328 140730646142328 4544912 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26814 19353 468 7529 0 19261 0
Current children cumulated CPU time (s) 2081.87
Current children cumulated vsize (KiB) 107256

[startup+2142.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/188 10120
/proc/meminfo: memFree=24749624/32770624 swapFree=6164/835080
[pid=9845] ppid=9842 vsize=107256 CPUtime=2141.85 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 39011 0 0 0 213943 242 0 0 20 0 1 0 16775415 109830144 19353 33554432000 4194304 35031059 140730646143328 140730646142328 7760138 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26814 19353 468 7529 0 19261 0
Current children cumulated CPU time (s) 2141.85
Current children cumulated vsize (KiB) 107256

[startup+2202.31 s]
/proc/loadavg: 2.02 2.04 2.05 3/188 10121
/proc/meminfo: memFree=24749900/32770624 swapFree=6164/835112
[pid=9845] ppid=9842 vsize=107256 CPUtime=2201.85 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 39178 0 0 0 219937 248 0 0 20 0 1 0 16775415 109830144 19353 33554432000 4194304 35031059 140730646143328 140730646142328 7760138 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26814 19353 468 7529 0 19261 0
Current children cumulated CPU time (s) 2201.85
Current children cumulated vsize (KiB) 107256

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 10122
/proc/meminfo: memFree=24750056/32770624 swapFree=6164/835136
[pid=9845] ppid=9842 vsize=107256 CPUtime=2261.83 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 39305 0 0 0 225928 255 0 0 20 0 1 0 16775415 109830144 19357 33554432000 4194304 35031059 140730646143328 140730646142328 4497572 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26814 19357 468 7529 0 19261 0
Current children cumulated CPU time (s) 2261.83
Current children cumulated vsize (KiB) 107256

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 10123
/proc/meminfo: memFree=24749800/32770624 swapFree=6164/835164
[pid=9845] ppid=9842 vsize=107256 CPUtime=2321.82 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 39433 0 0 0 231923 259 0 0 20 0 1 0 16775415 109830144 19357 33554432000 4194304 35031059 140730646143328 140730646142328 4541732 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26814 19357 468 7529 0 19261 0
Current children cumulated CPU time (s) 2321.82
Current children cumulated vsize (KiB) 107256

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 10124
/proc/meminfo: memFree=24749356/32770624 swapFree=6164/835192
[pid=9845] ppid=9842 vsize=107256 CPUtime=2381.81 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 39561 0 0 0 237916 265 0 0 20 0 1 0 16775415 109830144 19357 33554432000 4194304 35031059 140730646143328 140730646142328 4496750 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 26814 19357 468 7529 0 19261 0
Current children cumulated CPU time (s) 2381.81
Current children cumulated vsize (KiB) 107256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.5 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 10124
/proc/meminfo: memFree=24749200/32770624 swapFree=6164/835208
[pid=9845] ppid=9842 vsize=70476 CPUtime=2400.01 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 40412 0 0 0 239733 268 0 0 20 0 1 0 16775415 72167424 10496 33554432000 4194304 35031059 140730646143328 140730646142328 4214074 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 17619 10496 478 7529 0 10066 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 70476

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

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

[startup+2400.5 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 10124
/proc/meminfo: memFree=24749200/32770624 swapFree=6164/835208
[pid=9845] ppid=9842 vsize=70476 CPUtime=2400.01 cores=1,3,5,7
/proc/9845/stat : 9845 (BTD) R 9842 9845 3831 0 -1 4202496 40412 0 0 0 239733 268 0 0 20 0 1 0 16775415 72167424 10496 33554432000 4194304 35031059 140730646143328 140730646142328 4214074 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 37130264 37226188 38961152 140730646148346 140730646148422 140730646148422 140730646151121 0
/proc/9845/statm: 17619 10496 478 7529 0 10066 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 70476

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.5
CPU time (s): 2400.02
CPU user time (s): 2397.34
CPU system time (s): 2.68047
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 107256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.34
system time used= 2.68047
maximum resident set size= 77428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40412
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= 12
involuntary context switches= 120143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.93793 second user time and 7.96606 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-21 12:35:45
IDJOB=4242980
IDBENCH=138457
IDSOLVER=2619
FILE ID=node139/4242980-1500633345
RUNJOBID= node139-1500623775-3863
PBS_JOBID= 20622994
Free space on /tmp= 61960 MiB

SOLVER NAME= BTD 2017-06-30
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-11.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242980-1500633345/watcher-4242980-1500633345 -o /tmp/evaluation-result-4242980-1500633345/solver-4242980-1500633345 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500623775-3863 --watchdog 2560  BTD 2400 HOME/instance-4242980-1500633345.xml

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

MD5SUM BENCH= 282e51d8db2be6465471e4014b41d3d5
RANDOM SEED=80575481

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

/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		: 1600.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.86
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		: 1600.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		: 1600.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.86
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		: 2267.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.86
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		: 1600.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		: 1600.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.86
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		: 1600.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:        30993700 kB
MemAvailable:   31961752 kB
Buffers:          161716 kB
Cached:          1084208 kB
SwapCached:            0 kB
Active:           510328 kB
Inactive:         842648 kB
Active(anon):     109320 kB
Inactive(anon):     8884 kB
Active(file):     401008 kB
Inactive(file):   833764 kB
Unevictable:        6164 kB
Mlocked:            6164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38524 kB
Writeback:            20 kB
AnonPages:        157268 kB
Mapped:            33904 kB
Shmem:              8852 kB
Slab:             123500 kB
SReclaimable:      98228 kB
SUnreclaim:        25272 kB
KernelStack:        3712 kB
PageTables:         5152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     378912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61924 MiB
End job on node139 at 2017-07-21 13:15:46