Trace number 4082544

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 NameAnswerobjective functionCPU timeWall clock time
NaPS 1.02? (TO) 1800.27 1800.58

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_mh.opb
MD5SUM49900d523860c6ca6b945c232e000369
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9014519
Best CPU time to get the best result obtained on this benchmark1801.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 312913647916
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 312913647916
Number of bits of the biggest sum of numbers39
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.08/1800.40	c 
1800.08/1800.40	c *** TERMINATED *** by signal 15
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c _____________________________________________________________________________
1800.08/1800.40	c 
1800.08/1800.40	c std/band forms        : 985351,3
1800.08/1800.40	c 2cl/3cl ITE-codings   : 6353098,1384325
1800.08/1800.40	c BDD/srt/adr Max costs : 1255088,0,0
1800.08/1800.40	c BDDraw/bin/mul/srt/adr: 985354,0,0,0,0
1800.08/1800.40	c BDD nodes             : 12705976
1800.08/1800.40	c Es1/CC detections     : 0,0
1800.08/1800.40	c SAT/UNSAT calls       : 0,0
1800.08/1800.40	c restarts              : 0
1800.08/1800.40	c conflicts             : 0              (0 /sec)
1800.08/1800.40	c decisions             : 0              (0 /sec)
1800.08/1800.40	c propagations          : 0              (0 /sec)
1800.08/1800.40	c inspects              : 0              (0 /sec)
1800.08/1800.40	c CPU time (solving tm) : 1797 s        (0 s)
1800.08/1800.40	c Time for Opt-base     : 0 s
1800.08/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-4082544-1467035306/watcher-4082544-1467035306 -o /tmp/evaluation-result-4082544-1467035306/solver-4082544-1467035306 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082544-1467035306.opb 

pid=7694
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 Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.90 2.31 2.14 3/259 7697
/proc/meminfo: memFree=25763860/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8104 CPUtime=0 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 701 0 0 0 0 0 0 0 20 0 1 0 36569333 8298496 576 33554432000 4194304 5796924 140734044421232 140734044420600 4621249 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2026 576 114 392 0 1625 0

[startup+0.100157 s]
/proc/loadavg: 2.90 2.31 2.14 3/259 7697
/proc/meminfo: memFree=25763860/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=25200 CPUtime=0.09 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 5014 0 0 0 8 1 0 0 20 0 1 0 36569333 25804800 4571 33554432000 4194304 5796924 140734044421232 140734044420600 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 6300 4572 114 392 0 5899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25200

[startup+0.200342 s]
/proc/loadavg: 2.90 2.31 2.14 3/259 7697
/proc/meminfo: memFree=25763860/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=46860 CPUtime=0.19 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 10054 0 0 0 17 2 0 0 20 0 1 0 36569333 47984640 9216 33554432000 4194304 5796924 140734044421232 140734044420600 5190026 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 11895 9222 114 392 0 11494 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 46860

[startup+0.300352 s]
/proc/loadavg: 2.90 2.31 2.14 3/259 7697
/proc/meminfo: memFree=25763860/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=62148 CPUtime=0.28 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 14106 0 0 0 26 2 0 0 20 0 1 0 36569333 63639552 13631 33554432000 4194304 5796924 140734044421232 140734044420600 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 15537 13632 114 392 0 15136 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62148

[startup+0.700288 s]
/proc/loadavg: 2.90 2.31 2.14 3/259 7697
/proc/meminfo: memFree=25763860/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=149344 CPUtime=0.69 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 30077 0 0 0 64 5 0 0 20 0 1 0 36569333 152928256 32601 33554432000 4194304 5796924 140734044421232 140734044420536 4659057 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 37336 32601 114 392 0 36935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 149344

[startup+1.50023 s]
/proc/loadavg: 2.90 2.31 2.14 3/260 7698
/proc/meminfo: memFree=25567384/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=282300 CPUtime=1.49 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 53825 0 0 0 140 9 0 0 20 0 1 0 36569333 289075200 66440 33554432000 4194304 5796924 140734044421232 140734044420648 4602800 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 70575 66441 114 392 0 70174 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 282300

[startup+3.10027 s]
/proc/loadavg: 2.90 2.31 2.14 3/260 7698
/proc/meminfo: memFree=25458468/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=393480 CPUtime=3.09 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 75217 0 0 0 295 14 0 0 20 0 1 0 36569333 402923520 92691 33554432000 4194304 5796924 140734044421232 140734044420600 5087780 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 98370 92691 128 392 0 97969 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 393480

[startup+6.30025 s]
/proc/loadavg: 2.91 2.32 2.14 3/260 7698
/proc/meminfo: memFree=25369284/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=440016 CPUtime=6.29 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 85161 0 0 0 613 16 0 0 20 0 1 0 36569333 450576384 102635 33554432000 4194304 5796924 140734044421232 140734044420456 4805654 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 110004 102635 128 392 0 109603 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 440016

[startup+12.7003 s]
/proc/loadavg: 2.83 2.31 2.14 3/260 7698
/proc/meminfo: memFree=25243664/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=591852 CPUtime=12.68 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 110818 0 0 0 1247 21 0 0 20 0 1 0 36569333 606056448 137187 33554432000 4194304 5796924 140734044421232 140734044420504 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 147963 137187 129 392 0 147562 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 591852

[startup+25.5003 s]
/proc/loadavg: 2.65 2.30 2.14 3/260 7698
/proc/meminfo: memFree=24929684/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=909180 CPUtime=25.48 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 137024 0 0 0 2514 34 0 0 20 0 1 0 36569333 931000320 209686 33554432000 4194304 5796924 140734044421232 140734044420456 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 227295 209686 129 392 0 226894 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 909180

[startup+51.1003 s]
/proc/loadavg: 2.43 2.27 2.13 3/259 7698
/proc/meminfo: memFree=24655560/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=1168796 CPUtime=51.09 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 181728 0 0 0 5060 49 0 0 20 0 1 0 36569333 1196847104 277704 33554432000 4194304 5796924 140734044421232 140734044420456 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 292199 277704 129 392 0 291798 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1168796

[startup+102.3 s]
/proc/loadavg: 2.18 2.23 2.12 3/260 7702
/proc/meminfo: memFree=23522596/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=2345352 CPUtime=102.28 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 424117 0 0 0 10137 91 0 0 20 0 1 0 36569333 2401640448 559346 33554432000 4194304 5796924 140734044421232 140734030614632 4261421 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 586338 559346 140 392 0 585937 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2345352

[startup+162.3 s]
/proc/loadavg: 2.07 2.18 2.11 3/259 7703
/proc/meminfo: memFree=22888868/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=2977164 CPUtime=162.27 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 539993 0 0 0 16114 113 0 0 20 0 1 0 36569333 3048615936 720747 33554432000 4194304 5796924 140734044421232 140734033234952 5093504 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 744291 720747 140 392 0 743890 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2977164

[startup+222.311 s]
/proc/loadavg: 2.02 2.15 2.10 3/259 7705
/proc/meminfo: memFree=21975576/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=3920452 CPUtime=222.26 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 652587 0 0 0 22086 140 0 0 20 0 1 0 36569333 4014542848 948577 33554432000 4194304 5796924 140734044421232 140734043420920 4240444 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 980113 948577 141 392 0 979712 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3920452

[startup+282.3 s]
/proc/loadavg: 2.04 2.13 2.09 3/259 7706
/proc/meminfo: memFree=18370056/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8612220 CPUtime=282.24 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 794944 0 0 0 27965 259 0 0 20 0 1 0 36569333 8818913280 1843393 33554432000 4194304 5796924 140734044421232 140734044418344 4606531 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2153055 1843393 163 392 0 2152654 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 8612220

[startup+342.3 s]
/proc/loadavg: 2.01 2.11 2.09 3/259 7707
/proc/meminfo: memFree=18365068/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8615208 CPUtime=342.24 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 795666 0 0 0 33964 260 0 0 20 0 1 0 36569333 8821972992 1844626 33554432000 4194304 5796924 140734044421232 140734044418504 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2153802 1844626 164 392 0 2153401 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 8615208

[startup+402.3 s]
/proc/loadavg: 2.00 2.08 2.08 3/259 7708
/proc/meminfo: memFree=18360576/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8617352 CPUtime=402.22 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 796210 0 0 0 39962 260 0 0 20 0 1 0 36569333 8824168448 1845681 33554432000 4194304 5796924 140734044421232 140734044418344 4606779 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2154338 1845681 164 392 0 2153937 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 8617352

[startup+462.3 s]
/proc/loadavg: 1.56 1.96 2.04 2/252 7740
/proc/meminfo: memFree=24151152/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8618588 CPUtime=462.22 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 796524 0 0 0 45961 261 0 0 20 0 1 0 36569333 8825434112 1846506 33554432000 4194304 5796924 140734044421232 140734044418216 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2154647 1846506 164 392 0 2154246 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 8618588

[startup+522.3 s]
/proc/loadavg: 1.20 1.78 1.97 2/252 7742
/proc/meminfo: memFree=24151296/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8618852 CPUtime=522.21 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 796597 0 0 0 51960 261 0 0 20 0 1 0 36569333 8825704448 1846578 33554432000 4194304 5796924 140734044421232 140734044418344 4568928 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2154713 1846578 165 392 0 2154312 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 8618852

[startup+582.3 s]
/proc/loadavg: 1.13 1.65 1.91 2/252 7743
/proc/meminfo: memFree=24135964/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8633240 CPUtime=582.2 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 800203 0 0 0 57958 262 0 0 20 0 1 0 36569333 8840437760 1850695 33554432000 4194304 5796924 140734044421232 140734044418344 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2158310 1850695 165 392 0 2157909 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 8633240

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


[startup+942.3 s]
/proc/loadavg: 1.00 1.20 1.61 2/252 7775
/proc/meminfo: memFree=24018396/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8720984 CPUtime=942.14 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 816695 0 0 0 93946 268 0 0 20 0 1 0 36569333 8930287616 1879720 33554432000 4194304 5796924 140734044421232 140734044418760 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2180246 1879720 165 392 0 2179845 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 8720984

[startup+1002.3 s]
/proc/loadavg: 1.00 1.16 1.57 2/252 7776
/proc/meminfo: memFree=24016128/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8720984 CPUtime=1002.13 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 816696 0 0 0 99945 268 0 0 20 0 1 0 36569333 8930287616 1880232 33554432000 4194304 5796924 140734044421232 140734044418760 4569014 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2180246 1880232 165 392 0 2179845 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 8720984

[startup+1062.3 s]
/proc/loadavg: 1.06 1.14 1.54 2/252 7777
/proc/meminfo: memFree=24014548/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8720984 CPUtime=1062.11 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 816698 0 0 0 105943 268 0 0 20 0 1 0 36569333 8930287616 1880744 33554432000 4194304 5796924 140734044421232 140734044418760 4583208 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2180246 1880744 165 392 0 2179845 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 8720984

[startup+1122.3 s]
/proc/loadavg: 1.02 1.12 1.50 2/252 7778
/proc/meminfo: memFree=24014460/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8720984 CPUtime=1122.11 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 816698 0 0 0 111942 269 0 0 20 0 1 0 36569333 8930287616 1880744 33554432000 4194304 5796924 140734044421232 140734044418760 4569034 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2180246 1880744 165 392 0 2179845 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 8720984

[startup+1182.3 s]
/proc/loadavg: 1.01 1.09 1.47 2/252 7780
/proc/meminfo: memFree=24012072/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8720984 CPUtime=1182.1 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 816704 0 0 0 117941 269 0 0 20 0 1 0 36569333 8930287616 1881256 33554432000 4194304 5796924 140734044421232 140734044418760 4606708 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2180246 1881256 165 392 0 2179845 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 8720984

[startup+1242.3 s]
/proc/loadavg: 1.00 1.07 1.43 2/252 7781
/proc/meminfo: memFree=24007204/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8720984 CPUtime=1242.09 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 816706 0 0 0 123940 269 0 0 20 0 1 0 36569333 8930287616 1882405 33554432000 4194304 5796924 140734044421232 140734044418760 4607773 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2180246 1882405 165 392 0 2179845 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 8720984

[startup+1302.3 s]
/proc/loadavg: 1.00 1.06 1.41 2/253 7785
/proc/meminfo: memFree=24006744/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8720984 CPUtime=1302.08 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 816707 0 0 0 129939 269 0 0 20 0 1 0 36569333 8930287616 1882405 33554432000 4194304 5796924 140734044421232 140734044418760 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2180246 1882405 165 392 0 2179845 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 8720984

[startup+1362.3 s]
/proc/loadavg: 1.00 1.04 1.38 2/252 7786
/proc/meminfo: memFree=24003328/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8720984 CPUtime=1362.07 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 816812 0 0 0 135938 269 0 0 20 0 1 0 36569333 8930287616 1883532 33554432000 4194304 5796924 140734044421232 140734044418760 4592620 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2180246 1883532 165 392 0 2179845 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 8720984

[startup+1422.3 s]
/proc/loadavg: 1.00 1.03 1.35 2/252 7787
/proc/meminfo: memFree=23966464/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8754876 CPUtime=1422.07 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 820236 0 0 0 141936 271 0 0 20 0 1 0 36569333 8964993024 1892646 33554432000 4194304 5796924 140734044421232 140734044418760 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2188719 1892646 165 392 0 2188318 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 8754876

[startup+1482.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/252 7789
/proc/meminfo: memFree=23959976/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8754876 CPUtime=1482.05 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 820699 0 0 0 147934 271 0 0 20 0 1 0 36569333 8964993024 1894203 33554432000 4194304 5796924 140734044421232 140734044418760 4592061 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2188719 1894203 165 392 0 2188318 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 8754876

[startup+1542.31 s]
/proc/loadavg: 1.07 1.04 1.31 2/252 7790
/proc/meminfo: memFree=23958088/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8754876 CPUtime=1542.05 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 820700 0 0 0 153934 271 0 0 20 0 1 0 36569333 8964993024 1894715 33554432000 4194304 5796924 140734044421232 140734044418760 4606531 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2188719 1894715 165 392 0 2188318 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 8754876

[startup+1602.3 s]
/proc/loadavg: 1.02 1.03 1.29 2/252 7791
/proc/meminfo: memFree=23953648/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8754876 CPUtime=1602.03 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 820705 0 0 0 159932 271 0 0 20 0 1 0 36569333 8964993024 1895739 33554432000 4194304 5796924 140734044421232 140734044418760 4606531 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2188719 1895739 165 392 0 2188318 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 8754876

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.26 2/252 7792
/proc/meminfo: memFree=23952500/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8754876 CPUtime=1662.01 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 820717 0 0 0 165930 271 0 0 20 0 1 0 36569333 8964993024 1896251 33554432000 4194304 5796924 140734044421232 140734044418760 4568957 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2188719 1896251 165 392 0 2188318 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 8754876

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/252 7793
/proc/meminfo: memFree=23949736/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8754876 CPUtime=1722 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 820730 0 0 0 171928 272 0 0 20 0 1 0 36569333 8964993024 1896763 33554432000 4194304 5796924 140734044421232 140734044418760 4594144 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2188719 1896763 165 392 0 2188318 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 8754876

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/252 7795
/proc/meminfo: memFree=23944928/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8754876 CPUtime=1781.99 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 820737 0 0 0 177927 272 0 0 20 0 1 0 36569333 8964993024 1897787 33554432000 4194304 5796924 140734044421232 140734044418760 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2188719 1897787 165 392 0 2188318 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 8754876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 1.01 1.22 2/252 7795
/proc/meminfo: memFree=23945656/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=8754876 CPUtime=1800.08 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202496 820739 0 0 0 179736 272 0 0 20 0 1 0 36569333 8964993024 1897787 33554432000 4194304 5796924 140734044421232 140734044418760 4606809 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 2188719 1897787 165 392 0 2188318 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 8754876

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.01 1.22 2/252 7795
/proc/meminfo: memFree=23945656/32872528 swapFree=7556/7556
[pid=7697] ppid=7694 vsize=0 CPUtime=1800.18 cores=0-3,8-11
/proc/7697/stat : 7697 (naps-1.02) R 7694 7697 5888 0 -1 4202500 820751 0 0 0 179736 282 0 0 20 0 1 0 36569333 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/7697/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.58
CPU time (s): 1800.27
CPU user time (s): 1797.37
CPU system time (s): 2.90256
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 10011160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.37
system time used= 2.90256
maximum resident set size= 8310336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 820751
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= 58
involuntary context switches= 1954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.92495 second user time and 9.56455 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-27 15:48:32
IDJOB=4082544
IDBENCH=92644
IDSOLVER=2544
FILE ID=node132/4082544-1467035306
RUNJOBID= node132-1467020363-5904
PBS_JOBID= 19976984
Free space on /tmp= 71316 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_2_mh.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082544-1467035306/watcher-4082544-1467035306 -o /tmp/evaluation-result-4082544-1467035306/solver-4082544-1467035306 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082544-1467035306.opb

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

MD5SUM BENCH= 49900d523860c6ca6b945c232e000369
RANDOM SEED=632751013

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.034
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.06
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.034
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.034
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.034
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.034
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.034
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.034
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		: 2667.034
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		: 2667.034
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.034
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.034
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.034
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.55
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.034
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		: 2667.034
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.034
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.034
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:        25763860 kB
Buffers:          105112 kB
Cached:           463000 kB
SwapCached:         2040 kB
Active:          6050036 kB
Inactive:         262712 kB
Active(anon):    5742076 kB
Inactive(anon):     5072 kB
Active(file):     307960 kB
Inactive(file):   257640 kB
Unevictable:        7556 kB
Mlocked:            7556 kB
SwapTotal:      67108856 kB
SwapFree:       67098872 kB
Dirty:            227244 kB
Writeback:             0 kB
AnonPages:       5770388 kB
Mapped:             9088 kB
Shmem:                 0 kB
Slab:             622948 kB
SReclaimable:      58772 kB
SUnreclaim:       564176 kB
KernelStack:        2168 kB
PageTables:        15420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6496020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1927168 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= 71320 MiB
End job on node132 at 2016-06-27 16:18:32