Trace number 4086212

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
Open-WBO PB16? (TO) 1800.08 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K129.opb
MD5SUM1a22ba01765c232fe0c8623cfb5d750f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15351
Total number of constraints15611
Number of constraints which are clauses15482
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint129
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 130
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c
0.00/0.00	c Open-WBO:	 a Modular MaxSAT Solver -- based on Glucose4.0 (core version)
0.00/0.00	c Version:	 Pseudo-Boolean Evaluation 2016
0.00/0.00	c Authors:	 Ruben Martins, Vasco Manquinho, Ines Lynce
0.00/0.00	c Contributors:	 Miguel Neves, Saurabh Joshi, Mikolas Janota
0.00/0.00	c Contact:	 open-wbo@sat.inesc-id.pt -- http://sat.inesc-id.pt/open-wbo/
0.00/0.00	c
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Instance file HOME/instance-4086212-1465278721.opb
0.00/0.00	c File size is 1040150 bytes.
1800.07/1800.50	c Sum of soft weights:            0
1800.07/1800.50	c |                                                                                                       |
1800.07/1800.50	c ========================================[ Problem Statistics ]===========================================
1800.07/1800.50	c |                                                                                                       |
1800.07/1800.50	c |  Problem Type:           Unweighted                                                                   |
1800.07/1800.50	c |  Number of variables:         15351                                                                   |
1800.07/1800.50	c |  Number of hard clauses:      15482                                                                   |
1800.07/1800.50	c |  Number of soft clauses:          0                                                                   |
1800.07/1800.50	c |  Number of cardinality:         129                                                                   |
1800.07/1800.50	c |  Number of PB :                   0                                                                   |
1800.07/1800.50	c |  Parse time:                   0.12 s                                                                 |
1800.07/1800.50	c |                                                                                                       |
1800.07/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

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-4086212-1465278721/watcher-4086212-1465278721 -o /tmp/evaluation-result-4086212-1465278721/solver-4086212-1465278721 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465252035-1925 --watchdog 1960 open-wbo HOME/instance-4086212-1465278721.opb 

pid=8566
running on 8 cores: 0-3,8-11

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.07 2.01 3/258 8569
/proc/meminfo: memFree=31450136/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=4012 CPUtime=0 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 737 0 0 0 0 0 0 0 20 0 1 0 109714097 4108288 613 33554432000 4194304 6059633 140736543355008 140735328339640 5043379 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 1003 614 388 456 0 285 0

[startup+0.100159 s]
/proc/loadavg: 2.12 2.07 2.01 3/258 8569
/proc/meminfo: memFree=31450136/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=6692 CPUtime=0.09 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 1402 0 0 0 9 0 0 0 20 0 1 0 109714097 6852608 1278 33554432000 4194304 6059633 140736543355008 140735328339640 4697547 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 1673 1278 388 456 0 955 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6692

[startup+0.200308 s]
/proc/loadavg: 2.12 2.07 2.01 3/258 8569
/proc/meminfo: memFree=31450136/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=19436 CPUtime=0.19 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 4052 0 0 0 19 0 0 0 20 0 1 0 109714097 19902464 3562 33554432000 4194304 6059633 140736543355008 140735328339640 4255350 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 4859 3562 165 456 0 4395 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19436

[startup+0.300339 s]
/proc/loadavg: 2.12 2.07 2.01 3/258 8569
/proc/meminfo: memFree=31450136/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=19436 CPUtime=0.29 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 4099 0 0 0 29 0 0 0 20 0 1 0 109714097 19902464 4120 33554432000 4194304 6059633 140736543355008 140735328339640 4255169 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 4859 4120 165 456 0 4395 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19436

[startup+0.700232 s]
/proc/loadavg: 2.12 2.07 2.01 3/258 8569
/proc/meminfo: memFree=31450136/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=19584 CPUtime=0.69 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 4116 0 0 0 69 0 0 0 20 0 1 0 109714097 20054016 4137 33554432000 4194304 6059633 140736543355008 140735328339640 4255448 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 4896 4137 165 456 0 4432 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19584

[startup+1.50028 s]
/proc/loadavg: 2.12 2.07 2.01 3/259 8570
/proc/meminfo: memFree=31433092/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=18272 CPUtime=1.49 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 4467 0 0 0 149 0 0 0 20 0 1 0 109714097 18710528 3900 33554432000 4194304 6059633 140736543355008 140736543353240 4261757 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 4568 3900 179 456 0 4104 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18272

[startup+3.10028 s]
/proc/loadavg: 2.12 2.07 2.01 3/259 8570
/proc/meminfo: memFree=31429804/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=23384 CPUtime=3.09 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 6330 0 0 0 308 1 0 0 20 0 1 0 109714097 23945216 4948 33554432000 4194304 6059633 140736543355008 140736543353832 4255325 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 5846 4948 179 456 0 5382 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23384

[startup+6.30029 s]
/proc/loadavg: 2.11 2.07 2.01 3/259 8570
/proc/meminfo: memFree=31414188/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=33200 CPUtime=6.29 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 7501 0 0 0 628 1 0 0 20 0 1 0 109714097 33996800 7058 33554432000 4194304 6059633 140736543355008 140736543353528 4255258 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 8300 7058 179 456 0 7836 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33200

[startup+12.7002 s]
/proc/loadavg: 2.10 2.07 2.01 3/259 8570
/proc/meminfo: memFree=31412952/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=30456 CPUtime=12.68 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 8371 0 0 0 1267 1 0 0 20 0 1 0 109714097 31186944 5873 33554432000 4194304 6059633 140736543355008 140736543353496 4278151 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 7614 5873 179 456 0 7150 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30456

[startup+25.5004 s]
/proc/loadavg: 2.08 2.07 2.01 3/259 8570
/proc/meminfo: memFree=31370792/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=49380 CPUtime=25.49 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 8897 0 0 0 2547 2 0 0 20 0 1 0 109714097 50565120 11508 33554432000 4194304 6059633 140736543355008 140736543353496 4278479 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 12345 11508 179 456 0 11881 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49380

[startup+51.1004 s]
/proc/loadavg: 2.12 2.07 2.01 3/259 8570
/proc/meminfo: memFree=31507436/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=79728 CPUtime=51.09 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 9830 0 0 0 5106 3 0 0 20 0 1 0 109714097 81641472 14069 33554432000 4194304 6059633 140736543355008 140736543353496 4265460 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 19932 14069 179 456 0 19468 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79728

[startup+102.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/259 8571
/proc/meminfo: memFree=31413304/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=79728 CPUtime=102.28 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 9979 0 0 0 10224 4 0 0 20 0 1 0 109714097 81641472 15093 33554432000 4194304 6059633 140736543355008 140736543353832 4278479 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 19932 15093 179 456 0 19468 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 79728

[startup+162.3 s]
/proc/loadavg: 2.07 2.08 2.01 3/259 8573
/proc/meminfo: memFree=31409240/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=130372 CPUtime=162.25 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 10617 0 0 0 16218 7 0 0 20 0 1 0 109714097 133500928 29869 33554432000 4194304 6059633 140736543355008 140736543353544 4277549 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 32593 29869 179 456 0 32129 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 130372

[startup+222.311 s]
/proc/loadavg: 2.14 2.10 2.02 3/259 8574
/proc/meminfo: memFree=31310444/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=130372 CPUtime=222.26 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 10866 0 0 0 22216 10 0 0 20 0 1 0 109714097 133500928 30381 33554432000 4194304 6059633 140736543355008 140736543353544 4255169 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 32593 30381 179 456 0 32129 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 130372

[startup+282.3 s]
/proc/loadavg: 2.17 2.12 2.03 3/259 8575
/proc/meminfo: memFree=31472652/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=81052 CPUtime=282.24 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 11892 0 0 0 28210 14 0 0 20 0 1 0 109714097 82997248 19604 33554432000 4194304 6059633 140736543355008 140736543353832 4277874 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 20263 19604 179 456 0 19799 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 81052

[startup+342.3 s]
/proc/loadavg: 2.14 2.13 2.03 3/259 8576
/proc/meminfo: memFree=31304728/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=161192 CPUtime=342.22 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 12149 0 0 0 34205 17 0 0 20 0 1 0 109714097 165060608 37616 33554432000 4194304 6059633 140736543355008 140736543353800 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 40298 37616 179 456 0 39834 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 161192

[startup+402.3 s]
/proc/loadavg: 2.12 2.13 2.04 3/259 8577
/proc/meminfo: memFree=31350252/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=211280 CPUtime=402.22 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 13927 0 0 0 40201 21 0 0 20 0 1 0 109714097 216350720 40989 33554432000 4194304 6059633 140736543355008 140736543353800 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 52820 40989 179 456 0 52356 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 211280

[startup+462.3 s]
/proc/loadavg: 2.12 2.13 2.04 3/259 8579
/proc/meminfo: memFree=31225848/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=211280 CPUtime=462.21 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 14892 0 0 0 46197 24 0 0 20 0 1 0 109714097 216350720 48669 33554432000 4194304 6059633 140736543355008 140736543353800 4278363 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 52820 48669 179 456 0 52356 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 211280

[startup+522.3 s]
/proc/loadavg: 2.12 2.14 2.05 3/260 8629
/proc/meminfo: memFree=31599712/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=93644 CPUtime=522.21 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 15962 0 0 0 52193 28 0 0 20 0 1 0 109714097 95891456 22782 33554432000 4194304 6059633 140736543355008 140736543353832 4261799 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 23411 22782 179 456 0 22947 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 93644

[startup+582.3 s]
/proc/loadavg: 2.08 2.12 2.05 3/260 8652
/proc/meminfo: memFree=31417592/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=223872 CPUtime=582.18 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 16944 0 0 0 58188 30 0 0 20 0 1 0 109714097 229244928 54919 33554432000 4194304 6059633 140736543355008 140736543353800 4278457 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 55968 54919 179 456 0 55504 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 223872


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


[startup+942.3 s]
/proc/loadavg: 2.08 2.06 2.03 3/259 8659
/proc/meminfo: memFree=31317268/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=223872 CPUtime=942.08 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 23396 0 0 0 94162 46 0 0 20 0 1 0 109714097 229244928 54926 33554432000 4194304 6059633 140736543355008 140736543353800 4278447 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 55968 54926 179 456 0 55504 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 223872

[startup+1002.3 s]
/proc/loadavg: 2.07 2.06 2.03 3/259 8660
/proc/meminfo: memFree=31324824/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=223872 CPUtime=1002.08 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 24867 0 0 0 100158 50 0 0 20 0 1 0 109714097 229244928 51847 33554432000 4194304 6059633 140736543355008 140736543353800 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 55968 51847 179 456 0 55504 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 223872

[startup+1062.3 s]
/proc/loadavg: 2.10 2.08 2.03 3/259 8661
/proc/meminfo: memFree=31410436/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=142964 CPUtime=1062.06 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 25468 0 0 0 106154 52 0 0 20 0 1 0 109714097 146395136 33047 33554432000 4194304 6059633 140736543355008 140736543353544 4255738 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 35741 33047 179 456 0 35277 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 142964

[startup+1122.3 s]
/proc/loadavg: 2.07 2.08 2.03 3/260 8666
/proc/meminfo: memFree=31322028/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=305260 CPUtime=1122.05 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 26912 0 0 0 112151 54 0 0 20 0 1 0 109714097 312586240 57991 33554432000 4194304 6059633 140736543355008 140736543353800 4278382 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 76315 57991 179 456 0 75851 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 305260

[startup+1182.3 s]
/proc/loadavg: 2.08 2.07 2.03 3/259 8667
/proc/meminfo: memFree=31373168/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=223872 CPUtime=1182.05 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 27878 0 0 0 118147 58 0 0 20 0 1 0 109714097 229244928 51847 33554432000 4194304 6059633 140736543355008 140736543353800 4277832 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 55968 51847 179 456 0 55504 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 223872

[startup+1242.3 s]
/proc/loadavg: 2.03 2.06 2.03 3/259 8668
/proc/meminfo: memFree=31193428/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=305260 CPUtime=1242.01 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 28457 0 0 0 124142 59 0 0 20 0 1 0 109714097 312586240 72839 33554432000 4194304 6059633 140736543355008 140736543353800 4278363 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 76315 72839 179 456 0 75851 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 305260

[startup+1302.3 s]
/proc/loadavg: 2.04 2.06 2.03 3/259 8669
/proc/meminfo: memFree=31303920/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=223872 CPUtime=1302 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 29434 0 0 0 130138 62 0 0 20 0 1 0 109714097 229244928 53383 33554432000 4194304 6059633 140736543355008 140736543353800 4277570 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 55968 53383 179 456 0 55504 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 223872

[startup+1362.3 s]
/proc/loadavg: 2.09 2.07 2.03 3/259 8670
/proc/meminfo: memFree=31388784/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=173784 CPUtime=1361.99 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 30097 0 0 0 136134 65 0 0 20 0 1 0 109714097 177954816 41818 33554432000 4194304 6059633 140736543355008 140736543353800 4278363 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 43446 41818 179 456 0 42982 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 173784

[startup+1422.3 s]
/proc/loadavg: 2.13 2.09 2.04 3/260 8673
/proc/meminfo: memFree=31202512/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=305260 CPUtime=1421.99 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 31470 0 0 0 142130 69 0 0 20 0 1 0 109714097 312586240 65671 33554432000 4194304 6059633 140736543355008 140736543353800 4277847 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 76315 65671 179 456 0 75851 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 305260

[startup+1482.3 s]
/proc/loadavg: 2.17 2.11 2.05 3/259 8674
/proc/meminfo: memFree=31360900/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=173784 CPUtime=1481.95 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 32105 0 0 0 148122 73 0 0 20 0 1 0 109714097 177954816 38234 33554432000 4194304 6059633 140736543355008 140736543353800 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 43446 38234 179 456 0 42982 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 173784

[startup+1542.31 s]
/proc/loadavg: 2.10 2.10 2.05 3/259 8675
/proc/meminfo: memFree=31363152/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=305260 CPUtime=1541.95 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 33479 0 0 0 154119 76 0 0 20 0 1 0 109714097 312586240 62599 33554432000 4194304 6059633 140736543355008 140736543353800 4278447 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 76315 62599 179 456 0 75851 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 305260

[startup+1602.3 s]
/proc/loadavg: 2.03 2.08 2.04 3/259 8676
/proc/meminfo: memFree=31296240/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=223872 CPUtime=1601.93 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 34445 0 0 0 160114 79 0 0 20 0 1 0 109714097 229244928 48263 33554432000 4194304 6059633 140736543355008 140736543353800 4255738 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 55968 48263 179 456 0 55504 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 223872

[startup+1662.3 s]
/proc/loadavg: 2.01 2.06 2.03 3/259 8677
/proc/meminfo: memFree=31275192/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=305260 CPUtime=1661.9 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 35028 0 0 0 166109 81 0 0 20 0 1 0 109714097 312586240 70791 33554432000 4194304 6059633 140736543355008 140736543353800 4278373 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 76315 70791 179 456 0 75851 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 305260

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/260 8682
/proc/meminfo: memFree=31316324/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=175904 CPUtime=1721.88 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 36127 0 0 0 172103 85 0 0 20 0 1 0 109714097 180125696 38193 33554432000 4194304 6059633 140736543355008 140736543353800 4255350 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 43976 38193 179 456 0 43512 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 175904

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/259 8683
/proc/meminfo: memFree=31306072/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=307380 CPUtime=1781.87 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 37501 0 0 0 178100 87 0 0 20 0 1 0 109714097 314757120 63070 33554432000 4194304 6059633 140736543355008 140736543353800 4278363 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 76845 63070 179 456 0 76381 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 307380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.04 2.02 3/259 8683
/proc/meminfo: memFree=31248612/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=307380 CPUtime=1800.07 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 37514 0 0 0 179919 88 0 0 20 0 1 0 109714097 314757120 69726 33554432000 4194304 6059633 140736543355008 140736543353800 4277855 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 76845 69726 179 456 0 76381 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 307380

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.04 2.02 3/259 8683
/proc/meminfo: memFree=31248612/32872528 swapFree=9196/9196
[pid=8569] ppid=8566 vsize=307380 CPUtime=1800.07 cores=0-3,8-11
/proc/8569/stat : 8569 (open-wbo) R 8566 8569 1909 0 -1 4202496 37514 0 0 0 179919 88 0 0 20 0 1 0 109714097 314757120 69726 33554432000 4194304 6059633 140736543355008 140736543353800 4277855 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/8569/statm: 76845 69726 179 456 0 76381 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 307380

Child status: 40
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1799.19
CPU system time (s): 0.888864
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 439404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.888864
maximum resident set size= 334180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37517
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= 168
involuntary context switches= 1847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.85096 second user time and 9.57354 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-07 07:52:01
IDJOB=4086212
IDBENCH=90161
IDSOLVER=2547
FILE ID=node132/4086212-1465278721
RUNJOBID= node132-1465252035-1925
PBS_JOBID= 19843258
Free space on /tmp= 71740 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K129.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4086212-1465278721/watcher-4086212-1465278721 -o /tmp/evaluation-result-4086212-1465278721/solver-4086212-1465278721 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465252035-1925 --watchdog 1960  open-wbo HOME/instance-4086212-1465278721.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 1a22ba01765c232fe0c8623cfb5d750f
RANDOM SEED=1382512358

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.41
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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 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	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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:       32872528 kB
MemFree:        31450152 kB
Buffers:          118328 kB
Cached:           268476 kB
SwapCached:         3220 kB
Active:           340500 kB
Inactive:         307596 kB
Active(anon):     260228 kB
Inactive(anon):     3300 kB
Active(file):      80272 kB
Inactive(file):   304296 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094600 kB
Dirty:              5864 kB
Writeback:             4 kB
AnonPages:        278344 kB
Mapped:             7888 kB
Shmem:                 0 kB
Slab:             617148 kB
SReclaimable:      57212 kB
SUnreclaim:       559936 kB
KernelStack:        2168 kB
PageTables:         4592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     434108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node132 at 2016-06-07 08:22:01