Trace number 4078657

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 16.2115 16.215

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900556231.opb
MD5SUM12591fb3a3171df58322c5e93cb6a45b
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.46547
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:21:24+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-4078657-1465219284.opb"]
0.00/0.01	c use --random-gen="4276611683 2545142620 1178164644 3020800554 3201033513 2061843177 3860820288 2885603179 2053960821 1931876209 256442384 1786282720 2671707895 4082514661 2087051600 2737867907 1922742040 1516481659 1518234869 3049395815 1331519111 745569261 3453276549 1359714650 650076328 3508955769 3967490 3363051153 318743949 2987822271 2950331661 3988381336 511809324 1253033000 1722165353 3197328262 1512011311 3546407497 1428172798 876123158 3539793198 2685817137 2111597536 1973661505 984436822 2022412812 3909763114 2970167338 416466821 832766392 3554298692 3352479835 1593512987 1752495574 3934348754 4266230599 1638745243 2852400099 1526685655 2373506610 1912301870 2234648728 1077653767 203808586 1846691811 3854332050 231683829 1490255702 2311257068 853322074 376272476 3556683084 3585253665 2456805080 843743957 1350784330 1704939985 3316392711 1816375017 3597977342 1719591084 801949968 4176399497 3592657217 895283346 1295545782 3165423774 1683616649 149835471 3424660632 1720872171 3423417875 3607011265 1220813370 2177461262 3108097999 2350706684 487492370 4143221872 2784014459 780274904 2863402873 3809293015 741493324 1276315946 3692342687 2259605621 3312012007 493514087 3579347700 2998278132 4021891682 3379340738 3659118460 2945904445 2112032474 1228449324 2419634908 1781815427 1955966159 1813895592 1900232157 3801954227 2111222599 2444423975 3899775291 3295537345 3756165387 2203758004 4288900335 3800672431 2688798044 3452076807 3129827290 3721456222 874754673 2605378856 2558456599 3528926371 1477846367 1740652329 852464240 2065152000 3943108302 2581370673 857322316 1567199609 84863056 2381929360 3011744333 1556112609 1188506148 287968972 625528533 2744488681 2653969249 1288701492 1653558737 2204473930 4287467443 2636505344 731954037 1324897022 1959478349 3768159966 3249626822 1705876286 1983200655 1487739276 2625705283 4115957215 1658764588 2462659310 563333418 4046733149 2896132856 3819793495 3680806683 1088378621 22426471 2120241402 3136082525 2631280400 403734849 292638911 553365663 1587550366 285161078 1465543774 3667347514 1625396933 2267602798 794293842 1672902396 4013963268 2052487101 3355482542 1575065673 107750025 2690870414 4053548739 3363473889 1372849744 1251875751 3771925083 3312917489 803156976 3126309931 4060861632 1913942145 2231157100 3888369477 3025329350 3624481778 4288404126 3351047534 2343086602 19039201 945936882 3906103854 767000267 3389794163 3705406711 2828077205 3505503186 3830333363 1948342713 602832511 4121401420 1225143603 1212825375 1435770096 145340912 1221116060 285235058 1335812850 1915126439 3859850815 956055381 2221883512 1987253487 953261254 2749503888 2719792826 3505324774 2294381993 4240308638 529350391 512065241 1778989924 3188128677 3141659687 1040656627 1556921439 2959304163 1138631407 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 |      308 |      100 |      979      0 |        0 |        0
0.09/0.12	c  0.0s |       2 |      554 |      250 |     1077      0 |        0 |        0
0.09/0.16	c  0.1s |       3 |      986 |      475 |     1185      0 |        0 |        0
0.19/0.22	c  0.1s |       4 |     1535 |      813 |     1304      0 |        0 |        0
0.29/0.36	c  0.3s |       5 |     2323 |     1320 |     1435      0 |        0 |        0
0.49/0.57	c  0.5s |       6 |     3456 |     2081 |     1737      1 |        0 |        0
0.69/0.91	c  0.8s |       7 |     5217 |     3223 |     1911      2 |        0 |        0
1.39/1.47	c  1.4s |       8 |     7743 |     4936 |     2103      4 |        0 |        0
1.99/2.05	c  2.0s |       9 |    12015 |     7506 |     2314      6 |        0 |        0
2.89/2.95	c  2.9s |      10 |    17821 |    11361 |     2546      9 |        0 |        0
4.19/4.23	c  4.2s |      11 |    27439 |    17144 |     2801     13 |        0 |        0
5.98/6.04	c  6.0s |      12 |    42238 |    25819 |     3082     17 |        2 |       22
7.98/8.04	c  8.0s |      12 |    58388 |    35619 |     3082     21 |        4 |       44
8.69/8.71	c  8.6s |      13 |    63601 |    38832 |     3391     23 |        4 |       44
10.69/10.73	c 10.7s |      13 |    74716 |    46232 |     3391     27 |        4 |       44
12.69/12.75	c 12.7s |      13 |    88729 |    54932 |     3391     30 |        6 |       66
13.49/13.52	c 13.4s |      14 |    94375 |    58352 |     3731     31 |        7 |       77
15.50/15.53	c 15.5s |      14 |   109898 |    67752 |     3731     35 |        9 |       99
16.09/16.15	c 16.1s |      14 |   114561 |    70462 |     3731     36 |      125 |      988
16.09/16.15	c #cpu_time = 16.033s
16.09/16.15	c #wall_clock_time = 16.075s
16.09/16.15	c #decision = 114561
16.09/16.15	c #random_decision = 351
16.09/16.15	c #conflict = 70462
16.09/16.15	c #restart = 14
16.09/16.15	s UNSATISFIABLE
16.09/16.15	c total CPU time = 16.111s
16.09/16.15	c total wall clock time = 16.154s

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-4078657-1465219284/watcher-4078657-1465219284 -o /tmp/evaluation-result-4078657-1465219284/solver-4078657-1465219284 -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-4078657-1465219284.opb 

pid=28370
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.17 2.11 2.09 3/261 28373
/proc/meminfo: memFree=30984464/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1115580 CPUtime=0 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 4233 0 0 0 0 0 0 0 20 0 4 0 103770449 1142353920 4082 33554432000 4194304 16246674 140734021069568 140734021068992 15002730 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 279663 4093 441 2943 0 276557 0
[pid=28373/tid=28374] ppid=28370 vsize=1138108 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1165422592 4170 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1143228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1170665472 4187 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1147324 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103770449 1174859776 4204 33554432000 4194304 16246674 140734021069568 140263782599856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.17 2.11 2.09 3/261 28373
/proc/meminfo: memFree=30984464/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1218116 CPUtime=0.09 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 25189 0 0 0 6 3 0 0 20 0 4 0 103770449 1247350784 25028 33554432000 4194304 16246674 140734021069568 140734021068992 6836566 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 304529 25031 728 2943 0 301423 0
[pid=28373/tid=28374] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 25036 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 25043 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 25047 33554432000 4194304 16246674 140734021069568 140263782599856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200506 s]
/proc/loadavg: 2.17 2.11 2.09 3/261 28373
/proc/meminfo: memFree=30984464/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1218116 CPUtime=0.19 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 40635 0 0 0 14 5 0 0 20 0 4 0 103770449 1247350784 40473 33554432000 4194304 16246674 140734021069568 140734021052568 5677541 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 304529 40478 728 2943 0 301423 0
[pid=28373/tid=28374] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 40479 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 40482 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 40486 33554432000 4194304 16246674 140734021069568 140263782599856 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.300443 s]
/proc/loadavg: 2.17 2.11 2.09 3/261 28373
/proc/meminfo: memFree=30984464/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1218116 CPUtime=0.29 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 56577 0 0 0 22 7 0 0 20 0 4 0 103770449 1247350784 56415 33554432000 4194304 16246674 140734021069568 140734021052568 12460548 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 304529 56424 728 2943 0 301423 0
[pid=28373/tid=28374] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 56430 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 56435 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 56439 33554432000 4194304 16246674 140734021069568 140263782599856 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.7004 s]
/proc/loadavg: 2.17 2.11 2.09 3/261 28373
/proc/meminfo: memFree=30984464/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1218116 CPUtime=0.69 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 120854 0 0 0 52 17 0 0 20 0 4 0 103770449 1247350784 120693 33554432000 4194304 16246674 140734021069568 140734021052568 5545885 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 304529 120698 734 2943 0 301423 0
[pid=28373/tid=28374] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 120702 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 120707 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103770449 1247350784 120712 33554432000 4194304 16246674 140734021069568 140263782599856 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.50039 s]
/proc/loadavg: 2.17 2.11 2.09 3/265 28377
/proc/meminfo: memFree=30185136/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1221188 CPUtime=1.49 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 246116 0 0 0 116 33 0 0 20 0 4 0 103770449 1250496512 245934 33554432000 4194304 16246674 140734021069568 140734021068880 12477752 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 305297 245934 800 2943 0 302191 0
[pid=28373/tid=28374] ppid=28370 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1250496512 245934 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1250496512 245934 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1221188 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103770449 1250496512 245934 33554432000 4194304 16246674 140734021069568 140263782599856 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.10038 s]
/proc/loadavg: 2.17 2.11 2.09 3/265 28377
/proc/meminfo: memFree=30000868/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1303108 CPUtime=3.09 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 266668 0 0 0 274 35 0 0 20 0 4 0 103770449 1334382592 266486 33554432000 4194304 16246674 140734021069568 140734021051456 13780667 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 325777 266486 800 2943 0 322671 0
[pid=28373/tid=28374] ppid=28370 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1334382592 266486 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1334382592 266486 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1303108 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103770449 1334382592 266486 33554432000 4194304 16246674 140734021069568 140263782599856 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.30038 s]
/proc/loadavg: 2.16 2.11 2.09 3/265 28377
/proc/meminfo: memFree=29913572/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1308228 CPUtime=6.28 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 267929 0 0 0 593 35 0 0 20 0 4 0 103770449 1339625472 267747 33554432000 4194304 16246674 140734021069568 140734021052568 13950232 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 327057 267747 800 2943 0 323951 0
[pid=28373/tid=28374] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267747 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267747 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267747 33554432000 4194304 16246674 140734021069568 140263782599856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.14 2.11 2.09 3/265 28377
/proc/meminfo: memFree=29911908/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1308228 CPUtime=12.69 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 268095 0 0 0 1233 36 0 0 20 0 4 0 103770449 1339625472 267913 33554432000 4194304 16246674 140734021069568 140734021051456 5754966 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 327057 267913 800 2943 0 323951 0
[pid=28373/tid=28374] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267913 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267913 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267913 33554432000 4194304 16246674 140734021069568 140263782599856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1308228

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

[startup+12.9004 s]
/proc/loadavg: 2.14 2.11 2.09 3/265 28377
/proc/meminfo: memFree=29911908/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1308228 CPUtime=12.89 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 268095 0 0 0 1253 36 0 0 20 0 4 0 103770449 1339625472 267913 33554432000 4194304 16246674 140734021069568 140734021051456 5677443 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 327057 267913 800 2943 0 323951 0
[pid=28373/tid=28374] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267913 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267913 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267913 33554432000 4194304 16246674 140734021069568 140263782599856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1308228

[startup+14.5107 s]
/proc/loadavg: 2.21 2.12 2.10 3/265 28377
/proc/meminfo: memFree=29912336/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1308228 CPUtime=14.5 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 268097 0 0 0 1414 36 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140734021051456 13815568 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 327057 267915 802 2943 0 323951 0
[pid=28373/tid=28374] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263782599856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 1308228

[startup+15.3004 s]
/proc/loadavg: 2.21 2.12 2.10 3/265 28377
/proc/meminfo: memFree=29912336/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1308228 CPUtime=15.29 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 268097 0 0 0 1493 36 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140734021051456 5822484 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 327057 267915 802 2943 0 323951 0
[pid=28373/tid=28374] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263782599856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 1308228

[startup+15.7004 s]
/proc/loadavg: 2.21 2.12 2.10 3/265 28377
/proc/meminfo: memFree=29912716/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1308228 CPUtime=15.69 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 268097 0 0 0 1533 36 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140734021051456 6021624 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 327057 267915 802 2943 0 323951 0
[pid=28373/tid=28374] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263782599856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 15.69
Current children cumulated vsize (KiB) 1308228

[startup+16.1004 s]
/proc/loadavg: 2.21 2.12 2.10 3/265 28377
/proc/meminfo: memFree=29912716/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=1308228 CPUtime=16.09 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202496 268097 0 0 0 1573 36 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140734021051456 5677802 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 327057 267915 802 2943 0 323951 0
[pid=28373/tid=28374] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28374/stat : 28374 (toysat) S 28370 28373 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263803563248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=28373/tid=28375] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28375/stat : 28375 (toysat) S 28370 28373 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263793073392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=1308228 CPUtime=0 cores=0-3,8-11
/proc/28373/task/28376/stat : 28376 (toysat) S 28370 28373 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103770449 1339625472 267915 33554432000 4194304 16246674 140734021069568 140263782599856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 16.09
Current children cumulated vsize (KiB) 1308228

[startup+16.2004 s]
/proc/loadavg: 2.21 2.12 2.10 3/265 28377
/proc/meminfo: memFree=29912716/32872528 swapFree=9196/9196
[pid=28373] ppid=28370 vsize=0 CPUtime=16.19 cores=0-3,8-11
/proc/28373/stat : 28373 (toysat) R 28370 28373 25889 0 -1 4202500 268103 0 0 0 1579 40 0 0 20 0 1 0 103770449 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/28373/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 16.215
CPU time (s): 16.2115
CPU user time (s): 15.7916
CPU system time (s): 0.419936
CPU usage (%): 99.9784
Max. virtual memory (cumulated for all children) (KiB): 1308228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7916
system time used= 0.419936
maximum resident set size= 1071680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268103
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= 18

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.099984 second user time and 0.180972 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 15:21:24
IDJOB=4078657
IDBENCH=1315
IDSOLVER=2542
FILE ID=node132/4078657-1465219284
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.1900556231.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078657-1465219284/watcher-4078657-1465219284 -o /tmp/evaluation-result-4078657-1465219284/solver-4078657-1465219284 -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-4078657-1465219284.opb

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

MD5SUM BENCH= 12591fb3a3171df58322c5e93cb6a45b
RANDOM SEED=1655908015

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:        30984432 kB
Buffers:            7864 kB
Cached:            71660 kB
SwapCached:         3236 kB
Active:          1146728 kB
Inactive:          21644 kB
Active(anon):    1088032 kB
Inactive(anon):     3236 kB
Active(file):      58696 kB
Inactive(file):    18408 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094516 kB
Dirty:             33576 kB
Writeback:             0 kB
AnonPages:       1098028 kB
Mapped:            10632 kB
Shmem:                 0 kB
Slab:             573312 kB
SReclaimable:      12764 kB
SUnreclaim:       560548 kB
KernelStack:        2240 kB
PageTables:         6412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1239996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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:21:41