Trace number 4078662

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 10.7454 10.7492

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900565534.opb
MD5SUM0fea7c185f4d6e2091fba763db8ccbcc
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 benchmark3.98439
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 685
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:20:43+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-4078662-1465219243.opb"]
0.00/0.01	c use --random-gen="1685674251 1375253795 2756038943 2927308420 1846991252 3313881222 509479967 1520024544 3897909832 1778302206 583806205 3112027343 2027711345 1192886326 3385431479 4027152091 3002678323 300832548 140515558 1136988474 688866961 389047772 612760066 958065246 3633838129 1571096210 1409117018 195084405 3742709742 1057576772 1976323983 1953847410 4162275266 3034347088 1411601813 3499189745 1938596249 1916008244 27274176 1744981587 1576174296 3347078042 2433763651 1043101342 3426254209 1393536590 107936551 540757156 1353237766 2104176929 2129088983 3548924839 539854334 1379495493 3920040187 3534128137 2851419493 3531404475 1433022895 995753368 212899188 1846323159 2502492320 1068112183 767514686 3787455024 2241429014 1245972664 2311637921 251875458 3143240002 87588632 2007961319 4230183620 3237397632 773536471 2429093978 1344235520 384017919 4005867619 3481707625 1669365313 1006788543 597670895 1285645883 268280558 1964375270 4177862535 716687701 3344502585 3288522945 824609157 761069328 1741788073 4000075157 1343886469 1911438864 1571171207 3596825844 1866159501 2529013717 2227721185 2902906691 3847354642 260778180 3193614607 635053685 658222241 1306031881 1631410019 2599451091 550055746 1964920573 720712027 3441746981 4075035620 999677489 905907421 1488878144 2701924117 56920558 1133954727 4073172868 3199958862 883951606 3570903358 361674216 477568139 3153784889 1554116719 2898666939 2976618614 1965249275 1036319842 2488685085 502242894 2020825825 1423037889 3495966826 1118780063 3191817243 2720625122 1000055097 3137540602 3638988126 3363972465 1983014004 310026711 2471601313 2735547631 2921184688 47595024 1957412489 2157599816 510829247 1038899414 380210003 1552844177 140890 1043440876 2905685789 678850300 3452764257 2898993775 2439926328 2591787932 3273756486 1723070024 2806302238 2863545712 3454073410 3480519247 1766722252 1075977241 3134275667 2372806511 3192708241 1277903628 2308840864 1051413986 3727497387 3418841020 150827057 856939675 254000517 1374898461 832218267 4159052610 1347078775 2999717455 4241570875 3745169751 1888982102 3843466842 3154340793 2087772176 1097570936 1690653911 1937439095 4213455688 378478402 2457482986 1495149169 4181286811 3019938943 3064930349 92822665 577682473 1532486469 4043098470 2996839605 1321665181 1733174340 1108222710 277562420 1377885145 1164158288 3343468140 930304021 1391774412 2333725641 330954589 2391760319 292466275 2182484270 253833659 2619715312 1313569326 2376142659 1164595917 675468876 3276815747 2424501103 1500000802 3120347775 3933230940 1073809779 3603720343 87043750 3081339762 1576759338 2122400381 3634770994 3746520386 2660280722 2526969690 2407165555 3910886915 4293542635 3337236181 3043934765 2528396935 1934453355 1082532973 780833627 2673597030 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 |      305 |      100 |      979      0 |        0 |        0
0.08/0.12	c  0.0s |       2 |      588 |      250 |     1077      0 |        0 |        0
0.08/0.17	c  0.1s |       3 |     1041 |      475 |     1185      0 |        0 |        0
0.19/0.24	c  0.2s |       4 |     1565 |      813 |     1304      0 |        0 |        0
0.29/0.36	c  0.3s |       5 |     2357 |     1320 |     1435      0 |        0 |        0
0.49/0.55	c  0.5s |       6 |     3673 |     2081 |     1737      1 |        0 |        0
0.79/0.85	c  0.8s |       7 |     5519 |     3223 |     1911      2 |        0 |        0
1.29/1.30	c  1.2s |       8 |     8488 |     4936 |     2103      4 |        0 |        0
1.79/1.81	c  1.7s |       9 |    12855 |     7506 |     2314      5 |        1 |       11
2.69/2.71	c  2.6s |      10 |    18967 |    11361 |     2546      8 |        1 |       11
4.09/4.11	c  4.0s |      11 |    28339 |    17144 |     2801     12 |        1 |       11
5.89/5.99	c  5.9s |      12 |    43237 |    25819 |     3082     18 |        2 |       22
7.98/8.00	c  7.9s |      12 |    61189 |    36119 |     3082     21 |        5 |       55
8.38/8.48	c  8.4s |      13 |    65934 |    38832 |     3391     22 |        6 |       66
10.38/10.49	c 10.4s |      13 |    84317 |    49432 |     3391     25 |       10 |      110
10.58/10.68	c 10.6s |      13 |    85606 |    50258 |     3391     25 |      167 |     1449
10.58/10.68	c #cpu_time = 10.580s
10.58/10.68	c #wall_clock_time = 10.608s
10.58/10.68	c #decision = 85606
10.58/10.70	c #random_decision = 304
10.58/10.70	c #conflict = 50258
10.58/10.70	c #restart = 13
10.58/10.70	s UNSATISFIABLE
10.58/10.70	c total CPU time = 10.659s
10.58/10.70	c total wall clock time = 10.687s

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

pid=27929
running on 8 cores: 0-3,8-11

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.09 2.09 3/262 27932
/proc/meminfo: memFree=30988608/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1039804 CPUtime=0 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 3937 0 0 0 0 0 0 0 20 0 4 0 103766337 1064759296 4297 33554432000 4194304 16246674 140737355818256 140737355817680 13880264 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 260719 4306 441 2943 0 257613 0
[pid=27932/tid=27933] ppid=27929 vsize=1061308 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1086779392 4379 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1065404 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1090973696 4393 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1068476 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103766337 1094119424 4410 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0

[startup+0.100192 s]
/proc/loadavg: 2.10 2.09 2.09 3/262 27932
/proc/meminfo: memFree=30988608/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1218116 CPUtime=0.08 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 25090 0 0 0 5 3 0 0 20 0 4 0 103766337 1247350784 25439 33554432000 4194304 16246674 140737355818256 140737355817680 5532301 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 304529 25446 726 2943 0 301423 0
[pid=27932/tid=27933] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 25451 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 25456 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 25462 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200521 s]
/proc/loadavg: 2.10 2.09 2.09 3/262 27932
/proc/meminfo: memFree=30988608/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1218116 CPUtime=0.19 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 41330 0 0 0 13 6 0 0 20 0 4 0 103766337 1247350784 41679 33554432000 4194304 16246674 140737355818256 140737355817680 5677541 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 304529 41686 726 2943 0 301423 0
[pid=27932/tid=27933] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 41688 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 41695 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 41697 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.30056 s]
/proc/loadavg: 2.10 2.09 2.09 3/262 27932
/proc/meminfo: memFree=30988608/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1218116 CPUtime=0.29 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 57820 0 0 0 20 9 0 0 20 0 4 0 103766337 1247350784 58169 33554432000 4194304 16246674 140737355818256 140737355817680 5523416 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 304529 58176 726 2943 0 301423 0
[pid=27932/tid=27933] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 58178 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 58181 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 58185 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700395 s]
/proc/loadavg: 2.10 2.09 2.09 3/262 27932
/proc/meminfo: memFree=30988608/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1218116 CPUtime=0.69 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 122931 0 0 0 50 19 0 0 20 0 4 0 103766337 1247350784 123280 33554432000 4194304 16246674 140737355818256 140737355800128 5675357 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 304529 123285 732 2943 0 301423 0
[pid=27932/tid=27933] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 123291 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 123296 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103766337 1247350784 123300 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 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.10 2.09 2.09 3/266 27936
/proc/meminfo: memFree=30243604/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1221188 CPUtime=1.49 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 246161 0 0 0 115 34 0 0 20 0 4 0 103766337 1250496512 246490 33554432000 4194304 16246674 140737355818256 140737355817568 12483624 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 305297 246490 800 2943 0 302191 0
[pid=27932/tid=27933] ppid=27929 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1250496512 246490 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1250496512 246490 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103766337 1250496512 246490 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1221188

[startup+3.10041 s]
/proc/loadavg: 2.10 2.09 2.09 3/266 27936
/proc/meminfo: memFree=30002672/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1303108 CPUtime=3.09 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 266637 0 0 0 272 37 0 0 20 0 4 0 103766337 1334382592 266966 33554432000 4194304 16246674 140737355818256 140737355800128 15015658 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 325777 266966 800 2943 0 322671 0
[pid=27932/tid=27933] ppid=27929 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1334382592 266966 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1334382592 266966 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103766337 1334382592 266966 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1303108

[startup+6.30041 s]
/proc/loadavg: 2.09 2.09 2.09 3/266 27936
/proc/meminfo: memFree=29916792/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1307204 CPUtime=6.29 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 267793 0 0 0 592 37 0 0 20 0 4 0 103766337 1338576896 268122 33554432000 4194304 16246674 140737355818256 140737355800128 6071597 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 326801 268122 800 2943 0 323695 0
[pid=27932/tid=27933] ppid=27929 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1338576896 268122 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1338576896 268122 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103766337 1338576896 268122 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1307204

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

[startup+6.40047 s]
/proc/loadavg: 2.09 2.09 2.09 3/266 27936
/proc/meminfo: memFree=29916792/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1307204 CPUtime=6.39 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 267793 0 0 0 602 37 0 0 20 0 4 0 103766337 1338576896 268122 33554432000 4194304 16246674 140737355818256 140737355800128 13923776 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 326801 268122 800 2943 0 323695 0
[pid=27932/tid=27933] ppid=27929 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1338576896 268122 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1338576896 268122 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103766337 1338576896 268122 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1307204

[startup+8.00044 s]
/proc/loadavg: 2.09 2.09 2.09 3/266 27936
/proc/meminfo: memFree=29915188/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1309252 CPUtime=7.98 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 268127 0 0 0 761 37 0 0 20 0 4 0 103766337 1340674048 268456 33554432000 4194304 16246674 140737355818256 140737355800128 12474881 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 327313 268456 800 2943 0 324207 0
[pid=27932/tid=27933] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268456 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268456 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268456 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 1309252

[startup+9.6004 s]
/proc/loadavg: 2.09 2.09 2.09 3/266 27936
/proc/meminfo: memFree=29914320/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1309252 CPUtime=9.58 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 268351 0 0 0 921 37 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140737355800128 6845816 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 327313 268680 800 2943 0 324207 0
[pid=27932/tid=27933] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (KiB) 1309252

[startup+10.4004 s]
/proc/loadavg: 2.08 2.09 2.09 3/266 27936
/proc/meminfo: memFree=29914196/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1309252 CPUtime=10.38 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 268351 0 0 0 1001 37 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140737355800128 5673600 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 327313 268680 800 2943 0 324207 0
[pid=27932/tid=27933] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 1309252

[startup+10.6004 s]
/proc/loadavg: 2.08 2.09 2.09 3/266 27936
/proc/meminfo: memFree=29914196/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=1309252 CPUtime=10.58 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202496 268351 0 0 0 1021 37 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140737355800128 13927401 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 327313 268680 800 2943 0 324207 0
[pid=27932/tid=27933] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27933/stat : 27933 (toysat) S 27929 27932 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140687034002672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27932/tid=27934] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27934/stat : 27934 (toysat) S 27929 27932 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140686955359472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27932/tid=27935] ppid=27929 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/27932/task/27935/stat : 27935 (toysat) S 27929 27932 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103766337 1340674048 268680 33554432000 4194304 16246674 140737355818256 140686944885936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 1309252

[startup+10.7004 s]
/proc/loadavg: 2.08 2.09 2.09 3/266 27936
/proc/meminfo: memFree=29914196/32872528 swapFree=9196/9196
[pid=27932] ppid=27929 vsize=0 CPUtime=10.68 cores=0-3,8-11
/proc/27932/stat : 27932 (toysat) R 27929 27932 25889 0 -1 4202500 268357 0 0 0 1030 38 0 0 20 0 1 0 103766337 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27932/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 10.7492
CPU time (s): 10.7454
CPU user time (s): 10.3064
CPU system time (s): 0.438933
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 1309252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3064
system time used= 0.438933
maximum resident set size= 1074736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268357
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= 21
involuntary context switches= 12

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06199 second user time and 0.082987 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 15:20:43
IDJOB=4078662
IDBENCH=1289
IDSOLVER=2542
FILE ID=node132/4078662-1465219243
RUNJOBID= node132-1465216787-25905
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.1900565534.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078662-1465219243/watcher-4078662-1465219243 -o /tmp/evaluation-result-4078662-1465219243/solver-4078662-1465219243 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25905 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078662-1465219243.opb

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

MD5SUM BENCH= 0fea7c185f4d6e2091fba763db8ccbcc
RANDOM SEED=1824662936

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:        30989036 kB
Buffers:            7304 kB
Cached:            71464 kB
SwapCached:         3236 kB
Active:          1143176 kB
Inactive:          21276 kB
Active(anon):    1084844 kB
Inactive(anon):     3236 kB
Active(file):      58332 kB
Inactive(file):    18040 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094516 kB
Dirty:             16752 kB
Writeback:             0 kB
AnonPages:       1093156 kB
Mapped:            10496 kB
Shmem:                 0 kB
Slab:             573044 kB
SReclaimable:      12296 kB
SUnreclaim:       560748 kB
KernelStack:        2200 kB
PageTables:         6220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1236912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 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:20:54