Trace number 4086179

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.54

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-175.opb
MD5SUM3472d2cba7eedc0e4f1652523daa893e
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 variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
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-4086179-1465266674.opb
0.00/0.00	c File size is 271002100 bytes.
1800.03/1800.50	c Sum of soft weights:            0
1800.03/1800.50	c |                                                                                                       |
1800.03/1800.50	c ========================================[ Problem Statistics ]===========================================
1800.03/1800.50	c |                                                                                                       |
1800.03/1800.50	c |  Problem Type:           Unweighted                                                                   |
1800.03/1800.50	c |  Number of variables:        248659                                                                   |
1800.03/1800.50	c |  Number of hard clauses:    4975662                                                                   |
1800.03/1800.50	c |  Number of soft clauses:          0                                                                   |
1800.03/1800.50	c |  Number of cardinality:       19725                                                                   |
1800.03/1800.50	c |  Number of PB :              561013                                                                   |
1800.03/1800.50	c |  Parse time:                  28.09 s                                                                 |
1800.03/1800.50	c |                                                                                                       |
1800.03/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-4086179-1465266674/watcher-4086179-1465266674 -o /tmp/evaluation-result-4086179-1465266674/solver-4086179-1465266674 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465252035-1925 --watchdog 1960 open-wbo HOME/instance-4086179-1465266674.opb 

pid=7464
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.16 2.10 2.03 3/258 7467
/proc/meminfo: memFree=31232764/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=266856 CPUtime=0 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 7927 0 0 0 0 0 0 0 20 0 1 0 108510014 273260544 7803 33554432000 4194304 6059633 140733415261648 140733425880744 5069786 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 66714 7823 7804 456 0 87 0

[startup+0.100174 s]
/proc/loadavg: 2.16 2.10 2.03 3/258 7467
/proc/meminfo: memFree=31232764/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=267392 CPUtime=0.09 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 66580 0 0 0 5 4 0 0 20 0 1 0 108510014 273809408 66455 33554432000 4194304 6059633 140733415261648 140733425880744 4662929 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 66848 66455 66297 456 0 221 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 267392

[startup+0.200377 s]
/proc/loadavg: 2.16 2.10 2.03 3/258 7467
/proc/meminfo: memFree=31232764/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=269284 CPUtime=0.19 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 67016 0 0 0 15 4 0 0 20 0 1 0 108510014 275746816 66891 33554432000 4194304 6059633 140733415261648 140733425880744 5043379 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 67321 66891 66297 456 0 694 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 269284

[startup+0.300267 s]
/proc/loadavg: 2.16 2.10 2.03 3/258 7467
/proc/meminfo: memFree=31232764/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=270888 CPUtime=0.29 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 67439 0 0 0 25 4 0 0 20 0 1 0 108510014 277389312 67314 33554432000 4194304 6059633 140733415261648 140733425880744 4210904 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 67722 67314 66297 456 0 1095 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 270888

[startup+0.700247 s]
/proc/loadavg: 2.16 2.10 2.03 3/258 7467
/proc/meminfo: memFree=31232764/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=278212 CPUtime=0.69 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 69074 0 0 0 65 4 0 0 20 0 1 0 108510014 284889088 68949 33554432000 4194304 6059633 140733415261648 140733415259912 4737434 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 69553 68949 66297 456 0 2926 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 278212

[startup+1.50023 s]
/proc/loadavg: 2.16 2.10 2.03 3/259 7468
/proc/meminfo: memFree=31215540/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=292000 CPUtime=1.49 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 72253 0 0 0 144 5 0 0 20 0 1 0 108510014 299008000 72128 33554432000 4194304 6059633 140733415261648 140733415259912 4229829 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 73000 72128 66297 456 0 6373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 292000

[startup+3.10024 s]
/proc/loadavg: 2.14 2.09 2.03 3/259 7468
/proc/meminfo: memFree=31205184/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=315264 CPUtime=3.09 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 78450 0 0 0 304 5 0 0 20 0 1 0 108510014 322830336 78325 33554432000 4194304 6059633 140733415261648 140733415259832 4697424 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 78816 78325 66297 456 0 12189 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 315264

[startup+6.30025 s]
/proc/loadavg: 2.14 2.09 2.03 3/259 7468
/proc/meminfo: memFree=31152720/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=365736 CPUtime=6.29 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 88670 0 0 0 622 7 0 0 20 0 1 0 108510014 374513664 90589 33554432000 4194304 6059633 140733415261648 140733415259976 5043379 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 91434 90589 66297 456 0 24807 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 365736

[startup+12.7002 s]
/proc/loadavg: 2.12 2.09 2.03 3/259 7468
/proc/meminfo: memFree=31059292/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=466044 CPUtime=12.69 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 108006 0 0 0 1258 11 0 0 20 0 1 0 108510014 477229056 112991 33554432000 4194304 6059633 140733415261648 140733415259992 4214201 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 116511 112991 66297 456 0 49884 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 466044

[startup+25.5003 s]
/proc/loadavg: 2.10 2.09 2.03 3/259 7468
/proc/meminfo: memFree=30877340/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=629936 CPUtime=25.49 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 143169 0 0 0 2528 21 0 0 20 0 1 0 108510014 645054464 156330 33554432000 4194304 6059633 140733415261648 140733415259976 4656768 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 157484 156331 66297 456 0 90857 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 629936

[startup+51.1004 s]
/proc/loadavg: 2.07 2.08 2.02 3/259 7468
/proc/meminfo: memFree=28302160/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3454576 CPUtime=51.08 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 425696 0 0 0 5004 104 0 0 20 0 1 0 108510014 3537485824 734210 33554432000 4194304 6059633 140733415261648 140733415260024 4246382 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 863644 734210 183 456 0 863180 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3454576

[startup+102.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/259 7469
/proc/meminfo: memFree=28222408/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3498732 CPUtime=102.28 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 437077 0 0 0 10122 106 0 0 20 0 1 0 108510014 3582701568 750190 33554432000 4194304 6059633 140733415261648 140733415260024 4277710 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 874683 750190 183 456 0 874219 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3498732

[startup+162.3 s]
/proc/loadavg: 2.14 2.09 2.03 3/259 7471
/proc/meminfo: memFree=28205384/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3504960 CPUtime=162.26 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 438628 0 0 0 16119 107 0 0 20 0 1 0 108510014 3589079040 754296 33554432000 4194304 6059633 140733415261648 140733415260024 4277781 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 876240 754296 183 456 0 875776 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3504960

[startup+222.311 s]
/proc/loadavg: 2.04 2.07 2.02 3/259 7472
/proc/meminfo: memFree=28194688/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3508000 CPUtime=222.26 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 439394 0 0 0 22119 107 0 0 20 0 1 0 108510014 3592192000 757617 33554432000 4194304 6059633 140733415261648 140733415260024 4277710 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 877000 757617 183 456 0 876536 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3508000

[startup+282.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/259 7473
/proc/meminfo: memFree=28161164/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3517856 CPUtime=282.22 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 441868 0 0 0 28114 108 0 0 20 0 1 0 108510014 3602284544 766799 33554432000 4194304 6059633 140733415261648 140733415260024 4277570 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 879464 766799 183 456 0 879000 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 3517856

[startup+342.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/259 7474
/proc/meminfo: memFree=28133204/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3870376 CPUtime=342.2 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 442832 0 0 0 34109 111 0 0 20 0 1 0 108510014 3963265024 769954 33554432000 4194304 6059633 140733415261648 140733415260024 4277747 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 967594 769954 183 456 0 967130 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 3870376

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/259 7475
/proc/meminfo: memFree=28111148/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3874716 CPUtime=402.18 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 443959 0 0 0 40106 112 0 0 20 0 1 0 108510014 3967709184 776804 33554432000 4194304 6059633 140733415261648 140733415260024 4277627 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 968679 776804 183 456 0 968215 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 3874716

[startup+462.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/259 7477
/proc/meminfo: memFree=28102552/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3877636 CPUtime=462.14 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 444720 0 0 0 46102 112 0 0 20 0 1 0 108510014 3970699264 780799 33554432000 4194304 6059633 140733415261648 140733415260024 4277549 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 969409 780799 183 456 0 968945 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 3877636

[startup+522.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/260 7481
/proc/meminfo: memFree=28207148/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3530604 CPUtime=522.11 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 445560 0 0 0 52088 123 0 0 20 0 1 0 108510014 3615338496 751257 33554432000 4194304 6059633 140733415261648 140733415260024 4277570 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 882651 751257 184 456 0 882187 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 3530604

[startup+582.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/259 7482
/proc/meminfo: memFree=28203012/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3533272 CPUtime=582.09 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 446226 0 0 0 58086 123 0 0 20 0 1 0 108510014 3618070528 754717 33554432000 4194304 6059633 140733415261648 140733415260024 4277549 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 883318 754717 184 456 0 882854 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 3533272


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


[startup+942.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/259 7489
/proc/meminfo: memFree=28114188/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3540784 CPUtime=941.98 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 448203 0 0 0 94072 126 0 0 20 0 1 0 108510014 3625762816 773726 33554432000 4194304 6059633 140733415261648 140733415260024 4277549 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 885196 773726 184 456 0 884732 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 3540784

[startup+1002.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/259 7490
/proc/meminfo: memFree=28105236/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3890292 CPUtime=1001.97 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 448795 0 0 0 100067 130 0 0 20 0 1 0 108510014 3983659008 776359 33554432000 4194304 6059633 140733415261648 140733415260264 4277570 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 972573 776359 184 456 0 972109 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 3890292

[startup+1062.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/259 7492
/proc/meminfo: memFree=28097072/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3895720 CPUtime=1061.95 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 450136 0 0 0 106065 130 0 0 20 0 1 0 108510014 3989217280 778717 33554432000 4194304 6059633 140733415261648 140733415260024 4246291 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 973930 778717 184 456 0 973466 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 3895720

[startup+1122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/260 7496
/proc/meminfo: memFree=28074032/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3902784 CPUtime=1121.95 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 451886 0 0 0 112064 131 0 0 20 0 1 0 108510014 3996450816 785065 33554432000 4194304 6059633 140733415261648 140733415260024 4277879 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 975696 785065 184 456 0 975232 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 3902784

[startup+1182.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/259 7497
/proc/meminfo: memFree=28157124/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3556840 CPUtime=1181.94 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 452929 0 0 0 118053 141 0 0 20 0 1 0 108510014 3642204160 760758 33554432000 4194304 6059633 140733415261648 140733415260024 4277570 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 889210 760758 184 456 0 888746 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 3556840

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/259 7498
/proc/meminfo: memFree=28152280/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3557928 CPUtime=1241.93 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 453193 0 0 0 124052 141 0 0 20 0 1 0 108510014 3643318272 763066 33554432000 4194304 6059633 140733415261648 140733415260024 4246427 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 889482 763066 184 456 0 889018 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 3557928

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/259 7499
/proc/meminfo: memFree=28128816/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3559948 CPUtime=1301.92 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 453683 0 0 0 130050 142 0 0 20 0 1 0 108510014 3645386752 769688 33554432000 4194304 6059633 140733415261648 140733415260024 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 889987 769688 184 456 0 889523 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 3559948

[startup+1362.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/259 7501
/proc/meminfo: memFree=28124780/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3561328 CPUtime=1361.91 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 454015 0 0 0 136049 142 0 0 20 0 1 0 108510014 3646799872 771553 33554432000 4194304 6059633 140733415261648 140733415260024 4277570 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 890332 771553 184 456 0 889868 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 3561328

[startup+1422.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/259 7502
/proc/meminfo: memFree=28097536/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3562440 CPUtime=1421.91 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 454300 0 0 0 142049 142 0 0 20 0 1 0 108510014 3647938560 774904 33554432000 4194304 6059633 140733415261648 140733415260024 4277549 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 890610 774904 184 456 0 890146 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 3562440

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/259 7503
/proc/meminfo: memFree=28091576/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3562440 CPUtime=1481.89 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 454305 0 0 0 148047 142 0 0 20 0 1 0 108510014 3647938560 777464 33554432000 4194304 6059633 140733415261648 140733415260024 4277855 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 890610 777464 184 456 0 890146 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 3562440

[startup+1542.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/259 7504
/proc/meminfo: memFree=28082176/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3912092 CPUtime=1541.89 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 454934 0 0 0 154042 147 0 0 20 0 1 0 108510014 4005982208 781159 33554432000 4194304 6059633 140733415261648 140733415260024 4277549 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 978023 781159 184 456 0 977559 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 3912092

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 7505
/proc/meminfo: memFree=28051004/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3912520 CPUtime=1601.87 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 455051 0 0 0 160040 147 0 0 20 0 1 0 108510014 4006420480 785875 33554432000 4194304 6059633 140733415261648 140733415260024 4246291 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 978130 785875 184 456 0 977666 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 3912520

[startup+1662.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/259 7553
/proc/meminfo: memFree=28173652/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3912788 CPUtime=1661.86 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 455095 0 0 0 166039 147 0 0 20 0 1 0 108510014 4006694912 786941 33554432000 4194304 6059633 140733415261648 140733415260024 4277616 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 978197 786941 184 456 0 977733 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 3912788

[startup+1722.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/260 7557
/proc/meminfo: memFree=28129720/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3913068 CPUtime=1721.85 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 455168 0 0 0 172038 147 0 0 20 0 1 0 108510014 4006981632 788547 33554432000 4194304 6059633 140733415261648 140733415260024 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 978267 788547 184 456 0 977803 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 3913068

[startup+1782.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/260 7581
/proc/meminfo: memFree=28234068/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3564348 CPUtime=1781.84 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 455589 0 0 0 178027 157 0 0 20 0 1 0 108510014 3649892352 761580 33554432000 4194304 6059633 140733415261648 140733415260024 4277549 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 891087 761580 184 456 0 890623 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 3564348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.11 2.07 2.01 3/260 7581
/proc/meminfo: memFree=28233184/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3564348 CPUtime=1800.03 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 455597 0 0 0 179846 157 0 0 20 0 1 0 108510014 3649892352 762609 33554432000 4194304 6059633 140733415261648 140733415260024 4246291 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 891087 762609 184 456 0 890623 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3564348

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

[startup+1800.5 s]
/proc/loadavg: 2.11 2.07 2.01 3/260 7581
/proc/meminfo: memFree=28233184/32872528 swapFree=9196/9196
[pid=7467] ppid=7464 vsize=3564348 CPUtime=1800.03 cores=0-3,8-11
/proc/7467/stat : 7467 (open-wbo) R 7464 7467 1909 0 -1 4202496 455597 0 0 0 179846 157 0 0 20 0 1 0 108510014 3649892352 762609 33554432000 4194304 6059633 140733415261648 140733415260024 4246291 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/7467/statm: 891087 762609 184 456 0 890623 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3564348

Child status: 40
Real time (s): 1800.54
CPU time (s): 1800.08
CPU user time (s): 1798.47
CPU system time (s): 1.61275
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 4471868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 1.61275
maximum resident set size= 3638392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455600
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= 244
involuntary context switches= 1892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38288 second user time and 10.2164 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-07 04:31:20
IDJOB=4086179
IDBENCH=89632
IDSOLVER=2547
FILE ID=node132/4086179-1465266674
RUNJOBID= node132-1465252035-1925
PBS_JOBID= 19843258
Free space on /tmp= 71480 MiB

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

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

MD5SUM BENCH= 3472d2cba7eedc0e4f1652523daa893e
RANDOM SEED=496351679

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:        31232764 kB
Buffers:          112564 kB
Cached:           514272 kB
SwapCached:         3224 kB
Active:           573228 kB
Inactive:         281392 kB
Active(anon):     227212 kB
Inactive(anon):     3300 kB
Active(file):     346016 kB
Inactive(file):   278092 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094596 kB
Dirty:            269912 kB
Writeback:             0 kB
AnonPages:        237112 kB
Mapped:             7928 kB
Shmem:                 0 kB
Slab:             636788 kB
SReclaimable:      71516 kB
SUnreclaim:       565272 kB
KernelStack:        2152 kB
PageTables:         4552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     411856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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= 71468 MiB
End job on node132 at 2016-06-07 05:01:21