Trace number 4108906

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
NaPS 1.02? (TO) 1800.11 1800.4

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-40.opb
MD5SUM96b10f202af149572cd99ac873608650
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 variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
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 232
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 NaPS 1.02b.
1800.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 20820,2
1800.09/1800.40	c 2cl/3cl ITE-codings   : 23042,34
1800.09/1800.40	c BDD/srt/adr Max costs : 27,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 20822,0,0,0,0
1800.09/1800.40	c BDD nodes             : 127986
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 0 s
1800.09/1800.40	c _____________________________________________________________________________

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-4108906-1466289310/watcher-4108906-1466289310 -o /tmp/evaluation-result-4108906-1466289310/solver-4108906-1466289310 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31740 --watchdog 1960 naps-1.02 HOME/instance-4108906-1466289310.opb 

pid=3681
running on 8 cores: 4-7,12-15

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.01 2.00 3/258 3684
/proc/meminfo: memFree=26607240/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=6420 CPUtime=0 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 316 0 0 0 0 0 0 0 20 0 1 0 30975595 6574080 190 33554432000 4194304 5796924 140736598136704 140733427733448 5183584 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 1605 190 127 392 0 1204 0

[startup+0.100143 s]
/proc/loadavg: 2.00 2.01 2.00 3/258 3684
/proc/meminfo: memFree=26607240/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=7620 CPUtime=0.09 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 639 0 0 0 9 0 0 0 20 0 1 0 30975595 7802880 503 33554432000 4194304 5796924 140736598136704 140733427733448 5183584 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 1905 503 127 392 0 1504 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7620

[startup+0.20027 s]
/proc/loadavg: 2.00 2.01 2.00 3/258 3684
/proc/meminfo: memFree=26607240/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=8664 CPUtime=0.19 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 947 0 0 0 19 0 0 0 20 0 1 0 30975595 8871936 798 33554432000 4194304 5796924 140736598136704 140733427733448 4564240 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 2166 798 127 392 0 1765 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8664

[startup+0.300251 s]
/proc/loadavg: 2.00 2.01 2.00 3/258 3684
/proc/meminfo: memFree=26607240/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=9660 CPUtime=0.29 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 1242 0 0 0 29 0 0 0 20 0 1 0 30975595 9891840 1594 33554432000 4194304 5796924 140736598136704 140733427733448 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 2415 1594 127 392 0 2014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9660

[startup+0.700218 s]
/proc/loadavg: 2.00 2.01 2.00 3/258 3684
/proc/meminfo: memFree=26607240/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=14156 CPUtime=0.69 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 2380 0 0 0 69 0 0 0 20 0 1 0 30975595 14495744 2691 33554432000 4194304 5796924 140736598136704 140733427733448 4564248 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 3539 2691 127 392 0 3138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14156

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 3685
/proc/meminfo: memFree=26592756/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=23200 CPUtime=1.49 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 4793 0 0 0 149 0 0 0 20 0 1 0 30975595 23756800 4921 33554432000 4194304 5796924 140736598136704 140736598136056 4623737 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 5800 4921 127 392 0 5399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23200

[startup+3.10023 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 3685
/proc/meminfo: memFree=26578868/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=44528 CPUtime=3.09 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 10273 0 0 0 308 1 0 0 20 0 1 0 30975595 45596672 10458 33554432000 4194304 5796924 140736598136704 140736598134712 5183584 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 11132 10458 127 392 0 10731 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44528

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 3685
/proc/meminfo: memFree=26538120/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=71936 CPUtime=6.29 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 17889 0 0 0 626 3 0 0 20 0 1 0 30975595 73662464 16922 33554432000 4194304 5796924 140736598136704 140736598134552 4611179 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 17984 16922 164 392 0 17583 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71936

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 3685
/proc/meminfo: memFree=26514456/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=90608 CPUtime=12.68 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 19721 0 0 0 1265 3 0 0 20 0 1 0 30975595 92782592 21318 33554432000 4194304 5796924 140736598136704 140736598133944 4606735 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 22652 21318 165 392 0 22251 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 90608

[startup+25.5107 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 3685
/proc/meminfo: memFree=26496444/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=128800 CPUtime=25.49 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 20526 0 0 0 2545 4 0 0 20 0 1 0 30975595 131891200 25039 33554432000 4194304 5796924 140736598136704 140736598133944 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 32200 25039 165 392 0 31799 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 128800

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 3685
/proc/meminfo: memFree=26472448/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=128800 CPUtime=51.08 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 20536 0 0 0 5103 5 0 0 20 0 1 0 30975595 131891200 30159 33554432000 4194304 5796924 140736598136704 140736598133944 4607198 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 32200 30159 165 392 0 31799 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 128800

[startup+102.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/259 3686
/proc/meminfo: memFree=26448604/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=128800 CPUtime=102.27 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 21016 0 0 0 10222 5 0 0 20 0 1 0 30975595 131891200 31378 33554432000 4194304 5796924 140736598136704 140736598134168 4606744 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 32200 31378 165 392 0 31799 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 128800

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/259 3687
/proc/meminfo: memFree=26537072/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=128800 CPUtime=162.26 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 21568 0 0 0 16220 6 0 0 20 0 1 0 30975595 131891200 31378 33554432000 4194304 5796924 140736598136704 140736598134168 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 32200 31378 165 392 0 31799 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 128800

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 3688
/proc/meminfo: memFree=26502060/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=128800 CPUtime=222.27 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 22123 0 0 0 22219 8 0 0 20 0 1 0 30975595 131891200 31378 33554432000 4194304 5796924 140736598136704 140736598134168 4606534 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 32200 31378 165 392 0 31799 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 128800

[startup+282.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/259 3690
/proc/meminfo: memFree=26405056/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=178120 CPUtime=282.24 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 22679 0 0 0 28215 9 0 0 20 0 1 0 30975595 182394880 40854 33554432000 4194304 5796924 140736598136704 140736598133992 4607241 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 44530 40854 165 392 0 44129 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 178120

[startup+342.311 s]
/proc/loadavg: 2.02 2.01 2.00 3/260 3694
/proc/meminfo: memFree=26536008/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=140972 CPUtime=342.24 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 23283 0 0 0 34214 10 0 0 20 0 1 0 30975595 144355328 32719 33554432000 4194304 5796924 140736598136704 140736598133944 4607218 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 35243 32719 165 392 0 34842 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 140972

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 3695
/proc/meminfo: memFree=26468424/32872528 swapFree=7808/7808
[pid=3684] ppid=3681 vsize=190292 CPUtime=402.22 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 24015 0 0 0 40210 12 0 0 20 0 1 0 30975595 194859008 42873 33554432000 4194304 5796924 140736598136704 140736598133992 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 42873 165 392 0 47172 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 190292

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 3696
/proc/meminfo: memFree=26448796/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=190292 CPUtime=462.22 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 24298 0 0 0 46209 13 0 0 20 0 1 0 30975595 194859008 43385 33554432000 4194304 5796924 140736598136704 140736598133992 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 43385 165 392 0 47172 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 190292

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 3697
/proc/meminfo: memFree=26392068/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=190292 CPUtime=522.21 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 24581 0 0 0 52207 14 0 0 20 0 1 0 30975595 194859008 43385 33554432000 4194304 5796924 140736598136704 140736598133992 4607201 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 43385 165 392 0 47172 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 190292

[startup+582.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/259 3699
/proc/meminfo: memFree=26356984/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=190292 CPUtime=582.2 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 24862 0 0 0 58205 15 0 0 20 0 1 0 30975595 194859008 42361 33554432000 4194304 5796924 140736598136704 140736598133992 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 42361 165 392 0 47172 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 190292


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


[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/260 3709
/proc/meminfo: memFree=26287788/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=221112 CPUtime=942.15 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 28993 0 0 0 94191 24 0 0 20 0 1 0 30975595 226418688 48060 33554432000 4194304 5796924 140736598136704 140736598134344 4606837 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 55278 48060 165 392 0 54877 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 221112

[startup+1002.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/259 3756
/proc/meminfo: memFree=29290920/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=190292 CPUtime=1002.14 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 29291 0 0 0 100188 26 0 0 20 0 1 0 30975595 194859008 45472 33554432000 4194304 5796924 140736598136704 140736598133992 4606744 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 45472 165 392 0 47172 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 190292

[startup+1062.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/259 3757
/proc/meminfo: memFree=29233008/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=140972 CPUtime=1062.11 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 29896 0 0 0 106184 27 0 0 20 0 1 0 30975595 144355328 34514 33554432000 4194304 5796924 140736598136704 140736598134168 4607192 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 35243 34514 165 392 0 34842 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 140972

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/259 3758
/proc/meminfo: memFree=29153116/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=221112 CPUtime=1122.09 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 30729 0 0 0 112181 28 0 0 20 0 1 0 30975595 226418688 47073 33554432000 4194304 5796924 140736598136704 140736598134344 4611179 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 55278 47073 165 392 0 54877 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 221112

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 3760
/proc/meminfo: memFree=28227940/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=190292 CPUtime=1182.09 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 31068 0 0 0 118179 30 0 0 20 0 1 0 30975595 194859008 42966 33554432000 4194304 5796924 140736598136704 140736598133992 4606799 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 42966 165 392 0 47172 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 190292

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 3761
/proc/meminfo: memFree=28295512/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=221112 CPUtime=1242.08 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 31677 0 0 0 124177 31 0 0 20 0 1 0 30975595 226418688 49177 33554432000 4194304 5796924 140736598136704 140736598134344 4607229 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 55278 49177 165 392 0 54877 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 221112

[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/259 3762
/proc/meminfo: memFree=28287924/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=190292 CPUtime=1302.07 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 31959 0 0 0 130175 32 0 0 20 0 1 0 30975595 194859008 44502 33554432000 4194304 5796924 140736598136704 140736598133992 4606789 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 44502 165 392 0 47172 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 190292

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/259 3763
/proc/meminfo: memFree=28227464/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=221112 CPUtime=1362.06 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 32564 0 0 0 136173 33 0 0 20 0 1 0 30975595 226418688 49689 33554432000 4194304 5796924 140736598136704 140736598134344 4596725 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 55278 49689 165 392 0 54877 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 221112

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/259 3764
/proc/meminfo: memFree=28219192/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=190292 CPUtime=1422.05 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 32859 0 0 0 142171 34 0 0 20 0 1 0 30975595 194859008 45026 33554432000 4194304 5796924 140736598136704 140736598133992 4607776 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 45026 165 392 0 47172 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 190292

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 3766
/proc/meminfo: memFree=28174580/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=221112 CPUtime=1482.04 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 33462 0 0 0 148169 35 0 0 20 0 1 0 30975595 226418688 49701 33554432000 4194304 5796924 140736598136704 140736598134344 4606721 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 55278 49701 165 392 0 54877 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 221112

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/260 3770
/proc/meminfo: memFree=28166976/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=190292 CPUtime=1542.04 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 33745 0 0 0 154168 36 0 0 20 0 1 0 30975595 194859008 44514 33554432000 4194304 5796924 140736598136704 140736598133992 4606789 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 44514 165 392 0 47172 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 190292

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/260 3793
/proc/meminfo: memFree=28251352/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=221112 CPUtime=1602.03 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 34360 0 0 0 160165 38 0 0 20 0 1 0 30975595 226418688 50213 33554432000 4194304 5796924 140736598136704 140736598134344 4606523 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 55278 50213 165 392 0 54877 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 221112

[startup+1662.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/259 3794
/proc/meminfo: memFree=28264232/32872528 swapFree=7808/7808
[pid=3684] ppid=3681 vsize=190292 CPUtime=1662.02 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 34640 0 0 0 166164 38 0 0 20 0 1 0 30975595 194859008 42466 33554432000 4194304 5796924 140736598136704 140736598133992 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 42466 165 392 0 47172 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 190292

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/259 3795
/proc/meminfo: memFree=28214580/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=221112 CPUtime=1722.01 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 35243 0 0 0 172161 40 0 0 20 0 1 0 30975595 226418688 48165 33554432000 4194304 5796924 140736598136704 140736598134344 4606740 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 55278 48165 165 392 0 54877 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 221112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 3797
/proc/meminfo: memFree=28171652/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=221112 CPUtime=1782 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 35251 0 0 0 178160 40 0 0 20 0 1 0 30975595 226418688 52261 33554432000 4194304 5796924 140736598136704 140736598134344 4607194 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 55278 52261 165 392 0 54877 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 221112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.02 2.00 3/259 3797
/proc/meminfo: memFree=28206016/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=190292 CPUtime=1800.09 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 35527 0 0 0 179969 40 0 0 20 0 1 0 30975595 194859008 42466 33554432000 4194304 5796924 140736598136704 140736598133992 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 42466 165 392 0 47172 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 190292

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

[startup+1800.4 s]
/proc/loadavg: 2.07 2.02 2.00 3/259 3797
/proc/meminfo: memFree=28206016/32872528 swapFree=7804/7804
[pid=3684] ppid=3681 vsize=190292 CPUtime=1800.09 cores=4-7,12-15
/proc/3684/stat : 3684 (naps-1.02) R 3681 3684 31723 0 -1 4202496 35527 0 0 0 179969 40 0 0 20 0 1 0 30975595 194859008 42466 33554432000 4194304 5796924 140736598136704 140736598133992 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/3684/statm: 47573 42466 165 392 0 47172 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 190292

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.11
CPU user time (s): 1799.7
CPU system time (s): 0.408937
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 221112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.408937
maximum resident set size= 211092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35539
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= 25
involuntary context switches= 1999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.54585 second user time and 12.5521 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-19 00:35:10
IDJOB=4108906
IDBENCH=89687
IDSOLVER=2544
FILE ID=node132/4108906-1466289310
RUNJOBID= node132-1466264985-31740
PBS_JOBID= 19918229
Free space on /tmp= 71060 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-40.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108906-1466289310/watcher-4108906-1466289310 -o /tmp/evaluation-result-4108906-1466289310/solver-4108906-1466289310 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31740 --watchdog 1960  naps-1.02 HOME/instance-4108906-1466289310.opb

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

MD5SUM BENCH= 96b10f202af149572cd99ac873608650
RANDOM SEED=141566104

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		: 2666.768
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	: 5333.53
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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.55
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		: 2666.768
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.56
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		: 2666.768
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.56
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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.55
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		: 2666.768
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		: 2666.768
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		: 2666.768
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:        26607612 kB
Buffers:          134996 kB
Cached:           986684 kB
SwapCached:         2088 kB
Active:          5124528 kB
Inactive:         331428 kB
Active(anon):    4334184 kB
Inactive(anon):     2740 kB
Active(file):     790344 kB
Inactive(file):   328688 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099440 kB
Dirty:             12208 kB
Writeback:             0 kB
AnonPages:       4356232 kB
Mapped:             8836 kB
Shmem:                 0 kB
Slab:             639560 kB
SReclaimable:      79612 kB
SUnreclaim:       559948 kB
KernelStack:        2152 kB
PageTables:        12524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4936328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1568768 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= 71704 MiB
End job on node132 at 2016-06-19 01:05:11