Trace number 4093359

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 32.94 32.959

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670167--soft-33-100-0.wbo
MD5SUMcbb94832f8cf89251c53c05bd4717107
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 benchmark27.3228
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1788
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
Top cost 89002
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 89001
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
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

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:26:23+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-4093359-1466087183.wbo"]
0.00/0.01	c use --random-gen="848889952 2175897273 525018270 3256618608 2132072454 1395035721 1785130591 813138029 1595220971 1480476852 3431344799 4226027592 1803275015 4287837068 3465776599 3722855438 4167965473 279885928 219051106 1898627482 3777852857 1002924117 2512028502 3229642678 2695161762 1801551565 1764591161 3199627655 4272836018 890157779 1854146458 2099025450 2840281567 4124070994 415621323 3481812888 1811373528 3341073849 3872461121 721878857 2910309104 2182750186 238345382 2097773392 1594029347 2622537135 3956424417 2732494481 4039707211 4198302143 3000576374 3104793097 1542105219 1773761523 2918674263 594824610 1123808691 3504991486 3481559729 421158314 107678880 108036839 2095477773 2673804326 3092602765 4093131578 3045516176 1077865378 1220391910 2973160091 3150101751 3587484958 2127992915 2049581045 438645098 4068924970 3426210874 2429272892 7261434 954933466 1848478548 1643993999 4152459960 235508864 840850344 3334611265 4177779414 3077515127 4008893913 732334686 3804206355 985223432 2221424407 2491900916 1980924787 1611324913 4090935408 3376582913 518482952 3121354695 3782080081 3623067262 611022943 3329305526 3730977558 3878676649 1149058586 2344898150 2818566436 4275552033 1675875214 243227666 189261325 1711721125 3577299995 3722156862 4019665917 437639268 409079373 1171049016 1260881932 3494478666 698896765 1751704641 1689351309 1948182618 831926261 304569022 4256756969 2613499021 2675027236 773207993 3219363358 747242646 3558344228 4111949893 228960351 2254499907 2027525605 2559204495 2964215462 3797802880 1281320580 3506846537 1113644012 435268283 1854501594 996264722 3493522314 359927208 3252806538 2307409651 993303940 2981438356 3464451926 29821048 2170937260 1333423674 3276395582 2706547340 219613879 2513011898 2695598774 749047043 2281960667 1130464749 3791481081 2698621563 2238300855 2591825162 2722451134 3623653333 267566464 2142192692 1739171193 2325951356 4008665426 2253707356 3844870063 4161646005 1875624507 1017086411 2332455643 492982526 2436202576 4100913770 2702462161 3625836788 575863273 1161903452 1975208525 2809356046 323675685 1344923023 118796601 2996481919 3267908017 4065723842 3343701957 1450282771 2814659920 657728557 4162456332 2078912860 2883180785 1129498718 577114859 273982138 2085867267 3500834897 3103648115 2957777679 454919281 969177552 1918413501 180092848 930280990 385479753 1883455905 2606185910 1535417561 2960138548 3024197154 270130261 3978663926 4217757430 3067974862 3803627099 3006814357 4067543424 1120713787 2548978313 650616096 3616201383 2295212649 1755507817 2450701373 4278464860 2314333022 3133630539 2419541580 290096568 2858345900 1588388922 204198127 1562202194 1761457563 3993424309 1119657350 1573492639 3808755648 1794834821 962725629 3623137437 409127625 1896915159 255 362436" option to reproduce the execution
0.08/0.14	c #vars 231
0.08/0.14	c #constraints 2707
0.08/0.19	c BCD2: Hardening is enabled.
0.08/0.19	c BCD2: BiasedSearch is enabled.
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |     1575      0 |        0 |        0
0.18/0.20	c  0.0s |       0 |     2067 |       13 |     1575      0 |        0 |        0
0.18/0.20	c #cpu_time = 0.007s
0.18/0.20	c #wall_clock_time = 0.007s
0.18/0.20	c #decision = 2067
0.18/0.20	c #random_decision = 9
0.18/0.20	c #conflict = 13
0.18/0.20	c #restart = 0
0.18/0.20	o 249
0.18/0.20	c BCD2: updating upper bound: 89001 -> 248
0.18/0.22	c BCD2: 0 <= obj <= 248
0.18/0.22	c BCD2: #cores=0, #unrelaxed=1788, #relaxed=0, #hardened=0
0.18/0.22	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.22	c Solving starts ...
0.18/0.22	c ============================[ Search Statistics ]============================
0.18/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.22	c =============================================================================
0.18/0.22	c  0.0s |       0 |        0 |        0 |     1575      0 |        0 |        0
0.18/0.24	c  0.0s |       1 |     1941 |      100 |     1733      0 |        0 |        0
0.18/0.29	c  0.1s |       2 |     4001 |      250 |     1907      0 |        0 |        0
0.28/0.35	c  0.1s |       3 |     6171 |      475 |     2098      0 |        0 |        0
0.39/0.46	c  0.2s |       4 |     8659 |      813 |     2308      0 |        0 |        0
0.59/0.66	c  0.4s |       5 |    11337 |     1320 |     2539      0 |        0 |        0
0.89/0.95	c  0.7s |       6 |    14589 |     2081 |     2793      0 |        0 |        0
1.39/1.42	c  1.2s |       7 |    18303 |     3223 |     3073      0 |        0 |        0
2.28/2.30	c  2.1s |       8 |    22888 |     4936 |     3381      1 |        0 |        0
3.69/3.72	c  3.5s |       9 |    29064 |     7506 |     3720      2 |        0 |        0
5.68/5.75	c  5.5s |      10 |    38013 |    11361 |     4093      3 |        0 |        0
7.68/7.77	c  7.6s |      10 |    46667 |    15161 |     4093      5 |        0 |        0
8.68/8.78	c  8.6s |      11 |    50380 |    17144 |     4503      5 |        0 |        0
10.79/10.80	c 10.6s |      11 |    58468 |    20644 |     4503      6 |        0 |        0
12.79/12.85	c 12.6s |      11 |    64628 |    24044 |     4503      7 |        0 |        0
13.99/14.01	c 13.8s |      12 |    67981 |    25819 |     4954      8 |        0 |        0
14.59/14.64	c 14.4s |      12 |    71003 |    26589 |     4954      8 |        0 |        0
14.59/14.64	c #cpu_time = 14.385s
14.59/14.64	c #wall_clock_time = 14.425s
14.59/14.64	c #decision = 71003
14.59/14.64	c #random_decision = 40
14.59/14.64	c #conflict = 26589
14.59/14.64	c #restart = 12
14.59/14.64	c BCD2: found a new core of size 1388: cost of the new core is >=1
14.59/14.64	c lower bound updated to 1
14.59/14.64	c BCD2: 1 <= obj <= 248
14.59/14.64	c BCD2: #cores=1, #unrelaxed=400, #relaxed=1388, #hardened=0
14.59/14.64	c BCD2: #sat=1 #unsat=2 bias=2/3
14.59/14.65	c Solving starts ...
14.59/14.65	c ============================[ Search Statistics ]============================
14.59/14.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.59/14.65	c       |         |          |          |    Limit     GC | Var      | Constra 
14.59/14.65	c =============================================================================
14.59/14.65	c  0.0s |       0 |        0 |        0 |     4954      0 |        0 |        0
14.69/14.79	c  0.1s |       0 |     2079 |        9 |     4954      1 |        0 |        0
14.69/14.79	c #cpu_time = 0.134s
14.69/14.79	c #wall_clock_time = 0.134s
14.69/14.79	c #decision = 2079
14.69/14.79	c #random_decision = 5
14.69/14.79	c #conflict = 9
14.69/14.79	c #restart = 0
14.69/14.79	o 11
14.69/14.79	c BCD2: hardening fixes 1600 literals
14.69/14.79	c BCD2: updating upper bound: 248 -> 10
14.69/14.79	c BCD2: 1 <= obj <= 10
14.69/14.79	c BCD2: #cores=1, #unrelaxed=46, #relaxed=142, #hardened=1600
14.69/14.79	c BCD2: #sat=2 #unsat=2 bias=2/4
14.69/14.79	c Solving starts ...
14.69/14.79	c ============================[ Search Statistics ]============================
14.69/14.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.69/14.79	c       |         |          |          |    Limit     GC | Var      | Constra 
14.69/14.79	c =============================================================================
14.69/14.79	c  0.0s |       0 |        0 |        0 |     4954      0 |     1600 |        1
14.88/14.92	c  0.1s |       1 |      322 |      100 |     4954      0 |     1600 |        1
14.88/14.99	c  0.2s |       2 |      611 |      250 |     4954      0 |     1600 |        1
14.98/15.08	c  0.3s |       3 |     1017 |      475 |     4954      0 |     1600 |        1
15.08/15.19	c  0.4s |       4 |     1592 |      813 |     4954      0 |     1600 |        1
15.38/15.45	c  0.7s |       5 |     2403 |     1320 |     4954      0 |     1600 |        1
15.69/15.72	c  0.9s |       6 |     3590 |     2081 |     4954      0 |     1600 |        1
16.18/16.20	c  1.4s |       7 |     5454 |     3223 |     4954      0 |     1600 |        1
16.98/17.04	c  2.2s |       8 |     8203 |     4936 |     4954      1 |     1600 |        1
17.99/18.07	c  3.3s |       9 |    11936 |     7506 |     4954      2 |     1600 |        1
19.68/19.72	c  4.9s |      10 |    17289 |    11361 |     4954      3 |     1600 |        1
21.68/21.73	c  6.9s |      10 |    23194 |    15561 |     5450      4 |     1600 |        1
22.48/22.52	c  7.7s |      11 |    25239 |    17144 |     5450      4 |     1600 |        1
24.49/24.54	c  9.8s |      11 |    30411 |    21044 |     5450      5 |     1600 |        1
26.08/26.15	c 11.4s |      11 |    34654 |    24153 |     5450      6 |     1600 |        1
26.08/26.15	c #cpu_time = 11.332s
26.08/26.15	c #wall_clock_time = 11.361s
26.08/26.15	c #decision = 34654
26.08/26.15	c #random_decision = 43
26.08/26.15	c #conflict = 24153
26.08/26.15	c #restart = 11
26.08/26.15	o 6
26.08/26.15	c BCD2: hardening fixes 98 literals
26.08/26.15	c BCD2: updating upper bound: 10 -> 5
26.08/26.15	c BCD2: 1 <= obj <= 5
26.08/26.15	c BCD2: #cores=1, #unrelaxed=18, #relaxed=72, #hardened=1698
26.08/26.15	c BCD2: #sat=3 #unsat=2 bias=2/5
26.08/26.15	c Solving starts ...
26.08/26.15	c ============================[ Search Statistics ]============================
26.08/26.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.08/26.15	c       |         |          |          |    Limit     GC | Var      | Constra 
26.08/26.15	c =============================================================================
26.08/26.15	c  0.0s |       0 |        0 |        0 |     5450      0 |     1698 |        2
26.18/26.21	c  0.1s |       1 |      152 |      100 |     5450      0 |     1698 |        3
26.18/26.28	c  0.1s |       2 |      421 |      250 |     5450      0 |     1698 |        3
26.28/26.37	c  0.2s |       3 |      755 |      475 |     5450      0 |     1698 |        3
26.48/26.52	c  0.4s |       4 |     1207 |      813 |     5450      0 |     1698 |        3
26.69/26.75	c  0.6s |       5 |     2008 |     1320 |     5450      1 |     1698 |        3
26.98/27.03	c  0.9s |       6 |     3220 |     2081 |     5450      1 |     1698 |        3
27.08/27.13	c  1.0s |       6 |     3602 |     2338 |     5450      1 |     1698 |        3
27.08/27.13	c #cpu_time = 0.975s
27.08/27.13	c #wall_clock_time = 0.978s
27.08/27.13	c #decision = 3602
27.08/27.13	c #random_decision = 6
27.08/27.13	c #conflict = 2338
27.08/27.13	c #restart = 6
27.08/27.13	o 3
27.08/27.13	c BCD2: hardening fixes 57 literals
27.08/27.13	c BCD2: updating upper bound: 5 -> 2
27.08/27.13	c BCD2: 1 <= obj <= 2
27.08/27.13	c BCD2: #cores=1, #unrelaxed=4, #relaxed=29, #hardened=1755
27.08/27.13	c BCD2: #sat=4 #unsat=2 bias=2/6
27.08/27.13	c Solving starts ...
27.08/27.13	c ============================[ Search Statistics ]============================
27.08/27.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.08/27.13	c       |         |          |          |    Limit     GC | Var      | Constra 
27.08/27.13	c =============================================================================
27.08/27.13	c  0.0s |       0 |        0 |        0 |     5450      0 |     1755 |        4
27.08/27.18	c  0.0s |       1 |      210 |      100 |     5450      0 |     1755 |        4
27.18/27.26	c  0.1s |       2 |      435 |      250 |     5450      0 |     1755 |        4
27.28/27.39	c  0.3s |       3 |      913 |      475 |     5450      0 |     1755 |        4
27.38/27.47	c  0.3s |       4 |     1502 |      813 |     5450      0 |     1755 |        4
27.58/27.61	c  0.5s |       5 |     2312 |     1320 |     5450      0 |     1755 |        4
27.79/27.84	c  0.7s |       6 |     3872 |     2081 |     5450      0 |     1755 |        4
28.08/28.16	c  1.0s |       7 |     6236 |     3223 |     5450      1 |     1755 |        4
28.48/28.59	c  1.5s |       8 |     9269 |     4936 |     5996      1 |     1755 |        4
29.18/29.22	c  2.1s |       9 |    14247 |     7506 |     5996      2 |     1755 |        4
29.99/30.06	c  2.9s |      10 |    21727 |    11361 |     5996      3 |     1755 |        4
30.09/30.11	c  3.0s |      10 |    22176 |    11590 |     5996      3 |     1755 |        4
30.09/30.11	c #cpu_time = 2.969s
30.09/30.11	c #wall_clock_time = 2.977s
30.09/30.11	c #decision = 22176
30.09/30.11	c #random_decision = 82
30.09/30.11	c #conflict = 11590
30.09/30.11	c #restart = 10
30.09/30.11	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 1391: cost of the new core is >=2
30.09/30.11	c lower bound updated to 2
30.09/30.11	c BCD2: hardening fixes 1 literals
30.09/30.11	c BCD2: 2 <= obj <= 2
30.09/30.11	c BCD2: #cores=1, #unrelaxed=0, #relaxed=32, #hardened=1756
30.09/30.11	c BCD2: #sat=4 #unsat=3 bias=3/7
30.09/30.11	c Solving starts ...
30.09/30.11	c ============================[ Search Statistics ]============================
30.09/30.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.09/30.11	c       |         |          |          |    Limit     GC | Var      | Constra 
30.09/30.11	c =============================================================================
30.09/30.11	c  0.0s |       0 |        0 |        0 |     5996      0 |     1760 |        4
30.09/30.15	c  0.0s |       1 |      204 |      100 |     5996      0 |     1760 |       10
30.18/30.27	c  0.2s |       2 |      460 |      250 |     5996      0 |     1760 |       10
30.28/30.34	c  0.2s |       3 |      838 |      475 |     5996      0 |     1760 |       10
30.38/30.43	c  0.3s |       4 |     1413 |      813 |     5996      0 |     1760 |       10
30.58/30.65	c  0.5s |       5 |     2207 |     1320 |     5996      0 |     1760 |       10
30.78/30.86	c  0.7s |       6 |     3508 |     2081 |     5996      0 |     1760 |       10
31.19/31.21	c  1.1s |       7 |     5348 |     3223 |     5996      1 |     1760 |       10
31.48/31.59	c  1.5s |       8 |     8495 |     4936 |     5996      1 |     1760 |       10
32.29/32.33	c  2.2s |       9 |    12864 |     7506 |     5996      2 |     1760 |       10
32.78/32.89	c  2.8s |       9 |    16989 |     9808 |     5996      2 |     1760 |       10
32.78/32.89	c #cpu_time = 2.771s
32.78/32.89	c #wall_clock_time = 2.779s
32.78/32.89	c #decision = 16989
32.78/32.89	c #random_decision = 48
32.78/32.89	c #conflict = 9808
32.78/32.89	c #restart = 9
32.78/32.89	o 2
32.78/32.89	s OPTIMUM FOUND
32.78/32.89	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
32.78/32.89	v -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 x20
32.78/32.89	v -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30
32.78/32.89	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
32.78/32.89	v -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 x50
32.78/32.89	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60
32.78/32.89	v -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
32.78/32.89	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
32.78/32.89	v -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
32.78/32.89	v -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100
32.78/32.89	v x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
32.78/32.89	v -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120
32.78/32.89	v -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
32.78/32.89	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140
32.78/32.89	v -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150
32.78/32.89	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160
32.78/32.89	v -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
32.78/32.89	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
32.78/32.89	v x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
32.78/32.89	v -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200
32.78/32.89	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210
32.78/32.89	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
32.78/32.89	v -x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230
32.78/32.89	v -x231
32.78/32.89	c total CPU time = 32.809s
32.78/32.89	c total wall clock time = 32.896s

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

pid=11927
running on 4 cores: 1,3,5,7

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.20 2.18 2.18 3/179 11930
/proc/meminfo: memFree=29630064/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=661948 CPUtime=0 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 2457 0 0 0 0 0 0 0 20 0 4 0 10764849 677834752 2818 33554432000 4194304 16246674 140736330018720 140736330018144 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 165999 2825 441 2943 0 162893 0
[pid=11930/tid=11931] ppid=11927 vsize=679356 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 695660544 2884 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=683452 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 699854848 2900 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=687548 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10764849 704049152 2916 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.20 2.18 2.18 3/179 11930
/proc/meminfo: memFree=29630064/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 24681 0 0 0 5 3 0 0 20 0 4 0 10764849 1247350784 25034 33554432000 4194304 16246674 140736330018720 140736330018144 12481124 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 304529 25035 616 2943 0 301423 0
[pid=11930/tid=11931] ppid=11927 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1247350784 25035 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1247350784 25036 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10764849 1247350784 25036 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200529 s]
/proc/loadavg: 2.20 2.18 2.18 3/179 11930
/proc/meminfo: memFree=29630064/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1221188 CPUtime=0.18 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 32710 0 0 0 14 4 0 0 20 0 4 0 10764849 1250496512 33017 33554432000 4194304 16246674 140736330018720 140736330000640 5996544 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 305297 33017 912 2943 0 302191 0
[pid=11930/tid=11931] ppid=11927 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1250496512 33017 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1250496512 33017 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1250496512 33017 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1221188

[startup+0.300501 s]
/proc/loadavg: 2.20 2.18 2.18 3/179 11930
/proc/meminfo: memFree=29630064/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1303108 CPUtime=0.28 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 50967 0 0 0 21 7 0 0 20 0 4 0 10764849 1334382592 51275 33554432000 4194304 16246674 140736330018720 140736330000640 6842729 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 325777 51294 922 2943 0 322671 0
[pid=11930/tid=11931] ppid=11927 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1334382592 51306 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1334382592 51315 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1334382592 51320 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1303108

[startup+0.700442 s]
/proc/loadavg: 2.20 2.18 2.18 3/179 11930
/proc/meminfo: memFree=29630064/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1307204 CPUtime=0.69 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 82515 0 0 0 57 12 0 0 20 0 4 0 10764849 1338576896 82822 33554432000 4194304 16246674 140736330018720 140736330000640 5827958 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 326801 82822 927 2943 0 323695 0
[pid=11930/tid=11931] ppid=11927 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1338576896 82822 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1338576896 82822 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1338576896 82822 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50038 s]
/proc/loadavg: 2.20 2.18 2.18 3/183 11934
/proc/meminfo: memFree=29300856/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1307204 CPUtime=1.49 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 82518 0 0 0 137 12 0 0 20 0 4 0 10764849 1338576896 82825 33554432000 4194304 16246674 140736330018720 140736330001712 13943668 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 326801 82825 930 2943 0 323695 0
[pid=11930/tid=11931] ppid=11927 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1338576896 82825 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1338576896 82825 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1338576896 82825 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10044 s]
/proc/loadavg: 2.20 2.18 2.18 3/183 11934
/proc/meminfo: memFree=29299740/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1307204 CPUtime=3.08 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 82520 0 0 0 296 12 0 0 20 0 4 0 10764849 1338576896 82827 33554432000 4194304 16246674 140736330018720 140736330000640 13943664 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 326801 82827 932 2943 0 323695 0
[pid=11930/tid=11931] ppid=11927 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1338576896 82827 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1338576896 82827 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1338576896 82827 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1307204

[startup+6.30041 s]
/proc/loadavg: 2.26 2.19 2.18 3/183 11934
/proc/meminfo: memFree=29298092/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1309252 CPUtime=6.28 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 83032 0 0 0 616 12 0 0 20 0 4 0 10764849 1340674048 83339 33554432000 4194304 16246674 140736330018720 140736330017896 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 327313 83339 932 2943 0 324207 0
[pid=11930/tid=11931] ppid=11927 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1340674048 83339 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1340674048 83339 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1340674048 83339 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1309252

[startup+12.7003 s]
/proc/loadavg: 2.32 2.21 2.19 3/183 11934
/proc/meminfo: memFree=29295000/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1312324 CPUtime=12.69 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 83800 0 0 0 1256 13 0 0 20 0 4 0 10764849 1343819776 84107 33554432000 4194304 16246674 140736330018720 140736330000640 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 328081 84107 932 2943 0 324975 0
[pid=11930/tid=11931] ppid=11927 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1343819776 84107 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1343819776 84107 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1343819776 84107 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1312324

[startup+25.5004 s]
/proc/loadavg: 2.40 2.23 2.19 3/183 11934
/proc/meminfo: memFree=28550232/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1315396 CPUtime=25.48 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 270069 0 0 0 2511 37 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140736330000640 4220907 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 328849 270376 941 2943 0 325743 0
[pid=11930/tid=11931] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1315396

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

[startup+25.9004 s]
/proc/loadavg: 2.40 2.23 2.19 3/183 11934
/proc/meminfo: memFree=28550232/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1315396 CPUtime=25.88 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 270069 0 0 0 2551 37 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140736330000640 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 328849 270376 941 2943 0 325743 0
[pid=11930/tid=11931] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.88
Current children cumulated vsize (KiB) 1315396

[startup+29.1004 s]
/proc/loadavg: 2.44 2.24 2.20 3/183 11934
/proc/meminfo: memFree=28550356/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1315396 CPUtime=29.08 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 270069 0 0 0 2871 37 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140736330000640 5822224 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 328849 270376 941 2943 0 325743 0
[pid=11930/tid=11931] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 29.08
Current children cumulated vsize (KiB) 1315396

[startup+30.7004 s]
/proc/loadavg: 2.44 2.24 2.20 3/183 11934
/proc/meminfo: memFree=28549968/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1315396 CPUtime=30.68 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 270069 0 0 0 3031 37 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140736330000640 5711318 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 328849 270376 941 2943 0 325743 0
[pid=11930/tid=11931] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 30.68
Current children cumulated vsize (KiB) 1315396

[startup+32.3073 s]
/proc/loadavg: 2.44 2.24 2.20 3/183 11934
/proc/meminfo: memFree=28550216/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1315396 CPUtime=32.29 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 270069 0 0 0 3192 37 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140736330000640 5808212 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 328849 270376 941 2943 0 325743 0
[pid=11930/tid=11931] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 32.29
Current children cumulated vsize (KiB) 1315396

[startup+32.7004 s]
/proc/loadavg: 2.44 2.24 2.20 3/183 11934
/proc/meminfo: memFree=28550216/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=1315396 CPUtime=32.68 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) R 11927 11930 9104 0 -1 4202496 270069 0 0 0 3231 37 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140736330000640 5677884 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 328849 270376 941 2943 0 325743 0
[pid=11930/tid=11931] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11931/stat : 11931 (toysat) S 11927 11930 9104 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413763562736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11930/tid=11932] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (toysat) S 11927 11930 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413753072880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) S 11927 11930 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10764849 1346965504 270376 33554432000 4194304 16246674 140736330018720 140413742599344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 32.68
Current children cumulated vsize (KiB) 1315396

[startup+32.9004 s]
/proc/loadavg: 2.44 2.24 2.20 3/183 11934
/proc/meminfo: memFree=28550216/32872528 swapFree=1199460/1313924
[pid=11930] ppid=11927 vsize=0 CPUtime=32.88 cores=1,3,5,7
/proc/11930/stat : 11930 (toysat) Z 11927 11930 9104 0 -1 4202508 270072 0 0 0 3251 37 0 0 20 0 2 0 10764849 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11930/statm: 0 0 0 0 0 0 0
[pid=11930/tid=11933] ppid=11927 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (toysat) R 11927 11930 9104 0 -1 4202564 2 0 0 0 0 0 0 0 20 0 2 0 10764849 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 32.88
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 32.959
CPU time (s): 32.94
CPU user time (s): 32.5121
CPU system time (s): 0.427934
CPU usage (%): 99.9424
Max. virtual memory (cumulated for all children) (KiB): 1315396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.5121
system time used= 0.427934
maximum resident set size= 1081512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270072
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= 24
involuntary context switches= 40

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.115982 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-16 16:26:23
IDJOB=4093359
IDBENCH=78958
IDSOLVER=2553
FILE ID=node131/4093359-1466087183
RUNJOBID= node131-1466075598-10667
PBS_JOBID= 19904008
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670167--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-4093359-1466087183/watcher-4093359-1466087183 -o /tmp/evaluation-result-4093359-1466087183/solver-4093359-1466087183 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466075598-10667 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093359-1466087183.wbo

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

MD5SUM BENCH= cbb94832f8cf89251c53c05bd4717107
RANDOM SEED=194568969

node131.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		: 2666.752
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	: 5333.50
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		: 2666.752
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		: 2666.752
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.57
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		: 2666.752
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.56
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		: 2666.752
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		: 2666.752
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.56
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		: 2666.752
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.57
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		: 2666.752
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:        29631040 kB
Buffers:           34296 kB
Cached:           104572 kB
SwapCached:         1972 kB
Active:          1161032 kB
Inactive:          65128 kB
Active(anon):    1087832 kB
Inactive(anon):     1452 kB
Active(file):      73200 kB
Inactive(file):    63676 kB
Unevictable:     1313924 kB
Mlocked:         1199460 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:             16344 kB
Writeback:             0 kB
AnonPages:       2385472 kB
Mapped:            10848 kB
Shmem:                 0 kB
Slab:             566336 kB
SReclaimable:      10572 kB
SUnreclaim:       555764 kB
KernelStack:        1520 kB
PageTables:         8756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2540924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 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= 71708 MiB
End job on node131 at 2016-06-16 16:26:56