Trace number 4093362

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-02OPTIMUM 33.161 33.1669

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967142--soft-33-100-0.wbo
MD5SUMfa579923f1914e3dd4bd69a6764b2913
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark6.90695
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1145
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-16T16:14:06+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","--wbo","--search=bcd2","HOME/instance-4093362-1466086446.wbo"]
0.00/0.01	c use --random-gen="1796543204 522986828 1759808969 2570412743 1002397726 2012539851 3711884200 485416079 3543706965 892739856 242979976 4269698426 1172941471 2409768016 159050231 2410133047 380004558 4165067736 2135422095 2931439869 159674212 922567742 2767937277 3738363188 2873045212 1862205152 3121550235 3489041024 3874006944 1392945943 3601076824 991320160 3119611360 1786104607 3360465609 3081247826 1379980479 3651741871 2902975148 3500219724 3930397387 3080969285 4039880482 1159062956 2156018981 3996603161 2617311986 4118355893 4099050427 1635129414 2830598955 1018811846 440165797 201252581 2242480337 2031208615 1844352409 956110646 1464020156 579784546 1117290541 1826758303 2486521345 3316156466 2481815465 3425498570 2226343495 626162608 3281833897 4041410778 3738764120 1904863234 605907571 583422661 3273026191 1706231181 861027135 436089613 4157187686 4112638616 764563598 1202639340 1295007402 130976683 2553248752 3647791769 277384843 190953046 216224977 1338624154 3576353953 1799406048 3388368972 2456493321 1659214964 113481665 1516206867 2886495234 3846281260 1846502457 418183084 2751182767 407613718 1942794339 3336971822 3193158588 486200872 2592194372 2913754602 456793251 1727440556 2741855838 2642913519 47246757 4019147409 3085037449 388459275 547992760 1885408353 394947385 2687600424 3865761894 2885696828 3788923655 1991204697 1323601097 875764189 2141526430 1440254261 1083829963 1127708668 1620917903 489267897 3644877415 142984306 3618337097 4195038416 4005579362 515901237 3141443657 1050512730 1555420853 4288178408 486360881 4169977505 1530790433 1554078598 4250013534 1250081640 1072774287 1470917785 44559301 607375034 2686832927 2786586856 4025656865 1352427180 1976188878 987018508 3029548960 1409811827 2761636081 3799012005 1066409379 3909981157 3844409661 403072405 3725468093 1912454619 2631960656 1408520173 2830006000 3865545908 2831489789 2050474772 807010328 2121793203 681167325 247431118 3311717638 386436000 1129069997 1497858410 1541530560 485592586 879794634 2914427154 1198646159 1543597681 3707188643 1735967603 40294915 918366076 2887272708 662917971 513503157 2151614781 4134040693 91133933 71397280 2830408761 3560846279 3107186881 3348041608 3878114386 3955254057 2805840995 2851796836 2974136805 490863160 2514674370 3306530330 3596165220 2026544136 3124714648 3560956220 1795278657 3997113095 3090515286 2021259109 2607369966 185619041 262191002 2185878511 1173433491 1805033680 495042526 3379198349 4138837655 454519558 2812245857 2545214369 2216930276 1725400544 3258306114 3994969740 87522636 2576214765 723338551 2628946618 3418430806 443575038 155055237 829700968 1999702228 2024969993 1739891238 3417824062 3444604150 1704713005 425253373 2474648891 1186647174 701553895 153210736 1787622541 255 362436" option to reproduce the execution
0.19/0.27	c #vars 169
0.19/0.27	c #constraints 101
0.19/0.27	c BCD2: Hardening is enabled.
0.19/0.27	c BCD2: BiasedSearch is enabled.
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       0 |       73 |        2 |      111      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.001s
0.19/0.27	c #wall_clock_time = 0.001s
0.19/0.27	c #decision = 73
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 2
0.19/0.27	c #restart = 0
0.19/0.27	o 497
0.19/0.27	c BCD2: updating upper bound: 3425 -> 496
0.19/0.27	c BCD2: 0 <= obj <= 496
0.19/0.27	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.29	c  0.0s |       1 |      236 |      100 |      123      0 |        0 |        0
0.29/0.32	c  0.0s |       2 |      514 |      250 |      136      0 |        0 |        0
0.29/0.36	c  0.1s |       3 |      882 |      475 |      136      2 |        0 |        0
0.39/0.43	c  0.2s |       4 |     1398 |      813 |      150      4 |        0 |        0
0.49/0.52	c  0.2s |       5 |     2192 |     1320 |      182      7 |        0 |        0
0.59/0.68	c  0.4s |       6 |     3340 |     2081 |      201     12 |        0 |        0
0.89/0.91	c  0.6s |       7 |     4940 |     3223 |      222     18 |        0 |        0
1.20/1.25	c  1.0s |       8 |     7305 |     4936 |      245     27 |        0 |        0
1.59/1.63	c  1.4s |       9 |    10800 |     7506 |      270     40 |        0 |        0
2.20/2.20	c  1.9s |      10 |    16074 |    11361 |      297     58 |        0 |        0
3.09/3.11	c  2.8s |      11 |    23693 |    17144 |      327     85 |        0 |        0
4.29/4.40	c  4.1s |      12 |    35061 |    25819 |      360    121 |        0 |        0
6.39/6.40	c  6.1s |      12 |    51702 |    38719 |      397    173 |        0 |        0
6.39/6.42	c  6.1s |      13 |    51856 |    38832 |      397    173 |        0 |        0
8.39/8.43	c  8.2s |      13 |    69479 |    52132 |      397    223 |        0 |        0
9.39/9.43	c  9.2s |      14 |    77806 |    58352 |      437    246 |        0 |        0
11.39/11.43	c 11.2s |      14 |    95224 |    71252 |      437    291 |        0 |        0
13.39/13.45	c 13.2s |      14 |   112131 |    83852 |      437    335 |        0 |        0
13.99/14.07	c 13.8s |      15 |   117094 |    87632 |      481    348 |        0 |        0
15.99/16.07	c 15.8s |      15 |   132759 |    99432 |      481    386 |        0 |        0
17.98/18.07	c 17.8s |      15 |   146234 |   110032 |      481    421 |        0 |        0
19.98/20.08	c 19.8s |      15 |   159169 |   120132 |      481    456 |        0 |        0
21.78/21.87	c 21.6s |      15 |   168411 |   127748 |      481    483 |        0 |        0
21.78/21.87	c #cpu_time = 21.538s
21.78/21.87	c #wall_clock_time = 21.595s
21.78/21.87	c #decision = 168411
21.78/21.87	c #random_decision = 383
21.78/21.87	c #conflict = 127748
21.78/21.87	c #restart = 15
21.78/21.87	c BCD2: found a new core of size 64: cost of the new core is >=1
21.78/21.87	c lower bound updated to 1
21.78/21.87	c BCD2: 1 <= obj <= 496
21.78/21.87	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
21.78/21.87	c BCD2: #sat=1 #unsat=2 bias=2/3
21.78/21.87	c Solving starts ...
21.78/21.87	c ============================[ Search Statistics ]============================
21.78/21.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.78/21.87	c       |         |          |          |    Limit     GC | Var      | Constra 
21.78/21.87	c =============================================================================
21.78/21.87	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        0
21.78/21.87	c  0.0s |       0 |       94 |        3 |      481      0 |        0 |        0
21.78/21.87	c #cpu_time = 0.002s
21.78/21.87	c #wall_clock_time = 0.002s
21.78/21.87	c #decision = 94
21.78/21.87	c #random_decision = 0
21.78/21.87	c #conflict = 3
21.78/21.87	c #restart = 0
21.78/21.87	o 29
21.78/21.87	c BCD2: hardening fixes 51 literals
21.78/21.87	c BCD2: updating upper bound: 496 -> 28
21.78/21.87	c BCD2: 1 <= obj <= 28
21.78/21.87	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
21.78/21.87	c BCD2: #sat=2 #unsat=2 bias=2/4
21.78/21.87	c Solving starts ...
21.78/21.87	c ============================[ Search Statistics ]============================
21.78/21.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.78/21.87	c       |         |          |          |    Limit     GC | Var      | Constra 
21.78/21.87	c =============================================================================
21.78/21.87	c  0.0s |       0 |        0 |        0 |      481      0 |       51 |        2
21.78/21.89	c  0.0s |       1 |      137 |      100 |      481      0 |       51 |        2
21.88/21.91	c  0.0s |       2 |      373 |      250 |      481      0 |       51 |        2
21.88/21.94	c  0.1s |       3 |      690 |      475 |      481      1 |       51 |        2
21.88/21.97	c  0.1s |       4 |     1214 |      813 |      481      2 |       51 |        2
21.99/22.03	c  0.2s |       5 |     1896 |     1320 |      481      4 |       51 |        2
22.09/22.11	c  0.2s |       6 |     2998 |     2081 |      481      6 |       51 |        2
22.18/22.24	c  0.4s |       7 |     4623 |     3223 |      530     10 |       51 |        2
22.38/22.43	c  0.6s |       8 |     7102 |     4936 |      530     15 |       51 |        2
22.68/22.74	c  0.9s |       9 |    10641 |     7506 |      530     23 |       51 |        2
22.88/22.92	c  1.0s |       9 |    12661 |     8973 |      530     27 |       51 |        2
22.88/22.92	c #cpu_time = 1.044s
22.88/22.92	c #wall_clock_time = 1.047s
22.88/22.92	c #decision = 12661
22.88/22.92	c #random_decision = 31
22.88/22.92	c #conflict = 8973
22.88/22.92	c #restart = 9
22.88/22.92	o 6
22.88/22.92	c BCD2: hardening fixes 10 literals
22.88/22.92	c BCD2: updating upper bound: 28 -> 5
22.88/22.92	c BCD2: 1 <= obj <= 5
22.88/22.92	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=61
22.88/22.92	c BCD2: #sat=3 #unsat=2 bias=2/5
22.88/22.92	c Solving starts ...
22.88/22.92	c ============================[ Search Statistics ]============================
22.88/22.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.88/22.92	c       |         |          |          |    Limit     GC | Var      | Constra 
22.88/22.92	c =============================================================================
22.88/22.92	c  0.0s |       0 |        0 |        0 |      530      0 |       61 |        4
22.88/22.93	c  0.0s |       1 |      118 |      100 |      530      0 |       61 |        4
22.88/22.95	c  0.0s |       2 |      331 |      250 |      530      1 |       61 |        4
22.88/22.98	c  0.1s |       3 |      624 |      475 |      530      1 |       61 |        4
22.98/23.02	c  0.1s |       4 |     1063 |      813 |      530      2 |       61 |        4
22.98/23.08	c  0.2s |       5 |     1748 |     1320 |      530      4 |       61 |        4
23.09/23.17	c  0.2s |       6 |     2748 |     2081 |      530      6 |       61 |        4
23.28/23.30	c  0.4s |       7 |     4265 |     3223 |      530     10 |       61 |        4
23.48/23.51	c  0.6s |       8 |     6371 |     4936 |      530     15 |       61 |        4
23.58/23.64	c  0.7s |       8 |     7626 |     5937 |      530     18 |       61 |        4
23.58/23.64	c #cpu_time = 0.713s
23.58/23.64	c #wall_clock_time = 0.715s
23.58/23.64	c #decision = 7626
23.58/23.64	c #random_decision = 18
23.58/23.64	c #conflict = 5937
23.58/23.64	c #restart = 8
23.58/23.64	o 2
23.58/23.64	c BCD2: hardening fixes 2 literals
23.58/23.64	c BCD2: updating upper bound: 5 -> 1
23.58/23.64	c BCD2: 1 <= obj <= 1
23.58/23.64	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1, #hardened=63
23.58/23.64	c BCD2: #sat=4 #unsat=2 bias=2/6
23.58/23.64	c Solving starts ...
23.58/23.64	c ============================[ Search Statistics ]============================
23.58/23.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.58/23.64	c       |         |          |          |    Limit     GC | Var      | Constra 
23.58/23.64	c =============================================================================
23.58/23.64	c  0.0s |       0 |        0 |        0 |      530      0 |       64 |        4
23.58/23.65	c  0.0s |       1 |      135 |      100 |      530      0 |       64 |        8
23.58/23.67	c  0.0s |       2 |      327 |      250 |      530      0 |       64 |        8
23.58/23.70	c  0.1s |       3 |      623 |      475 |      530      1 |       64 |        8
23.69/23.74	c  0.1s |       4 |     1064 |      813 |      530      2 |       64 |        8
23.69/23.79	c  0.2s |       5 |     1827 |     1320 |      530      4 |       64 |        8
23.79/23.88	c  0.2s |       6 |     2977 |     2081 |      530      6 |       64 |        8
23.99/24.00	c  0.4s |       7 |     4521 |     3223 |      530      9 |       64 |        8
24.09/24.18	c  0.5s |       8 |     6838 |     4936 |      530     14 |       64 |        8
24.39/24.46	c  0.8s |       9 |    10382 |     7506 |      530     22 |       64 |        8
24.89/24.91	c  1.3s |      10 |    15722 |    11361 |      530     33 |       64 |        8
25.49/25.56	c  1.9s |      11 |    23439 |    17144 |      530     50 |       64 |        8
26.50/26.56	c  2.9s |      12 |    34976 |    25819 |      530     76 |       64 |        8
27.99/28.03	c  4.4s |      13 |    52063 |    38832 |      530    115 |       64 |        8
29.99/30.04	c  6.4s |      13 |    75082 |    56132 |      583    166 |       64 |        8
30.29/30.31	c  6.7s |      14 |    78074 |    58352 |      583    173 |       64 |        8
32.29/32.32	c  8.7s |      14 |    98144 |    74152 |      583    218 |       64 |        8
32.99/33.10	c  9.5s |      14 |   105040 |    79733 |      583    235 |       66 |       10
32.99/33.10	c #cpu_time = 9.441s
32.99/33.10	c #wall_clock_time = 9.466s
32.99/33.10	c #decision = 105040
32.99/33.10	c #random_decision = 216
32.99/33.10	c #conflict = 79733
32.99/33.10	c #restart = 14
32.99/33.10	c BCD2: updating lower bound of a core
33.09/33.10	c lower bound updated to 3
33.09/33.10	s OPTIMUM FOUND
33.09/33.10	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
33.09/33.10	v -x11 -x12 x13 -x14 x15 -x16 -x17 -x18 -x19 -x20
33.09/33.10	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
33.09/33.10	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
33.09/33.10	v -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50
33.09/33.10	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
33.09/33.10	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
33.09/33.10	v -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 x79 -x80
33.09/33.10	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
33.09/33.10	v -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100
33.09/33.10	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
33.09/33.10	v -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 x120
33.09/33.10	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
33.09/33.10	v -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140
33.09/33.10	v -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150
33.09/33.10	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
33.09/33.10	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169
33.09/33.10	c total CPU time = 33.019s
33.09/33.10	c total wall clock time = 33.106s

Verifier Data

OK	2

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-4093362-1466086446/watcher-4093362-1466086446 -o /tmp/evaluation-result-4093362-1466086446/solver-4093362-1466086446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466075558-12321 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093362-1466086446.wbo 

pid=13570
running on 4 cores: 0,2,4,6

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.05 2.01 2.00 3/181 13573
/proc/meminfo: memFree=30958968/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=725436 CPUtime=0 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 2706 0 0 0 0 0 0 0 20 0 4 0 10690477 742846464 3578 33554432000 4194304 16246674 140735897648880 140735897648304 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 182127 3586 441 2943 0 179021 0
[pid=13573/tid=13574] ppid=13570 vsize=743868 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 761720832 3648 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=747964 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 765915136 3663 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=752060 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 770109440 3681 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100196 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 13573
/proc/meminfo: memFree=30958968/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 18417 0 0 0 7 2 0 0 20 0 4 0 10690477 1247350784 19282 33554432000 4194304 16246674 140735897648880 140735897648304 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 304529 19291 605 2943 0 301423 0
[pid=13573/tid=13574] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 19298 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 19300 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 19300 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200505 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 13573
/proc/meminfo: memFree=30958968/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 26434 0 0 0 16 3 0 0 20 0 4 0 10690477 1247350784 27299 33554432000 4194304 16246674 140735897648880 140735897648304 6198833 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 304529 27304 605 2943 0 301423 0
[pid=13573/tid=13574] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 27304 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 27304 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 27306 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300448 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 13573
/proc/meminfo: memFree=30958968/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 36397 0 0 0 25 4 0 0 20 0 4 0 10690477 1247350784 37255 33554432000 4194304 16246674 140735897648880 140735897648304 6844325 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 304529 37261 808 2943 0 301423 0
[pid=13573/tid=13574] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 37265 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 37269 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 37275 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700365 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 13573
/proc/meminfo: memFree=30958968/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 116184 0 0 0 56 13 0 0 20 0 4 0 10690477 1247350784 117043 33554432000 4194304 16246674 140735897648880 140735897648304 5546098 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 304529 117050 814 2943 0 301423 0
[pid=13573/tid=13574] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 117054 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 117055 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1247350784 117057 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50033 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 13577
/proc/meminfo: memFree=30178120/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 245803 0 0 0 117 32 0 0 20 0 4 0 10690477 1248399360 246639 33554432000 4194304 16246674 140735897648880 140735897648192 5572121 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 304785 246639 874 2943 0 301679 0
[pid=13573/tid=13574] ppid=13570 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1248399360 246639 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1248399360 246639 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1248399360 246639 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10039 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29926524/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 267544 0 0 0 274 35 0 0 20 0 4 0 10690477 1337528320 268380 33554432000 4194304 16246674 140735897648880 140735897631880 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 326545 268380 874 2943 0 323439 0
[pid=13573/tid=13574] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268380 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268380 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268380 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30034 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29885588/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 267583 0 0 0 594 35 0 0 20 0 4 0 10690477 1337528320 268419 33554432000 4194304 16246674 140735897648880 140735897631880 5671952 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 326545 268419 876 2943 0 323439 0
[pid=13573/tid=13574] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268419 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268419 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268419 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29884876/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 267629 0 0 0 1234 35 0 0 20 0 4 0 10690477 1337528320 268465 33554432000 4194304 16246674 140735897648880 140735897630784 12477801 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 326545 268465 876 2943 0 323439 0
[pid=13573/tid=13574] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268465 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268465 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268465 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5004 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29884520/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 267639 0 0 0 2513 36 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140735897630784 13950218 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 326545 268475 885 2943 0 323439 0
[pid=13573/tid=13574] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6004 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29884520/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1306180 CPUtime=25.59 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 267639 0 0 0 2523 36 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140735897630784 5677216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 326545 268475 885 2943 0 323439 0
[pid=13573/tid=13574] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+28.8003 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 13577
/proc/meminfo: memFree=30476812/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1306180 CPUtime=28.79 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 267639 0 0 0 2843 36 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140735897631880 5600460 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 326545 268475 885 2943 0 323439 0
[pid=13573/tid=13574] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 1306180

[startup+30.4004 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13626
/proc/meminfo: memFree=30451952/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1306180 CPUtime=30.39 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 267639 0 0 0 3003 36 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140735897630784 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 326545 268475 885 2943 0 323439 0
[pid=13573/tid=13574] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 30.39
Current children cumulated vsize (KiB) 1306180

[startup+32.0074 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 13626
/proc/meminfo: memFree=29883916/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1306180 CPUtime=31.99 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 267639 0 0 0 3163 36 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140735897630784 5999597 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 326545 268475 885 2943 0 323439 0
[pid=13573/tid=13574] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+32.8004 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 13626
/proc/meminfo: memFree=29883916/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1306180 CPUtime=32.79 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 267639 0 0 0 3243 36 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140735897630784 5523307 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 326545 268475 885 2943 0 323439 0
[pid=13573/tid=13574] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32.79
Current children cumulated vsize (KiB) 1306180

[startup+33.0004 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 13626
/proc/meminfo: memFree=29882928/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1306180 CPUtime=32.99 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 267639 0 0 0 3263 36 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140735897630784 12477688 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 326545 268475 885 2943 0 323439 0
[pid=13573/tid=13574] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32.99
Current children cumulated vsize (KiB) 1306180

[startup+33.1074 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 13626
/proc/meminfo: memFree=29882928/32872528 swapFree=7268/7268
[pid=13573] ppid=13570 vsize=1306180 CPUtime=33.09 cores=0,2,4,6
/proc/13573/stat : 13573 (toysat) R 13570 13573 9721 0 -1 4202496 267639 0 0 0 3273 36 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140735897630784 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 326545 268475 885 2943 0 323439 0
[pid=13573/tid=13574] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13574/stat : 13574 (toysat) S 13570 13573 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121823227120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13573/tid=13575] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13575/stat : 13575 (toysat) S 13570 13573 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121812737264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13573/tid=13576] ppid=13570 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13573/task/13576/stat : 13576 (toysat) S 13570 13573 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690477 1337528320 268475 33554432000 4194304 16246674 140735897648880 140121697414320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 33.09
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 33.1669
CPU time (s): 33.161
CPU user time (s): 32.739
CPU system time (s): 0.421935
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.739
system time used= 0.421935
maximum resident set size= 1073908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267643
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= 34

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078987 second user time and 0.140978 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-16 16:14:06
IDJOB=4093362
IDBENCH=78783
IDSOLVER=2553
FILE ID=node133/4093362-1466086446
RUNJOBID= node133-1466075558-12321
PBS_JOBID= 19904006
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967142--soft-33-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093362-1466086446/watcher-4093362-1466086446 -o /tmp/evaluation-result-4093362-1466086446/solver-4093362-1466086446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466075558-12321 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093362-1466086446.wbo

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

MD5SUM BENCH= fa579923f1914e3dd4bd69a6764b2913
RANDOM SEED=1825929484

node133.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.256
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.51
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.256
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.56
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.256
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.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.256
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30959380 kB
Buffers:           33852 kB
Cached:            99280 kB
SwapCached:         1876 kB
Active:          1152124 kB
Inactive:          55660 kB
Active(anon):    1075908 kB
Inactive(anon):     1228 kB
Active(file):      76216 kB
Inactive(file):    54432 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:             33004 kB
Writeback:            24 kB
AnonPages:       1081452 kB
Mapped:            10748 kB
Shmem:                 0 kB
Slab:             567472 kB
SReclaimable:      10704 kB
SUnreclaim:       556768 kB
KernelStack:        1496 kB
PageTables:         6316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1224600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 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 node133 at 2016-06-16 16:14:39