Trace number 4078653

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
toysat 2016-05-02UNSAT 4.64929 4.65152

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900553812.opb
MD5SUM703150fc56665afb9da0b20e49208c25
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.10383
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
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 2016-06-06T15:22:15+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4078653-1465219335.opb"]
0.00/0.01	c use --random-gen="4134139856 2669269845 38255175 940203842 3999778387 249996897 1600586303 3229965600 2565702520 365599991 2972753957 2980638316 2151999245 4024260044 463896403 3548009594 3074552525 436554208 2072520091 4280722527 859387835 3086218694 2678063440 1998842414 3561646388 3626811397 603846555 4050148093 1908513040 3951122897 3930322867 2310277051 2485354007 2912214263 1195593629 2396946117 446561972 2674848899 2948108453 2837274254 338641592 1801426233 3472002346 2360940242 2349096202 2107793758 1038716144 1666591859 2327977048 1900868086 2575679892 2385763290 929444434 3595918620 3222279249 2777675024 1126622956 1413591970 4082560150 1323774667 3979345577 2401334807 2599162649 4228325014 839741794 494834386 2480235183 4193862406 2884159653 3302833867 3675842866 3749362631 1538543512 1205714976 1009890584 856280455 1849523857 1550710100 2406573268 2274606036 3870985406 49734829 3238617532 2720083238 2525616331 2095456623 2397214040 4113244764 2158899207 3993733247 101657318 2821188931 3929296016 1575729137 2768456504 3859251976 359544545 129942805 3949241502 2417010951 2463200359 2848460867 2529096764 673969408 903083888 284717639 463187409 69586214 2465692150 1357480727 3551751138 2148218978 2344856542 633605692 569759058 1437997909 1198781776 837989454 516311746 549808091 1650202496 3606583976 1955225822 3816456388 3092443139 2613848980 4165695381 3605015157 2896886017 2397058552 1756418577 2523972665 1941957679 1441883860 2492689987 134162143 354196447 1175696300 1713425405 3703182683 1893783519 2387066343 2431918456 1505810679 629572401 399072731 4119914298 4116882836 2180211150 2910765344 1278357375 976132860 1423647717 1718000217 935649771 4056107604 1899430824 117492452 2592936745 2209243903 631292574 1012590208 3585341171 596562044 1847563927 145623308 3187058637 2996283976 3251719899 998447943 3945552102 3259020799 3457211268 939882186 462626306 3797555603 4246170276 437874378 1121370145 4021816376 1053918691 214404063 2443102854 2220801477 3865042009 2627304990 238587924 3980654542 230593979 7953057 596245691 1627611007 3770153895 1215209371 2783453560 1226491498 3150031653 1542196375 1213730203 2079774268 3416345625 3988313696 1307274023 3160651156 421232629 2530321769 3223839529 902385292 2053011417 1052106331 875513361 1229667772 154953219 3662414281 3449584617 318577206 1845214593 1582923846 2277139214 1510436859 1887787386 3914232456 2207576497 707098537 2054128288 1940842853 2805165750 2205170971 1844288972 1311858035 4145400584 68332275 2125230641 185941096 2878630462 3247639693 2246806240 1979967784 2188557267 2020432748 1852436810 1206210578 2379682303 3375629526 2938313453 963019356 2647689 2269656992 2135731186 168479726 3954866633 1618506041 1978339550 2081715586 3159718434 70835280 255 362436" option to reproduce the execution
0.00/0.03	c #vars 231
0.00/0.03	c #constraints 2707
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |      979      0 |        0 |        0
0.00/0.09	c  0.0s |       1 |      261 |      100 |      979      0 |        0 |        0
0.09/0.12	c  0.0s |       2 |      520 |      250 |     1077      0 |        0 |        0
0.09/0.16	c  0.1s |       3 |      898 |      475 |     1185      0 |        0 |        0
0.19/0.23	c  0.2s |       4 |     1511 |      813 |     1304      0 |        0 |        0
0.29/0.35	c  0.3s |       5 |     2470 |     1320 |     1435      0 |        0 |        0
0.49/0.51	c  0.4s |       6 |     3857 |     2081 |     1737      1 |        0 |        0
0.69/0.78	c  0.7s |       7 |     5806 |     3223 |     1911      2 |        0 |        0
1.20/1.28	c  1.2s |       8 |     9079 |     4936 |     2103      3 |        1 |       11
1.89/1.90	c  1.8s |       9 |    13728 |     7506 |     2314      4 |        1 |       11
2.79/2.86	c  2.8s |      10 |    20334 |    11361 |     2546      7 |        2 |       22
3.99/4.06	c  4.0s |      11 |    30987 |    17144 |     2801      9 |        5 |       55
4.50/4.59	c  4.5s |      11 |    38456 |    20859 |     2801      9 |      107 |      329
4.50/4.59	c #cpu_time = 4.500s
4.50/4.59	c #wall_clock_time = 4.511s
4.50/4.59	c #decision = 38456
4.50/4.59	c #random_decision = 144
4.50/4.59	c #conflict = 20859
4.50/4.59	c #restart = 11
4.50/4.59	s UNSATISFIABLE
4.50/4.59	c total CPU time = 4.579s
4.50/4.59	c total wall clock time = 4.591s

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-4078653-1465219335/watcher-4078653-1465219335 -o /tmp/evaluation-result-4078653-1465219335/solver-4078653-1465219335 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25906 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078653-1465219335.opb 

pid=28860
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.16 2.12 2.09 3/261 28863
/proc/meminfo: memFree=30997632/32872528 swapFree=9196/9196
[pid=28863] ppid=28860 vsize=1088956 CPUtime=0 cores=4-7,12-15
/proc/28863/stat : 28863 (toysat) R 28860 28863 25889 0 -1 4202496 4124 0 0 0 0 0 0 0 20 0 4 0 103775500 1115090944 4997 33554432000 4194304 16246674 140733981521968 140733981521392 13880264 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28863/statm: 272751 5005 441 2943 0 269645 0
[pid=28863/tid=28864] ppid=28860 vsize=1110460 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28864/stat : 28864 (toysat) S 28860 28863 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775501 1137111040 5083 33554432000 4194304 16246674 140733981521968 140508141694192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28863/tid=28865] ppid=28860 vsize=1115580 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28865/stat : 28865 (toysat) S 28860 28863 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775501 1142353920 5100 33554432000 4194304 16246674 140733981521968 140508131204336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28863/tid=28866] ppid=28860 vsize=1119676 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28866/stat : 28866 (toysat) S 28860 28863 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775501 1146548224 5119 33554432000 4194304 16246674 140733981521968 140508043144368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.16 2.12 2.09 3/261 28863
/proc/meminfo: memFree=30997632/32872528 swapFree=9196/9196
[pid=28863] ppid=28860 vsize=1218116 CPUtime=0.09 cores=4-7,12-15
/proc/28863/stat : 28863 (toysat) R 28860 28863 25889 0 -1 4202496 25076 0 0 0 6 3 0 0 20 0 4 0 103775500 1247350784 25938 33554432000 4194304 16246674 140733981521968 140733981521392 5675357 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28863/statm: 304529 25942 719 2943 0 301423 0
[pid=28863/tid=28864] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28864/stat : 28864 (toysat) S 28860 28863 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 25946 33554432000 4194304 16246674 140733981521968 140508141694192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28863/tid=28865] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28865/stat : 28865 (toysat) S 28860 28863 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 25949 33554432000 4194304 16246674 140733981521968 140508131204336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28863/tid=28866] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28866/stat : 28866 (toysat) S 28860 28863 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 25954 33554432000 4194304 16246674 140733981521968 140508043144368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200509 s]
/proc/loadavg: 2.16 2.12 2.09 3/261 28863
/proc/meminfo: memFree=30997632/32872528 swapFree=9196/9196
[pid=28863] ppid=28860 vsize=1218116 CPUtime=0.19 cores=4-7,12-15
/proc/28863/stat : 28863 (toysat) R 28860 28863 25889 0 -1 4202496 40633 0 0 0 14 5 0 0 20 0 4 0 103775500 1247350784 41494 33554432000 4194304 16246674 140733981521968 140733981521392 6836249 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28863/statm: 304529 41501 719 2943 0 301423 0
[pid=28863/tid=28864] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28864/stat : 28864 (toysat) S 28860 28863 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 41506 33554432000 4194304 16246674 140733981521968 140508141694192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28863/tid=28865] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28865/stat : 28865 (toysat) S 28860 28863 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 41510 33554432000 4194304 16246674 140733981521968 140508131204336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28863/tid=28866] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28866/stat : 28866 (toysat) S 28860 28863 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 41515 33554432000 4194304 16246674 140733981521968 140508043144368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300486 s]
/proc/loadavg: 2.16 2.12 2.09 3/261 28863
/proc/meminfo: memFree=30997632/32872528 swapFree=9196/9196
[pid=28863] ppid=28860 vsize=1218116 CPUtime=0.29 cores=4-7,12-15
/proc/28863/stat : 28863 (toysat) R 28860 28863 25889 0 -1 4202496 55986 0 0 0 22 7 0 0 20 0 4 0 103775500 1247350784 56847 33554432000 4194304 16246674 140733981521968 140733981521392 5546098 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28863/statm: 304529 56858 719 2943 0 301423 0
[pid=28863/tid=28864] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28864/stat : 28864 (toysat) S 28860 28863 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 56862 33554432000 4194304 16246674 140733981521968 140508141694192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28863/tid=28865] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28865/stat : 28865 (toysat) S 28860 28863 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 56866 33554432000 4194304 16246674 140733981521968 140508131204336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28863/tid=28866] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28866/stat : 28866 (toysat) S 28860 28863 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 56869 33554432000 4194304 16246674 140733981521968 140508043144368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700428 s]
/proc/loadavg: 2.16 2.12 2.09 3/261 28863
/proc/meminfo: memFree=30997632/32872528 swapFree=9196/9196
[pid=28863] ppid=28860 vsize=1218116 CPUtime=0.69 cores=4-7,12-15
/proc/28863/stat : 28863 (toysat) R 28860 28863 25889 0 -1 4202496 118131 0 0 0 54 15 0 0 20 0 4 0 103775500 1247350784 118992 33554432000 4194304 16246674 140733981521968 140733981503872 5712452 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28863/statm: 304529 118995 725 2943 0 301423 0
[pid=28863/tid=28864] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28864/stat : 28864 (toysat) S 28860 28863 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 118999 33554432000 4194304 16246674 140733981521968 140508141694192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28863/tid=28865] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28865/stat : 28865 (toysat) S 28860 28863 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 119007 33554432000 4194304 16246674 140733981521968 140508131204336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28863/tid=28866] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28866/stat : 28866 (toysat) S 28860 28863 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 119011 33554432000 4194304 16246674 140733981521968 140508043144368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.16 2.12 2.09 3/265 28867
/proc/meminfo: memFree=30266752/32872528 swapFree=9196/9196
[pid=28863] ppid=28860 vsize=1218116 CPUtime=1.49 cores=4-7,12-15
/proc/28863/stat : 28863 (toysat) R 28860 28863 25889 0 -1 4202496 242488 0 0 0 115 34 0 0 20 0 4 0 103775500 1247350784 243349 33554432000 4194304 16246674 140733981521968 140733981504960 5831697 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28863/statm: 304529 243356 725 2943 0 301423 0
[pid=28863/tid=28864] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28864/stat : 28864 (toysat) S 28860 28863 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 243361 33554432000 4194304 16246674 140733981521968 140508141694192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28863/tid=28865] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28865/stat : 28865 (toysat) S 28860 28863 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 243367 33554432000 4194304 16246674 140733981521968 140508131204336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28863/tid=28866] ppid=28860 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28866/stat : 28866 (toysat) S 28860 28863 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775501 1247350784 243370 33554432000 4194304 16246674 140733981521968 140508043144368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10044 s]
/proc/loadavg: 2.16 2.12 2.09 3/265 28867
/proc/meminfo: memFree=30006860/32872528 swapFree=9196/9196
[pid=28863] ppid=28860 vsize=1303108 CPUtime=3.09 cores=4-7,12-15
/proc/28863/stat : 28863 (toysat) R 28860 28863 25889 0 -1 4202496 266628 0 0 0 271 38 0 0 20 0 4 0 103775500 1334382592 267469 33554432000 4194304 16246674 140733981521968 140733981504968 12470531 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28863/statm: 325777 267469 792 2943 0 322671 0
[pid=28863/tid=28864] ppid=28860 vsize=1303108 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28864/stat : 28864 (toysat) S 28860 28863 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775501 1334382592 267469 33554432000 4194304 16246674 140733981521968 140508141694192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28863/tid=28865] ppid=28860 vsize=1303108 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28865/stat : 28865 (toysat) S 28860 28863 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775501 1334382592 267469 33554432000 4194304 16246674 140733981521968 140508131204336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28863/tid=28866] ppid=28860 vsize=1303108 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28866/stat : 28866 (toysat) S 28860 28863 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775501 1334382592 267469 33554432000 4194304 16246674 140733981521968 140508043144368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1303108

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 28863 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20049 s]
/proc/loadavg: 2.16 2.12 2.09 3/265 28867
/proc/meminfo: memFree=30006860/32872528 swapFree=9196/9196
[pid=28863] ppid=28860 vsize=1303108 CPUtime=3.19 cores=4-7,12-15
/proc/28863/stat : 28863 (toysat) R 28860 28863 25889 0 -1 4202496 266628 0 0 0 281 38 0 0 20 0 4 0 103775500 1334382592 267469 33554432000 4194304 16246674 140733981521968 140733981504968 5712140 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28863/statm: 325777 267469 792 2943 0 322671 0
[pid=28863/tid=28864] ppid=28860 vsize=1303108 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28864/stat : 28864 (toysat) S 28860 28863 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775501 1334382592 267469 33554432000 4194304 16246674 140733981521968 140508141694192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28863/tid=28865] ppid=28860 vsize=1303108 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28865/stat : 28865 (toysat) S 28860 28863 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775501 1334382592 267469 33554432000 4194304 16246674 140733981521968 140508131204336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28863/tid=28866] ppid=28860 vsize=1303108 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28866/stat : 28866 (toysat) S 28860 28863 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775501 1334382592 267469 33554432000 4194304 16246674 140733981521968 140508043144368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1303108

[startup+4.0004 s]
/proc/loadavg: 2.15 2.12 2.09 3/265 28867
/proc/meminfo: memFree=29925036/32872528 swapFree=9196/9196
[pid=28863] ppid=28860 vsize=1306180 CPUtime=3.99 cores=4-7,12-15
/proc/28863/stat : 28863 (toysat) R 28860 28863 25889 0 -1 4202496 267345 0 0 0 361 38 0 0 20 0 4 0 103775500 1337528320 268186 33554432000 4194304 16246674 140733981521968 140733981504968 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28863/statm: 326545 268186 792 2943 0 323439 0
[pid=28863/tid=28864] ppid=28860 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28864/stat : 28864 (toysat) S 28860 28863 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775501 1337528320 268186 33554432000 4194304 16246674 140733981521968 140508141694192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28863/tid=28865] ppid=28860 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28865/stat : 28865 (toysat) S 28860 28863 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775501 1337528320 268186 33554432000 4194304 16246674 140733981521968 140508131204336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28863/tid=28866] ppid=28860 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28866/stat : 28866 (toysat) S 28860 28863 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775501 1337528320 268186 33554432000 4194304 16246674 140733981521968 140508043144368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1306180

[startup+4.40041 s]
/proc/loadavg: 2.15 2.12 2.09 3/265 28867
/proc/meminfo: memFree=29922312/32872528 swapFree=9196/9196
[pid=28863] ppid=28860 vsize=1306180 CPUtime=4.4 cores=4-7,12-15
/proc/28863/stat : 28863 (toysat) R 28860 28863 25889 0 -1 4202496 267345 0 0 0 402 38 0 0 20 0 4 0 103775500 1337528320 268186 33554432000 4194304 16246674 140733981521968 140733981504968 5813801 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28863/statm: 326545 268186 792 2943 0 323439 0
[pid=28863/tid=28864] ppid=28860 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28864/stat : 28864 (toysat) S 28860 28863 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103775501 1337528320 268186 33554432000 4194304 16246674 140733981521968 140508141694192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28863/tid=28865] ppid=28860 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28865/stat : 28865 (toysat) S 28860 28863 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103775501 1337528320 268186 33554432000 4194304 16246674 140733981521968 140508131204336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28863/tid=28866] ppid=28860 vsize=1306180 CPUtime=0 cores=4-7,12-15
/proc/28863/task/28866/stat : 28866 (toysat) S 28860 28863 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103775501 1337528320 268186 33554432000 4194304 16246674 140733981521968 140508043144368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1306180

[startup+4.6004 s]
/proc/loadavg: 2.15 2.12 2.09 3/265 28867
/proc/meminfo: memFree=29922312/32872528 swapFree=9196/9196
[pid=28863] ppid=28860 vsize=0 CPUtime=4.59 cores=4-7,12-15
/proc/28863/stat : 28863 (toysat) R 28860 28863 25889 0 -1 4202500 267351 0 0 0 420 39 0 0 20 0 1 0 103775500 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28863/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.65152
CPU time (s): 4.64929
CPU user time (s): 4.20236
CPU system time (s): 0.446932
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.20236
system time used= 0.446932
maximum resident set size= 1072760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267351
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= 20
involuntary context switches= 7

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048992 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 15:22:15
IDJOB=4078653
IDBENCH=1342
IDSOLVER=2542
FILE ID=node132/4078653-1465219335
RUNJOBID= node132-1465216787-25906
PBS_JOBID= 19843203
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553812.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078653-1465219335/watcher-4078653-1465219335 -o /tmp/evaluation-result-4078653-1465219335/solver-4078653-1465219335 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25906 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078653-1465219335.opb

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

MD5SUM BENCH= 703150fc56665afb9da0b20e49208c25
RANDOM SEED=1458378191

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:        30997260 kB
Buffers:            8492 kB
Cached:            71996 kB
SwapCached:         3236 kB
Active:          1129396 kB
Inactive:          22060 kB
Active(anon):    1070472 kB
Inactive(anon):     3236 kB
Active(file):      58924 kB
Inactive(file):    18824 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094516 kB
Dirty:             33288 kB
Writeback:             8 kB
AnonPages:       1078884 kB
Mapped:            10304 kB
Shmem:                 0 kB
Slab:             574672 kB
SReclaimable:      13360 kB
SUnreclaim:       561312 kB
KernelStack:        2192 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1223700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71716 MiB
End job on node132 at 2016-06-06 15:22:20