Trace number 4086229

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.09 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K175.opb
MD5SUMc7b1775204389f0c59bc1b934de7e2c1
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 variables20825
Total number of constraints21177
Number of constraints which are clauses21002
Number of constraints which are cardinality constraints (but not clauses)175
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint175
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 176
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-4086229-1465280522.opb
0.00/0.00	c File size is 1437756 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:         20825                                                                   |
1800.07/1800.50	c |  Number of hard clauses:      21002                                                                   |
1800.07/1800.50	c |  Number of soft clauses:          0                                                                   |
1800.07/1800.50	c |  Number of cardinality:         175                                                                   |
1800.07/1800.50	c |  Number of PB :                   0                                                                   |
1800.07/1800.50	c |  Parse time:                   0.17 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-4086229-1465280522/watcher-4086229-1465280522 -o /tmp/evaluation-result-4086229-1465280522/solver-4086229-1465280522 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465252035-1925 --watchdog 1960 open-wbo HOME/instance-4086229-1465280522.opb 

pid=8725
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.00 2.04 2.02 3/258 8728
/proc/meminfo: memFree=31523656/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=4140 CPUtime=0 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 774 0 0 0 0 0 0 0 20 0 1 0 109894207 4239360 649 33554432000 4194304 6059633 140736239900192 140736255475160 5043379 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 1035 650 486 456 0 219 0

[startup+0.100123 s]
/proc/loadavg: 2.00 2.04 2.02 3/258 8728
/proc/meminfo: memFree=31523656/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=7892 CPUtime=0.09 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 1701 0 0 0 9 0 0 0 20 0 1 0 109894207 8081408 1576 33554432000 4194304 6059633 140736239900192 140736255475160 5043379 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 1973 1576 486 456 0 1157 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7892

[startup+0.200275 s]
/proc/loadavg: 2.00 2.04 2.02 3/258 8728
/proc/meminfo: memFree=31523656/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=20080 CPUtime=0.18 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 4472 0 0 0 18 0 0 0 20 0 1 0 109894207 20561920 3852 33554432000 4194304 6059633 140736239900192 140736255475160 4239837 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 5020 3856 160 456 0 4556 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 20080

[startup+0.300336 s]
/proc/loadavg: 2.00 2.04 2.02 3/258 8728
/proc/meminfo: memFree=31523656/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=24872 CPUtime=0.29 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 5311 0 0 0 28 1 0 0 20 0 1 0 109894207 25468928 5154 33554432000 4194304 6059633 140736239900192 140736255475160 4255258 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 6218 5154 165 456 0 5754 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24872

[startup+0.700196 s]
/proc/loadavg: 2.00 2.04 2.02 3/258 8728
/proc/meminfo: memFree=31523656/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=24872 CPUtime=0.69 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 5319 0 0 0 68 1 0 0 20 0 1 0 109894207 25468928 5162 33554432000 4194304 6059633 140736239900192 140736239898424 4255258 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 6218 5162 165 456 0 5754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24872

[startup+1.50023 s]
/proc/loadavg: 2.00 2.04 2.02 3/259 8729
/proc/meminfo: memFree=31501604/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=27856 CPUtime=1.49 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 5543 0 0 0 148 1 0 0 20 0 1 0 109894207 28524544 5385 33554432000 4194304 6059633 140736239900192 140736239898424 4280227 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 6964 5385 178 456 0 6500 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27856

[startup+3.10025 s]
/proc/loadavg: 2.00 2.04 2.02 3/259 8729
/proc/meminfo: memFree=31495496/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=28516 CPUtime=3.09 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 6904 0 0 0 308 1 0 0 20 0 1 0 109894207 29200384 5535 33554432000 4194304 6059633 140736239900192 140736239898568 5043379 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 7129 5535 180 456 0 6665 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28516

[startup+6.30026 s]
/proc/loadavg: 2.00 2.03 2.02 3/259 8729
/proc/meminfo: memFree=31483980/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=33524 CPUtime=6.29 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 9054 0 0 0 627 2 0 0 20 0 1 0 109894207 34328576 7267 33554432000 4194304 6059633 140736239900192 140736239898680 4255341 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 8381 7267 180 456 0 7917 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33524

[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 2.02 3/259 8729
/proc/meminfo: memFree=31461660/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=45016 CPUtime=12.69 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 10023 0 0 0 1266 3 0 0 20 0 1 0 109894207 46096384 10273 33554432000 4194304 6059633 140736239900192 140736239898680 4255316 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 11254 10273 180 456 0 10790 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45016

[startup+25.5004 s]
/proc/loadavg: 2.00 2.03 2.02 3/259 8729
/proc/meminfo: memFree=31439828/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=49480 CPUtime=25.49 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 10093 0 0 0 2546 3 0 0 20 0 1 0 109894207 50667520 11362 33554432000 4194304 6059633 140736239900192 140736239898712 4271997 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 12370 11362 180 456 0 11906 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49480

[startup+51.1004 s]
/proc/loadavg: 2.00 2.03 2.02 3/259 8729
/proc/meminfo: memFree=31384968/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=86976 CPUtime=51.08 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 11388 0 0 0 5104 4 0 0 20 0 1 0 109894207 89063424 15973 33554432000 4194304 6059633 140736239900192 140736239898680 4277855 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 21744 15973 180 456 0 21280 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86976

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/259 8730
/proc/meminfo: memFree=31456268/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=136296 CPUtime=102.28 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 12520 0 0 0 10223 5 0 0 20 0 1 0 109894207 139567104 24607 33554432000 4194304 6059633 140736239900192 140736239898728 4254746 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 34074 24607 180 456 0 33610 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 136296

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.01 3/259 8731
/proc/meminfo: memFree=31322708/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=167384 CPUtime=162.26 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 15028 0 0 0 16218 8 0 0 20 0 1 0 109894207 171401216 34552 33554432000 4194304 6059633 140736239900192 140736239898984 4277570 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 41846 34552 180 456 0 41382 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 167384

[startup+222.311 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 8733
/proc/meminfo: memFree=31434904/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=136564 CPUtime=222.26 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 16469 0 0 0 22215 11 0 0 20 0 1 0 109894207 139841536 33115 33554432000 4194304 6059633 140736239900192 140736239898728 4255116 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 34141 33115 180 456 0 33677 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 136564

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/259 8734
/proc/meminfo: memFree=31302192/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=87244 CPUtime=282.24 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 17999 0 0 0 28210 14 0 0 20 0 1 0 109894207 89337856 20855 33554432000 4194304 6059633 140736239900192 140736239898984 4255169 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 21811 20855 180 456 0 21347 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 87244

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/259 8735
/proc/meminfo: memFree=31263432/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=136564 CPUtime=342.23 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 19577 0 0 0 34206 17 0 0 20 0 1 0 109894207 139841536 29877 33554432000 4194304 6059633 140736239900192 140736239898728 4277855 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 34141 29877 180 456 0 33677 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 136564

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 8736
/proc/meminfo: memFree=31356184/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=136564 CPUtime=402.22 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 20834 0 0 0 40201 21 0 0 20 0 1 0 109894207 139841536 32949 33554432000 4194304 6059633 140736239900192 140736239898728 4255738 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 34141 32949 180 456 0 33677 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 136564

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/259 8737
/proc/meminfo: memFree=31265744/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=167384 CPUtime=462.21 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 22666 0 0 0 46197 24 0 0 20 0 1 0 109894207 171401216 34040 33554432000 4194304 6059633 140736239900192 140736239898984 4277900 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 41846 34040 180 456 0 41382 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 167384

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/260 8788
/proc/meminfo: memFree=31537164/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=167384 CPUtime=522.2 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 23849 0 0 0 52192 28 0 0 20 0 1 0 109894207 171401216 33460 33554432000 4194304 6059633 140736239900192 140736239898728 4278447 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 41846 33460 180 456 0 41382 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 167384

[startup+582.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/259 8789
/proc/meminfo: memFree=31511180/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=157048 CPUtime=582.17 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 24872 0 0 0 58187 30 0 0 20 0 1 0 109894207 160817152 31674 33554432000 4194304 6059633 140736239900192 140736239898728 4255180 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 39262 31674 180 456 0 38798 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 157048


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


[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 8796
/proc/meminfo: memFree=31310184/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=240544 CPUtime=942.09 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 33323 0 0 0 94161 48 0 0 20 0 1 0 109894207 246317056 50861 33554432000 4194304 6059633 140736239900192 140736239898984 4278482 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 60136 50861 180 456 0 59672 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 240544

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 8797
/proc/meminfo: memFree=31448280/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=159636 CPUtime=1002.09 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 34203 0 0 0 100158 51 0 0 20 0 1 0 109894207 163467264 35645 33554432000 4194304 6059633 140736239900192 140736239898728 4277864 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 39909 35645 180 456 0 39445 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 159636

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 8798
/proc/meminfo: memFree=31252404/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=240544 CPUtime=1062.08 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 35130 0 0 0 106155 53 0 0 20 0 1 0 109894207 246317056 58541 33554432000 4194304 6059633 140736239900192 140736239898984 4278354 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 60136 58541 180 456 0 59672 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 240544

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 8802
/proc/meminfo: memFree=31417832/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=190456 CPUtime=1122.05 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 36626 0 0 0 112149 56 0 0 20 0 1 0 109894207 195026944 42880 33554432000 4194304 6059633 140736239900192 140736239898984 4265467 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 47614 42880 180 456 0 47150 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 190456

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 8804
/proc/meminfo: memFree=31225912/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=321932 CPUtime=1182.04 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 37483 0 0 0 118146 58 0 0 20 0 1 0 109894207 329658368 65197 33554432000 4194304 6059633 140736239900192 140736239898984 4277832 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 80483 65197 180 456 0 80019 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 321932

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/259 8805
/proc/meminfo: memFree=31326136/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=190456 CPUtime=1242.02 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 38434 0 0 0 124142 60 0 0 20 0 1 0 109894207 195026944 46464 33554432000 4194304 6059633 140736239900192 140736239898984 4255169 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 47614 46464 180 456 0 47150 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 190456

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/259 8806
/proc/meminfo: memFree=31238020/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=321932 CPUtime=1302 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 39309 0 0 0 130138 62 0 0 20 0 1 0 109894207 329658368 67757 33554432000 4194304 6059633 140736239900192 140736239898984 4277900 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 80483 67757 180 456 0 80019 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 321932

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 8807
/proc/meminfo: memFree=31359800/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=240544 CPUtime=1361.98 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 40583 0 0 0 136133 65 0 0 20 0 1 0 109894207 246317056 47277 33554432000 4194304 6059633 140736239900192 140736239898984 4246415 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 60136 47277 180 456 0 59672 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 240544

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 8808
/proc/meminfo: memFree=31281588/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=321932 CPUtime=1421.98 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 41138 0 0 0 142132 66 0 0 20 0 1 0 109894207 329658368 68781 33554432000 4194304 6059633 140736239900192 140736239898984 4278382 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 80483 68781 180 456 0 80019 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 321932

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 8810
/proc/meminfo: memFree=31279780/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=210108 CPUtime=1481.95 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 42217 0 0 0 148127 68 0 0 20 0 1 0 109894207 215150592 45565 33554432000 4194304 6059633 140736239900192 140736239898984 4278447 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 52527 45565 180 456 0 52063 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 210108

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 8811
/proc/meminfo: memFree=31245632/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=341584 CPUtime=1541.94 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 43103 0 0 0 154124 70 0 0 20 0 1 0 109894207 349782016 67370 33554432000 4194304 6059633 140736239900192 140736239898984 4255284 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 85396 67370 180 456 0 84932 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 341584

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 8812
/proc/meminfo: memFree=31378388/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=179288 CPUtime=1601.9 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 44631 0 0 0 160116 74 0 0 20 0 1 0 109894207 183590912 40088 33554432000 4194304 6059633 140736239900192 140736239898728 4278389 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 44822 40088 180 456 0 44358 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 179288

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/259 8813
/proc/meminfo: memFree=31192656/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=341584 CPUtime=1661.9 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 45850 0 0 0 166113 77 0 0 20 0 1 0 109894207 349782016 63274 33554432000 4194304 6059633 140736239900192 140736239898984 4278035 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 85396 63274 180 456 0 84932 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 341584

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/260 8817
/proc/meminfo: memFree=31185256/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=473844 CPUtime=1721.89 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 46863 0 0 0 172110 79 0 0 20 0 1 0 109894207 485216256 81659 33554432000 4194304 6059633 140736239900192 140736239898984 4278447 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 118461 81659 180 456 0 117997 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 473844

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/259 8819
/proc/meminfo: memFree=31316008/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=260196 CPUtime=1781.88 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 48122 0 0 0 178104 84 0 0 20 0 1 0 109894207 266440704 57642 33554432000 4194304 6059633 140736239900192 140736239898984 4277900 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 65049 57642 180 456 0 64585 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 260196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 8819
/proc/meminfo: memFree=31260648/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=341584 CPUtime=1800.07 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 48654 0 0 0 179923 84 0 0 20 0 1 0 109894207 349782016 63786 33554432000 4194304 6059633 140736239900192 140736239898984 4277855 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 85396 63786 180 456 0 84932 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 341584

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

[startup+1800.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 8819
/proc/meminfo: memFree=31260648/32872528 swapFree=9196/9196
[pid=8728] ppid=8725 vsize=341584 CPUtime=1800.07 cores=0-3,8-11
/proc/8728/stat : 8728 (open-wbo) R 8725 8728 1909 0 -1 4202496 48654 0 0 0 179923 84 0 0 20 0 1 0 109894207 349782016 63786 33554432000 4194304 6059633 140736239900192 140736239898984 4277855 0 0 4096 8404992 0 0 0 17 8 0 0 0 0 0
/proc/8728/statm: 85396 63786 180 456 0 84932 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 341584

Child status: 40
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1799.23
CPU system time (s): 0.85487
CPU usage (%): 99.9767
Max. virtual memory (cumulated for all children) (KiB): 473844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.85487
maximum resident set size= 334828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48657
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= 178
involuntary context switches= 1845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.59069 second user time and 12.3101 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-07 08:22:02
IDJOB=4086229
IDBENCH=90188
IDSOLVER=2547
FILE ID=node132/4086229-1465280522
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_K175.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4086229-1465280522/watcher-4086229-1465280522 -o /tmp/evaluation-result-4086229-1465280522/solver-4086229-1465280522 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465252035-1925 --watchdog 1960  open-wbo HOME/instance-4086229-1465280522.opb

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

MD5SUM BENCH= c7b1775204389f0c59bc1b934de7e2c1
RANDOM SEED=1136588124

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:        31524076 kB
Buffers:          119160 kB
Cached:           269972 kB
SwapCached:         3220 kB
Active:           269648 kB
Inactive:         310472 kB
Active(anon):     188436 kB
Inactive(anon):     4636 kB
Active(file):      81212 kB
Inactive(file):   305836 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094600 kB
Dirty:              6320 kB
Writeback:             0 kB
AnonPages:        203328 kB
Mapped:             7720 kB
Shmem:                 0 kB
Slab:             616832 kB
SReclaimable:      57208 kB
SUnreclaim:       559624 kB
KernelStack:        2136 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     369704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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:52:03