Trace number 4078659

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 64.2062 64.2322

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
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 benchmark2.83457
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 625
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:08+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-4078659-1465219268.opb"]
0.00/0.01	c use --random-gen="3111786568 2385683137 3651515826 2603988880 2913841055 2285972087 2959317488 2842817433 1262367823 1449393319 2924216410 1587414291 1903976523 3905421063 1806410228 2134075081 3439438718 2948412780 51268138 1530719421 348954865 3480202099 2533124097 3013107325 131306721 2208705201 1660522531 1400348440 3798889944 3628177167 3563254990 634157518 426398901 2843022747 4140344843 3196908738 1966605400 2985097345 2401885600 900724017 744483276 3487280664 3100870394 1813667728 1247002185 811727373 3862694483 2484706207 1050332379 1607403630 3947465504 2105929206 1349947127 1023431462 1009365358 4003338792 1576918003 1130901077 3258119514 4258782815 2842151724 4264682383 3017899464 2833042881 1317123376 2100888279 1708678732 1205475641 433466039 463824282 1075407617 570129412 2363293258 3438942933 4231228881 2063596857 2100705963 1080259591 1566931746 1195243499 2148854743 3546502363 3887908116 608192110 1610208319 686936010 3617035050 565260104 1348403510 993325851 1476096940 1577415747 1993001454 1131365914 1327791321 2638949051 2120738726 1845201074 2918449 1467773635 3413606146 2354489241 4204439206 2327925489 1610388313 3602786341 1704458971 1027960072 2329156878 187020850 2638071522 754878718 2713011942 3395688858 2573291255 1060929570 3856294612 1934373782 2425753352 101566031 2621632255 2293897205 2947249715 2499888467 899853188 1966401754 2825625999 1516964053 320776002 1670786269 3243875226 872121878 666720684 3633823599 294650946 2899072924 1344857541 2390132159 3261104951 2430329437 1107434535 397781181 3837622187 1251865206 1214611625 1821012696 341940692 841827548 1313491266 3231084696 2604012625 3516722463 2758231512 2046111577 74368902 1286696594 69743597 3015705 2267904726 3923493288 2716697356 26113488 2013803151 2404449927 827381842 1512757663 4291432732 4109867474 3755508888 3510080212 3821821730 2074737820 2305138684 1519610089 2370152738 3462267532 2153426819 3587978291 3238118507 2186101199 14406865 234102986 3796997588 3488030944 3183108500 3826555873 2859915172 573241524 1664553140 3602460524 862796510 2170094023 2624003600 4049042025 1755979589 3994562949 1786987575 3605619117 3687829496 3326049573 409192635 1569422015 140956632 1719805600 3852224370 4257986636 599203083 1064779031 3687507868 2134844781 803023499 3293601458 420628239 166919643 2019890943 2675986865 1045986283 3652695614 3138382066 722678034 2511127146 3366379058 889758719 326129025 3567255667 635272678 242411888 1140396051 3256810651 1988409015 2899906625 2913357333 1785520893 3565660475 2954730850 739868540 2276900979 2424737551 4017502802 3712791640 441021635 1304898128 3319531320 3498855986 981225655 1217530619 2813150599 2779489698 849868698 450480441 1081871618 1017786382 2572815885 3840537707 2272869740 2968985937 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 |      256 |      100 |      979      0 |        0 |        0
0.09/0.12	c  0.0s |       2 |      525 |      250 |     1077      0 |        0 |        0
0.09/0.17	c  0.1s |       3 |      843 |      475 |     1185      0 |        0 |        0
0.19/0.24	c  0.2s |       4 |     1310 |      813 |     1304      0 |        0 |        0
0.29/0.39	c  0.3s |       5 |     1971 |     1320 |     1435      0 |        0 |        0
0.59/0.61	c  0.5s |       6 |     2972 |     2081 |     1737      1 |        0 |        0
0.89/0.95	c  0.9s |       7 |     4509 |     3223 |     1911      2 |        0 |        0
1.39/1.44	c  1.4s |       8 |     6891 |     4936 |     2103      4 |        0 |        0
1.99/2.07	c  2.0s |       9 |    10560 |     7506 |     2314      6 |        0 |        0
2.98/3.07	c  3.0s |      10 |    16513 |    11361 |     2546      9 |        0 |        0
4.08/4.14	c  4.1s |      11 |    27051 |    17144 |     2801     13 |        0 |        0
5.58/5.69	c  5.6s |      12 |    42111 |    25819 |     3082     19 |        0 |        0
7.69/7.70	c  7.6s |      12 |    62036 |    37119 |     3082     25 |        1 |       11
8.00/8.08	c  8.0s |      13 |    65047 |    38832 |     3391     25 |        1 |       11
9.99/10.08	c 10.0s |      13 |    81021 |    48132 |     3391     31 |        1 |       11
11.99/12.09	c 12.0s |      13 |    94729 |    56432 |     3391     36 |        1 |       11
12.40/12.43	c 12.4s |      14 |    97923 |    58352 |     3731     36 |        1 |       11
14.39/14.43	c 14.4s |      14 |   112998 |    67052 |     3731     41 |        1 |       11
16.38/16.44	c 16.4s |      14 |   130325 |    76852 |     3731     46 |        1 |       11
18.38/18.44	c 18.4s |      14 |   148576 |    87152 |     4105     52 |        1 |       11
18.48/18.53	c 18.5s |      15 |   149377 |    87632 |     4105     52 |        1 |       11
20.48/20.54	c 20.5s |      15 |   167614 |    97632 |     4105     57 |        1 |       11
22.48/22.55	c 22.5s |      15 |   186096 |   108232 |     4105     60 |        2 |       22
24.49/24.55	c 24.5s |      15 |   203731 |   118432 |     4105     63 |        3 |       33
26.48/26.56	c 26.5s |      15 |   222503 |   129032 |     4105     68 |        3 |       33
26.98/27.05	c 27.0s |      16 |   227062 |   131552 |     4516     69 |        3 |       33
28.98/29.06	c 29.0s |      16 |   244924 |   141152 |     4516     74 |        3 |       33
30.99/31.07	c 31.0s |      16 |   259656 |   150052 |     4516     77 |        3 |       33
32.98/33.08	c 33.0s |      16 |   272474 |   157852 |     4516     81 |        3 |       33
35.08/35.11	c 35.0s |      16 |   284546 |   165252 |     4516     84 |        3 |       33
37.07/37.11	c 37.0s |      16 |   299030 |   173852 |     4516     88 |        3 |       33
39.07/39.12	c 39.0s |      16 |   311463 |   182152 |     4516     91 |        3 |       33
41.07/41.12	c 41.0s |      16 |   324374 |   189852 |     4516     95 |        3 |       33
43.09/43.13	c 43.1s |      17 |   336851 |   197432 |     4968     98 |        3 |       33
45.08/45.14	c 45.1s |      17 |   349174 |   205432 |     4968    100 |        4 |       44
47.08/47.15	c 47.1s |      17 |   361026 |   213032 |     4968    101 |        5 |       55
49.08/49.18	c 49.1s |      17 |   373823 |   221332 |     4968    104 |        6 |       66
51.18/51.21	c 51.1s |      17 |   386291 |   229132 |     4968    106 |       10 |      110
53.18/53.21	c 53.1s |      17 |   398238 |   236832 |     4968    108 |       11 |      121
55.18/55.23	c 55.2s |      17 |   411816 |   245132 |     4968    110 |       13 |      143
57.17/57.25	c 57.2s |      17 |   425548 |   253432 |     4968    111 |       14 |      154
59.17/59.26	c 59.2s |      17 |   439012 |   261432 |     4968    113 |       15 |      165
61.17/61.27	c 61.2s |      17 |   450732 |   268932 |     4968    113 |       18 |      198
63.17/63.28	c 63.2s |      17 |   464216 |   276832 |     4968    115 |       21 |      231
64.08/64.17	c 64.1s |      17 |   472254 |   281550 |     4968    116 |      169 |     1633
64.08/64.17	c #cpu_time = 63.925s
64.08/64.17	c #wall_clock_time = 64.095s
64.08/64.17	c #decision = 472254
64.08/64.17	c #random_decision = 1577
64.08/64.17	c #conflict = 281550
64.08/64.17	c #restart = 17
64.08/64.17	s UNSATISFIABLE
64.08/64.17	c total CPU time = 64.003s
64.08/64.17	c total wall clock time = 64.174s

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

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.10 2.09 3/261 28177
/proc/meminfo: memFree=30999068/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1133124 CPUtime=0 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 4297 0 0 0 0 0 0 0 20 0 4 0 103768790 1160318976 4658 33554432000 4194304 16246674 140733888420656 140733888420080 13880264 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28177/statm: 284049 4669 442 2943 0 280943 0
[pid=28177/tid=28178] ppid=28174 vsize=1155652 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1183387648 4749 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1159748 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1187581952 4765 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1164868 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103768790 1192824832 4784 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0

[startup+0.100139 s]
/proc/loadavg: 2.13 2.10 2.09 3/261 28177
/proc/meminfo: memFree=30999068/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1218116 CPUtime=0.09 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 25738 0 0 0 6 3 0 0 20 0 4 0 103768790 1247350784 26087 33554432000 4194304 16246674 140733888420656 140733888420080 5677541 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28177/statm: 304529 26093 730 2943 0 301423 0
[pid=28177/tid=28178] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 26096 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 26104 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 26109 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200515 s]
/proc/loadavg: 2.13 2.10 2.09 3/261 28177
/proc/meminfo: memFree=30999068/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1218116 CPUtime=0.19 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 42262 0 0 0 14 5 0 0 20 0 4 0 103768790 1247350784 42611 33554432000 4194304 16246674 140733888420656 140733888420080 13954518 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28177/statm: 304529 42619 730 2943 0 301423 0
[pid=28177/tid=28178] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 42626 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 42633 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 42639 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300493 s]
/proc/loadavg: 2.13 2.10 2.09 3/261 28177
/proc/meminfo: memFree=30999068/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1218116 CPUtime=0.29 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 58001 0 0 0 22 7 0 0 20 0 4 0 103768790 1247350784 58350 33554432000 4194304 16246674 140733888420656 140733888420080 5669490 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28177/statm: 304529 58358 730 2943 0 301423 0
[pid=28177/tid=28178] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 58364 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 58367 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 58372 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700421 s]
/proc/loadavg: 2.13 2.10 2.09 3/261 28177
/proc/meminfo: memFree=30999068/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1218116 CPUtime=0.69 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 122853 0 0 0 52 17 0 0 20 0 4 0 103768790 1247350784 123202 33554432000 4194304 16246674 140733888420656 140733888420080 6843278 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/28177/statm: 304529 123210 736 2943 0 301423 0
[pid=28177/tid=28178] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 123219 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 123226 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1218116 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103768790 1247350784 123232 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50038 s]
/proc/loadavg: 2.13 2.10 2.09 3/265 28230
/proc/meminfo: memFree=30998300/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1221188 CPUtime=1.49 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 246129 0 0 0 116 33 0 0 20 0 4 0 103768790 1250496512 246458 33554432000 4194304 16246674 140733888420656 140733888419968 5677589 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 305297 246458 802 2943 0 302191 0
[pid=28177/tid=28178] ppid=28174 vsize=1221188 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1250496512 246458 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1221188 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1250496512 246458 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1221188 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1250496512 246458 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1221188

[startup+3.10041 s]
/proc/loadavg: 2.13 2.10 2.09 3/265 28230
/proc/meminfo: memFree=30199152/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1303108 CPUtime=3.08 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 266635 0 0 0 272 36 0 0 20 0 4 0 103768790 1334382592 266964 33554432000 4194304 16246674 140733888420656 140733888402560 5661716 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 325777 266964 802 2943 0 322671 0
[pid=28177/tid=28178] ppid=28174 vsize=1303108 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1334382592 266964 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1303108 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1334382592 266964 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1303108 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1334382592 266964 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1303108

[startup+6.30041 s]
/proc/loadavg: 2.20 2.12 2.09 3/265 28230
/proc/meminfo: memFree=29923892/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1307204 CPUtime=6.29 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 267779 0 0 0 592 37 0 0 20 0 4 0 103768790 1338576896 268108 33554432000 4194304 16246674 140733888420656 140733888403656 5823520 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 326801 268108 804 2943 0 323695 0
[pid=28177/tid=28178] ppid=28174 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1338576896 268108 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1338576896 268108 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1307204 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1338576896 268108 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 2.18 2.11 2.09 3/265 28279
/proc/meminfo: memFree=30040624/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1308228 CPUtime=12.69 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 268098 0 0 0 1232 37 0 0 20 0 4 0 103768790 1339625472 268427 33554432000 4194304 16246674 140733888420656 140733888402560 12477780 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 327057 268427 804 2943 0 323951 0
[pid=28177/tid=28178] ppid=28174 vsize=1308228 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1339625472 268427 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1308228 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1339625472 268427 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1308228 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1339625472 268427 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1308228

[startup+25.5004 s]
/proc/loadavg: 2.14 2.11 2.09 3/265 28377
/proc/meminfo: memFree=29912468/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1319492 CPUtime=25.49 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 270915 0 0 0 2512 37 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140733888402560 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 329873 271243 804 2943 0 326767 0
[pid=28177/tid=28178] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1319492

[startup+51.1004 s]
/proc/loadavg: 2.21 2.13 2.10 3/265 28524
/proc/meminfo: memFree=29913948/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1319492 CPUtime=51.08 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 270921 0 0 0 5070 38 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140733888402560 5827958 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 329873 271243 804 2943 0 326767 0
[pid=28177/tid=28178] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1319492

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

[startup+51.4004 s]
/proc/loadavg: 2.21 2.13 2.10 3/265 28524
/proc/meminfo: memFree=29913948/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1319492 CPUtime=51.38 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 270921 0 0 0 5100 38 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140733888402560 5827966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 329873 271243 804 2943 0 326767 0
[pid=28177/tid=28178] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 51.38
Current children cumulated vsize (KiB) 1319492

[startup+57.8004 s]
/proc/loadavg: 2.20 2.13 2.10 3/265 28573
/proc/meminfo: memFree=29919460/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1319492 CPUtime=57.77 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 270923 0 0 0 5739 38 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140733888402560 5515660 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 329873 271243 804 2943 0 326767 0
[pid=28177/tid=28178] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 57.77
Current children cumulated vsize (KiB) 1319492

[startup+61.0004 s]
/proc/loadavg: 2.18 2.12 2.10 3/265 28622
/proc/meminfo: memFree=30910072/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1319492 CPUtime=60.97 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 270923 0 0 0 6059 38 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140733888403656 13943600 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 329873 271243 804 2943 0 326767 0
[pid=28177/tid=28178] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 60.97
Current children cumulated vsize (KiB) 1319492

[startup+62.6004 s]
/proc/loadavg: 2.18 2.12 2.10 3/265 28622
/proc/meminfo: memFree=30202204/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1319492 CPUtime=62.57 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 270923 0 0 0 6219 38 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140733888402560 5829080 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 329873 271243 804 2943 0 326767 0
[pid=28177/tid=28178] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 62.57
Current children cumulated vsize (KiB) 1319492

[startup+63.4004 s]
/proc/loadavg: 2.18 2.12 2.10 3/265 28622
/proc/meminfo: memFree=29999712/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1319492 CPUtime=63.37 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 270923 0 0 0 6299 38 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140733888402560 5823254 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 329873 271243 804 2943 0 326767 0
[pid=28177/tid=28178] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 63.37
Current children cumulated vsize (KiB) 1319492

[startup+63.8004 s]
/proc/loadavg: 2.18 2.12 2.10 3/265 28622
/proc/meminfo: memFree=29999712/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=1319492 CPUtime=63.77 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) R 28174 28177 25889 0 -1 4202496 270923 0 0 0 6339 38 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140733888402560 13943664 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 329873 271243 804 2943 0 326767 0
[pid=28177/tid=28178] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) S 28174 28177 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041414225136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=28177/tid=28179] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28179/stat : 28179 (toysat) S 28174 28177 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041403735280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=28177/tid=28180] ppid=28174 vsize=1319492 CPUtime=0 cores=4-7,12-15
/proc/28177/task/28180/stat : 28180 (toysat) S 28174 28177 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103768790 1351159808 271243 33554432000 4194304 16246674 140733888420656 140041393261744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 63.77
Current children cumulated vsize (KiB) 1319492

[startup+64.2005 s]
/proc/loadavg: 2.18 2.12 2.10 3/265 28671
/proc/meminfo: memFree=30725996/32872528 swapFree=9196/9196
[pid=28177] ppid=28174 vsize=0 CPUtime=64.17 cores=4-7,12-15
/proc/28177/stat : 28177 (toysat) Z 28174 28177 25889 0 -1 4202508 270929 0 0 0 6377 40 0 0 20 0 2 0 103768790 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28177/statm: 0 0 0 0 0 0 0
[pid=28177/tid=28178] ppid=28174 vsize=0 CPUtime=0.01 cores=4-7,12-15
/proc/28177/task/28178/stat : 28178 (toysat) R 28174 28177 25889 0 -1 4203588 10 0 0 0 0 1 0 0 20 0 2 0 103768790 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 64.17
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 64.2322
CPU time (s): 64.2062
CPU user time (s): 63.7723
CPU system time (s): 0.433934
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 1319492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.7723
system time used= 0.433934
maximum resident set size= 1084988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270929
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= 28
involuntary context switches= 68

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.26096 second user time and 0.364944 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 15:21:08
IDJOB=4078659
IDBENCH=1303
IDSOLVER=2542
FILE ID=node132/4078659-1465219268
RUNJOBID= node132-1465216787-25906
PBS_JOBID= 19843203
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=1423384923

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:        30999440 kB
Buffers:            7620 kB
Cached:            71620 kB
SwapCached:         3236 kB
Active:          1129624 kB
Inactive:          21456 kB
Active(anon):    1071276 kB
Inactive(anon):     3236 kB
Active(file):      58348 kB
Inactive(file):    18220 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094516 kB
Dirty:             33288 kB
Writeback:             0 kB
AnonPages:       1078880 kB
Mapped:            10328 kB
Shmem:                 0 kB
Slab:             573500 kB
SReclaimable:      12712 kB
SUnreclaim:       560788 kB
KernelStack:        2232 kB
PageTables:         6396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1226772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node132 at 2016-06-06 15:22:12