Trace number 4260424

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-25? (MO) 361.05399 361.14999

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-09.xml
MD5SUM974f0afcd706a93e2571fe02010426b6
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 benchmark19.367001
Satisfiable
(Un)Satisfiability was proved
Number of variables510
Number of constraints510
Number of domains1
Minimum domain size19683
Maximum domain size19683
Distribution of domain sizes[{"size":19683,"count":510}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":509},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":509}]
Number of extensional constraints509
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":509},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data


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-4260424-1502254291/watcher-4260424-1502254291 -o /tmp/evaluation-result-4260424-1502254291/solver-4260424-1502254291 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502234590-9217 --watchdog 2580 BTD 2520 HOME/instance-4260424-1502254291.xml 

pid=15231
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: 1.89 1.96 2.02 4/184 15234
/proc/meminfo: memFree=31219112/32770624 swapFree=0/396036
[pid=15234] ppid=15231 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15234/stat : 15234 (runsolver) D 15231 15234 9153 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 67340181 24240128 107 18446744073709551615 4194304 4338465 140721664054336 140721664051976 140146976404183 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 15527936 140721664061653 140721664062025 140721664062025 140721664065482 0
/proc/15234/statm: 5918 107 54 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 1.89 1.96 2.02 4/184 15234
/proc/meminfo: memFree=31219112/32770624 swapFree=0/396036
[pid=15234] ppid=15231 vsize=30980 CPUtime=0.01 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 489 0 0 0 1 0 0 0 20 0 1 0 67340181 31723520 352 18446744073709551615 4194304 35031035 140723245015728 140723245015728 7408826 0 0 1 0 0 0 0 17 3 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 7745 352 229 7529 0 192 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30980

[startup+0.200262 s]
/proc/loadavg: 1.89 1.96 2.02 4/184 15234
/proc/meminfo: memFree=31219112/32770624 swapFree=0/396036
[pid=15234] ppid=15231 vsize=31716 CPUtime=0.11 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 2063 0 0 0 11 0 0 0 20 0 1 0 67340181 32477184 520 18446744073709551615 4194304 35031035 140723245015728 140723245015728 4208990 0 0 1 0 0 0 0 17 3 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 7920 534 229 7529 0 367 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 31716

[startup+0.300254 s]
/proc/loadavg: 1.89 1.96 2.02 4/184 15234
/proc/meminfo: memFree=31219112/32770624 swapFree=0/396036
[pid=15234] ppid=15231 vsize=31856 CPUtime=0.2 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 10075 0 0 0 19 1 0 0 20 0 1 0 67340181 32620544 590 18446744073709551615 4194304 35031035 140723245015728 140723245015728 7993641 0 0 1 0 0 0 0 17 3 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 8010 590 229 7529 0 457 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 31856

[startup+0.700224 s]
/proc/loadavg: 1.89 1.96 2.02 4/184 15234
/proc/meminfo: memFree=31219112/32770624 swapFree=0/396036
[pid=15234] ppid=15231 vsize=33412 CPUtime=0.61 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 28574 0 0 0 58 3 0 0 20 0 1 0 67340181 34213888 981 18446744073709551615 4194304 35031035 140723245015728 140723245015728 4208386 0 0 1 0 0 0 0 17 3 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 8353 981 231 7529 0 800 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 33412

[startup+1.50022 s]
/proc/loadavg: 1.89 1.96 2.02 3/185 15235
/proc/meminfo: memFree=31214172/32770624 swapFree=0/395796
[pid=15234] ppid=15231 vsize=36360 CPUtime=1.4 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 87553 0 0 0 130 10 0 0 20 0 1 0 67340181 37232640 1718 18446744073709551615 4194304 35031035 140723245015728 140723245011544 7993641 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 9090 1718 231 7529 0 1537 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 36360

[startup+3.10023 s]
/proc/loadavg: 1.89 1.96 2.02 3/185 15235
/proc/meminfo: memFree=31209708/32770624 swapFree=0/395796
[pid=15234] ppid=15231 vsize=42700 CPUtime=3.01 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 191090 0 0 0 277 24 0 0 20 0 1 0 67340181 43724800 3245 18446744073709551615 4194304 35031035 140723245015728 140723245011496 4209296 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 10675 3245 231 7529 0 3122 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 42700

[startup+6.30022 s]
/proc/loadavg: 1.90 1.96 2.02 3/185 15235
/proc/meminfo: memFree=31197564/32770624 swapFree=0/395792
[pid=15234] ppid=15231 vsize=54564 CPUtime=6.2 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 412628 0 0 0 570 50 0 0 20 0 1 0 67340181 55873536 6211 18446744073709551615 4194304 35031035 140723245015728 140723245011496 4208395 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 13641 6211 231 7529 0 6088 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 54564

[startup+12.7002 s]
/proc/loadavg: 1.91 1.96 2.02 3/185 15235
/proc/meminfo: memFree=31173384/32770624 swapFree=0/395784
[pid=15234] ppid=15231 vsize=77320 CPUtime=12.6 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 870673 0 0 0 1156 104 0 0 20 0 1 0 67340181 79175680 11958 18446744073709551615 4194304 35031035 140723245015728 140723245011544 7993641 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 19330 11958 231 7529 0 11777 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 77320

[startup+25.5003 s]
/proc/loadavg: 1.93 1.97 2.02 3/185 15235
/proc/meminfo: memFree=31125396/32770624 swapFree=0/395784
[pid=15234] ppid=15231 vsize=123820 CPUtime=25.41 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 1749197 0 0 0 2330 211 0 0 20 0 1 0 67340181 126791680 23539 18446744073709551615 4194304 35031035 140723245015728 140723245011544 4208684 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 30955 23539 231 7529 0 23402 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 123820

[startup+51.1003 s]
/proc/loadavg: 1.95 1.97 2.02 3/185 15235
/proc/meminfo: memFree=31032764/32770624 swapFree=0/395780
[pid=15234] ppid=15231 vsize=216520 CPUtime=51.01 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 3532634 0 0 0 4682 419 0 0 20 0 1 0 67340181 221716480 46758 18446744073709551615 4194304 35031035 140723245015728 140723245011544 7993641 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 54130 46758 231 7529 0 46577 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 216520

[startup+102.3 s]
/proc/loadavg: 1.98 1.97 2.02 3/185 15237
/proc/meminfo: memFree=30844792/32770624 swapFree=0/395784
[pid=15234] ppid=15231 vsize=402272 CPUtime=102.21 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 7167865 0 0 0 9372 849 0 0 20 0 1 0 67340181 411926528 93183 18446744073709551615 4194304 35031035 140723245015728 140723245011688 4209280 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 100568 93183 231 7529 0 93015 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 402272

[startup+162.3 s]
/proc/loadavg: 2.07 2.00 2.03 3/189 15379
/proc/meminfo: memFree=30652320/32770624 swapFree=0/395900
[pid=15234] ppid=15231 vsize=619868 CPUtime=162.18 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 11391105 0 0 0 14857 1361 0 0 20 0 1 0 67340181 634744832 147501 18446744073709551615 4194304 35031035 140723245015728 140723245011496 4207325 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 154967 147501 231 7529 0 147414 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 619868

[startup+222.306 s]
/proc/loadavg: 2.08 2.01 2.03 3/189 15381
/proc/meminfo: memFree=22245416/32770624 swapFree=0/395916
[pid=15234] ppid=15231 vsize=4122816 CPUtime=222.19 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 13990719 0 0 0 20552 1667 0 0 20 0 1 0 67340181 4221763584 1023231 18446744073709551615 4194304 35031035 140723245015728 140723245008840 4223256 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 1030704 1023231 254 7529 0 1023151 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 4122816

[startup+282.3 s]
/proc/loadavg: 2.11 2.04 2.04 3/186 15383
/proc/meminfo: memFree=12116524/32770624 swapFree=0/395916
[pid=15234] ppid=15231 vsize=9209812 CPUtime=282.19 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 15262440 0 0 0 26407 1812 0 0 20 0 1 0 67340181 9430847488 2294985 18446744073709551615 4194304 35031035 140723245015728 140723245008840 7408826 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 2302487 2294985 254 7529 0 2294934 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 9209812

[startup+342.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/186 15385
/proc/meminfo: memFree=5927548/32770624 swapFree=0/395928
[pid=15234] ppid=15231 vsize=14348920 CPUtime=342.19 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 16547245 0 0 0 32263 1956 0 0 20 0 1 0 67340181 14693294080 3579741 18446744073709551615 4194304 35031035 140723245015728 140723245008840 4223218 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 3587230 3579741 254 7529 0 3579677 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 14348920



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+360.3 s]
/proc/loadavg: 2.12 2.06 2.05 3/186 15385
/proc/meminfo: memFree=4409104/32770624 swapFree=0/395928
[pid=15234] ppid=15231 vsize=15923200 CPUtime=360.2 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4202496 16973906 0 0 0 34015 2005 0 0 20 0 1 0 67340181 16305356800 3973470 18446744073709551615 4194304 35031035 140723245015728 140723245008840 7398888 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 47890432 140723245019652 140723245019728 140723245019728 140723245023185 0
/proc/15234/statm: 3980800 3973470 386 7529 0 3973247 0
Current children cumulated CPU time (s) 360.2
Current children cumulated vsize (KiB) 15923200

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 15234 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+360.8 s]
/proc/loadavg: 2.12 2.06 2.05 3/186 15386
/proc/meminfo: memFree=13898220/32770624 swapFree=0/395928
[pid=15234] ppid=15231 vsize=0 CPUtime=360.7 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4203524 16973906 0 0 0 34015 2055 0 0 20 0 1 0 67340181 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 5 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/15234/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 360.7
Current children cumulated vsize (KiB) 0

[startup+361 s]
/proc/loadavg: 2.12 2.06 2.05 3/186 15386
/proc/meminfo: memFree=13898220/32770624 swapFree=0/395928
[pid=15234] ppid=15231 vsize=0 CPUtime=360.9 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4203524 16973906 0 0 0 34015 2075 0 0 20 0 1 0 67340181 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 5 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/15234/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 360.9
Current children cumulated vsize (KiB) 0

[startup+361.1 s]
/proc/loadavg: 2.12 2.06 2.05 3/186 15386
/proc/meminfo: memFree=13898220/32770624 swapFree=0/395928
[pid=15234] ppid=15231 vsize=0 CPUtime=361 cores=1,3,5,7
/proc/15234/stat : 15234 (BTD) R 15231 15234 9153 0 -1 4203524 16973906 0 0 0 34015 2085 0 0 20 0 1 0 67340181 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 5 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/15234/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 361
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 361.15
CPU time (s): 361.054
CPU user time (s): 340.152
CPU system time (s): 20.9022
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 15923200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 340.152
system time used= 20.9022
maximum resident set size= 15893880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16973906
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= 62
involuntary context switches= 246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.838114 second user time and 1.31445 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-09 06:37:35
IDJOB=4260424
IDBENCH=138764
IDSOLVER=2648
FILE ID=node135/4260424-1502254291
RUNJOBID= node135-1502234590-9217
PBS_JOBID= 
Free space on /tmp= 61992 MiB

SOLVER NAME= BTD 2017-07-25
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-09.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4260424-1502254291/watcher-4260424-1502254291 -o /tmp/evaluation-result-4260424-1502254291/solver-4260424-1502254291 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502234590-9217 --watchdog 2580  BTD 2520 HOME/instance-4260424-1502254291.xml

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

MD5SUM BENCH= 974f0afcd706a93e2571fe02010426b6
RANDOM SEED=1771752405

node135.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.21
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.21
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.21
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.21
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:        31219128 kB
MemAvailable:   31929000 kB
Buffers:          252888 kB
Cached:           742488 kB
SwapCached:            0 kB
Active:           696152 kB
Inactive:         420984 kB
Active(anon):     122076 kB
Inactive(anon):    24948 kB
Active(file):     574076 kB
Inactive(file):   396036 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             39164 kB
Writeback:             0 kB
AnonPages:        121772 kB
Mapped:            45644 kB
Shmem:             25272 kB
Slab:             138624 kB
SReclaimable:     111188 kB
SUnreclaim:        27436 kB
KernelStack:        3232 kB
PageTables:         4888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     381224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 61956 MiB
End job on node135 at 2017-08-09 06:43:36