Trace number 4109226

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 19.0681 19.0714

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971697--soft-33-100-0.wbo
MD5SUM735c9aa8226540b6d84e25d418cdaab2
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 benchmark4.82027
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1238
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-19T15:40:07+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-4109226-1466343607.wbo"]
0.00/0.01	c use --random-gen="128857266 3869616268 2289618554 1669380264 735901216 992557713 35364458 469449236 759358564 315626708 2207291616 237877239 4279143778 1692001666 2957629028 108685097 3099902713 1626168351 4258378922 4215222717 1418371565 3370620662 3316495562 3979758637 3476490593 1283962055 4015587052 2763998112 4002690320 17076326 3606036990 3843880558 1863178524 3628156209 3664023545 3983714886 711588487 1935681170 4184643170 2054356053 1678531820 177567475 1335928661 4063334719 3057655690 3446584870 2835924500 1465171012 2687947321 3479193372 2335260082 3709377871 1302088620 5955934 2149123212 795912687 2525302064 2320128559 1240670520 1923233472 1386695470 3706975969 2806119989 3239579018 4083609038 1249626651 1496420705 636356111 3792329065 3352409134 2039798168 3398274943 1902777607 1426339999 2521465634 2494635821 1624822755 185173998 2371738580 3897852344 2982237481 3148429508 1377003114 841625307 3375175936 2802033047 33248094 2136663401 46689610 4284289803 4293615382 3464436773 124481575 2653256345 3795374507 3974031719 4257258557 1631961778 4113907685 3922261948 1361648082 3614968502 1282546516 1676108 184373335 1274781346 1419503193 3216324429 1293749364 4029642111 2343117890 1605283481 1685329488 2808171670 897691784 2838789829 3310317926 2523766584 2878667211 1328677393 2572054680 1296709963 4274550779 2829276011 1068677366 1693432386 1539508503 1347774795 3066126458 1639272626 16007267 940973741 176397214 3375319660 2175735645 1394648785 3390918080 622841668 1117954700 3481436397 2005574022 2561637410 2659016653 164730526 742867695 2760652145 3445577311 2867221368 1693203017 185954303 2999048265 3798548386 2744615990 1249618637 275523395 1970844518 3868386146 3945389379 3243490677 2549872610 3021731943 4210069735 381368774 2443972609 1001078164 2014974682 309209019 4288222030 1505689585 794866719 756770600 4054850189 4018492260 1718965560 3874390795 1118359656 1185643407 4246820368 494713778 1938119054 3768863957 2151973553 1879827868 407445781 2112534823 2156977243 1226077138 3993238858 257730661 4107979600 3391878710 2287873607 1005853073 2185543446 4051586156 4234103578 3200091678 792944476 158595314 1523380287 1521592363 1085872173 552694796 2639416390 3752882223 2248608754 3657872155 3021379895 773979177 3462760787 1724324494 4286254481 1184431635 2613264435 4034050250 2172838087 4114989492 718518709 2434605098 1982473366 874701339 1176758796 3641017431 3895200888 2326309495 3771392998 2079027180 200079984 2249728888 993641196 2230465140 1440663060 1022152484 1839919898 4191237381 289023100 440633543 2800171616 4125446785 2898299550 2697721504 796596051 1821029288 2671289984 574476879 2924959794 513858235 2624604912 941157581 338249819 584835108 2921132693 3693309466 3882902391 3836328970 1628764438 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       0 |      199 |       86 |      111      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.013s
0.19/0.27	c #wall_clock_time = 0.013s
0.19/0.27	c #decision = 199
0.19/0.27	c #random_decision = 2
0.19/0.27	c #conflict = 86
0.19/0.27	c #restart = 0
0.19/0.27	o 481
0.19/0.27	c BCD2: updating upper bound: 2924 -> 480
0.19/0.27	c BCD2: 0 <= obj <= 480
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.28	c  0.0s |       1 |      274 |      100 |      123      0 |        0 |        0
0.29/0.31	c  0.0s |       2 |      591 |      250 |      136      1 |        0 |        0
0.29/0.34	c  0.1s |       3 |     1053 |      475 |      150      3 |        0 |        0
0.39/0.40	c  0.1s |       4 |     1725 |      813 |      165      5 |        0 |        0
0.39/0.48	c  0.2s |       5 |     2628 |     1320 |      182      9 |        0 |        0
0.59/0.61	c  0.3s |       6 |     3890 |     2081 |      201     13 |        0 |        0
0.79/0.82	c  0.6s |       7 |     5682 |     3223 |      222     20 |        0 |        0
1.10/1.15	c  0.9s |       8 |     8199 |     4936 |      245     29 |        0 |        0
1.49/1.59	c  1.3s |       9 |    12118 |     7506 |      270     43 |        0 |        0
2.09/2.10	c  1.8s |      10 |    17527 |    11361 |      297     61 |        0 |        0
2.89/2.92	c  2.7s |      11 |    25753 |    17144 |      327     88 |        0 |        0
4.09/4.12	c  3.8s |      12 |    38496 |    25819 |      360    125 |        0 |        0
6.09/6.12	c  5.9s |      12 |    56638 |    38719 |      397    178 |        0 |        0
6.09/6.14	c  5.9s |      13 |    56793 |    38832 |      397    179 |        0 |        0
8.09/8.14	c  7.9s |      13 |    77069 |    52932 |      397    232 |        0 |        0
8.90/8.99	c  8.7s |      14 |    84577 |    58352 |      437    253 |        0 |        0
10.89/11.00	c 10.7s |      14 |   100474 |    69752 |      437    295 |        0 |        0
11.00/11.08	c 10.8s |      14 |   100975 |    70103 |      437    297 |        0 |        0
11.00/11.08	c #cpu_time = 10.811s
11.00/11.08	c #wall_clock_time = 10.812s
11.00/11.08	c #decision = 100975
11.00/11.08	c #random_decision = 264
11.00/11.08	c #conflict = 70103
11.00/11.08	c #restart = 14
11.00/11.08	c BCD2: found a new core of size 64: cost of the new core is >=1
11.00/11.08	c lower bound updated to 1
11.00/11.08	c BCD2: 1 <= obj <= 480
11.00/11.08	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
11.00/11.08	c BCD2: #sat=1 #unsat=2 bias=2/3
11.00/11.08	c Solving starts ...
11.00/11.08	c ============================[ Search Statistics ]============================
11.00/11.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.00/11.08	c       |         |          |          |    Limit     GC | Var      | Constra 
11.00/11.08	c =============================================================================
11.00/11.08	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
11.00/11.10	c  0.0s |       1 |      309 |      100 |      437      0 |        0 |        0
11.10/11.12	c  0.0s |       1 |      519 |      236 |      437      1 |        0 |        0
11.10/11.12	c #cpu_time = 0.043s
11.10/11.12	c #wall_clock_time = 0.043s
11.10/11.12	c #decision = 519
11.10/11.12	c #random_decision = 3
11.10/11.12	c #conflict = 236
11.10/11.12	c #restart = 1
11.10/11.12	o 412
11.10/11.12	c BCD2: updating upper bound: 480 -> 411
11.10/11.12	c BCD2: 1 <= obj <= 411
11.10/11.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
11.10/11.12	c BCD2: #sat=2 #unsat=2 bias=2/4
11.10/11.12	c Solving starts ...
11.10/11.12	c ============================[ Search Statistics ]============================
11.10/11.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.10/11.12	c       |         |          |          |    Limit     GC | Var      | Constra 
11.10/11.12	c =============================================================================
11.10/11.12	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        2
11.10/11.14	c  0.0s |       1 |      188 |      100 |      437      0 |        0 |        2
11.10/11.16	c  0.0s |       2 |      478 |      250 |      437      0 |        0 |        2
11.10/11.19	c  0.1s |       3 |      864 |      475 |      437      2 |        0 |        2
11.19/11.23	c  0.1s |       3 |     1302 |      697 |      437      2 |        0 |        2
11.19/11.23	c #cpu_time = 0.107s
11.19/11.23	c #wall_clock_time = 0.107s
11.19/11.23	c #decision = 1302
11.19/11.23	c #random_decision = 5
11.19/11.23	c #conflict = 697
11.19/11.23	c #restart = 3
11.19/11.23	o 183
11.19/11.23	c BCD2: updating upper bound: 411 -> 182
11.19/11.23	c BCD2: 1 <= obj <= 182
11.19/11.23	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
11.19/11.23	c BCD2: #sat=3 #unsat=2 bias=2/5
11.19/11.23	c Solving starts ...
11.19/11.23	c ============================[ Search Statistics ]============================
11.19/11.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.23	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.23	c =============================================================================
11.19/11.23	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        4
11.19/11.25	c  0.0s |       1 |      188 |      100 |      437      1 |        0 |        4
11.19/11.27	c  0.0s |       2 |      480 |      250 |      437      1 |        0 |        4
11.29/11.30	c  0.1s |       3 |      938 |      475 |      437      2 |        0 |        4
11.29/11.35	c  0.1s |       4 |     1522 |      813 |      437      4 |        0 |        4
11.39/11.42	c  0.2s |       5 |     2432 |     1320 |      437      6 |        0 |        4
11.49/11.53	c  0.3s |       6 |     3833 |     2081 |      437      9 |        0 |        4
11.59/11.67	c  0.4s |       6 |     5707 |     3160 |      437     13 |        0 |        4
11.59/11.67	c #cpu_time = 0.441s
11.59/11.67	c #wall_clock_time = 0.441s
11.59/11.67	c #decision = 5707
11.59/11.67	c #random_decision = 14
11.59/11.67	c #conflict = 3160
11.59/11.67	c #restart = 6
11.59/11.67	o 65
11.59/11.67	c BCD2: hardening fixes 21 literals
11.59/11.67	c BCD2: updating upper bound: 182 -> 64
11.59/11.67	c BCD2: 1 <= obj <= 64
11.59/11.67	c BCD2: #cores=1, #unrelaxed=0, #relaxed=43, #hardened=21
11.59/11.67	c BCD2: #sat=4 #unsat=2 bias=2/6
11.59/11.68	c Solving starts ...
11.59/11.68	c ============================[ Search Statistics ]============================
11.59/11.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.68	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.68	c =============================================================================
11.59/11.68	c  0.0s |       0 |        0 |        0 |      437      0 |       21 |        6
11.59/11.69	c  0.0s |       1 |      188 |      100 |      437      0 |       21 |        6
11.69/11.71	c  0.0s |       2 |      455 |      250 |      437      1 |       21 |        6
11.69/11.73	c  0.1s |       3 |      789 |      475 |      437      2 |       21 |        6
11.69/11.77	c  0.1s |       4 |     1301 |      813 |      437      3 |       21 |        6
11.79/11.84	c  0.2s |       5 |     2075 |     1320 |      437      5 |       21 |        6
11.89/11.93	c  0.3s |       6 |     3209 |     2081 |      437      8 |       21 |        6
11.99/12.06	c  0.4s |       7 |     4755 |     3223 |      437     11 |       21 |        6
12.20/12.25	c  0.6s |       8 |     7253 |     4936 |      437     18 |       21 |        6
12.49/12.56	c  0.9s |       9 |    11150 |     7506 |      437     27 |       21 |        6
12.99/13.01	c  1.3s |      10 |    16621 |    11361 |      437     41 |       21 |        6
13.59/13.67	c  2.0s |      11 |    25559 |    17144 |      481     61 |       21 |        6
13.89/13.92	c  2.2s |      11 |    29067 |    19330 |      481     68 |       21 |        6
13.89/13.92	c #cpu_time = 2.242s
13.89/13.92	c #wall_clock_time = 2.242s
13.89/13.92	c #decision = 29067
13.89/13.92	c #random_decision = 61
13.89/13.92	c #conflict = 19330
13.89/13.92	c #restart = 11
13.89/13.92	o 17
13.89/13.92	c BCD2: hardening fixes 27 literals
13.89/13.92	c BCD2: updating upper bound: 64 -> 16
13.89/13.92	c BCD2: 1 <= obj <= 16
13.89/13.92	c BCD2: #cores=1, #unrelaxed=0, #relaxed=16, #hardened=48
13.89/13.92	c BCD2: #sat=5 #unsat=2 bias=2/7
13.89/13.92	c Solving starts ...
13.89/13.92	c ============================[ Search Statistics ]============================
13.89/13.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.89/13.92	c       |         |          |          |    Limit     GC | Var      | Constra 
13.89/13.92	c =============================================================================
13.89/13.92	c  0.0s |       0 |        0 |        0 |      481      0 |       48 |        8
13.89/13.93	c  0.0s |       1 |      139 |      100 |      481      0 |       48 |        8
13.89/13.95	c  0.0s |       2 |      340 |      250 |      481      0 |       48 |        8
13.89/13.97	c  0.1s |       3 |      728 |      475 |      481      1 |       48 |        8
13.99/14.01	c  0.1s |       4 |     1260 |      813 |      481      2 |       48 |        8
13.99/14.07	c  0.1s |       5 |     1978 |     1320 |      481      4 |       48 |        8
14.09/14.15	c  0.2s |       6 |     3151 |     2081 |      481      6 |       48 |        8
14.19/14.27	c  0.4s |       7 |     4871 |     3223 |      481     10 |       48 |        8
14.40/14.46	c  0.5s |       8 |     7378 |     4936 |      481     16 |       48 |        8
14.69/14.74	c  0.8s |       9 |    11374 |     7506 |      481     24 |       48 |        8
15.09/15.17	c  1.2s |      10 |    16937 |    11361 |      481     37 |       48 |        8
15.29/15.30	c  1.4s |      10 |    18542 |    12530 |      481     40 |       48 |        8
15.29/15.30	c #cpu_time = 1.379s
15.29/15.30	c #wall_clock_time = 1.379s
15.29/15.30	c #decision = 18542
15.29/15.30	c #random_decision = 29
15.29/15.30	c #conflict = 12530
15.29/15.30	c #restart = 10
15.29/15.30	o 2
15.29/15.30	c BCD2: hardening fixes 12 literals
15.29/15.30	c BCD2: updating upper bound: 16 -> 1
15.29/15.30	c BCD2: 1 <= obj <= 1
15.29/15.30	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=60
15.29/15.30	c BCD2: #sat=6 #unsat=2 bias=2/8
15.29/15.30	c Solving starts ...
15.29/15.30	c ============================[ Search Statistics ]============================
15.29/15.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.29/15.30	c       |         |          |          |    Limit     GC | Var      | Constra 
15.29/15.30	c =============================================================================
15.29/15.30	c  0.0s |       0 |        0 |        0 |      481      0 |       60 |       10
15.29/15.31	c  0.0s |       1 |      129 |      100 |      481      1 |       60 |       10
15.29/15.33	c  0.0s |       2 |      351 |      250 |      481      1 |       60 |       10
15.29/15.35	c  0.1s |       3 |      703 |      475 |      481      2 |       60 |       10
15.29/15.38	c  0.1s |       4 |     1198 |      813 |      481      3 |       60 |       10
15.40/15.44	c  0.1s |       5 |     1889 |     1320 |      481      4 |       60 |       10
15.50/15.52	c  0.2s |       6 |     2969 |     2081 |      481      7 |       60 |       10
15.59/15.65	c  0.4s |       7 |     4514 |     3223 |      481     11 |       60 |       10
15.79/15.84	c  0.5s |       8 |     6785 |     4936 |      481     16 |       60 |       10
16.09/16.13	c  0.8s |       9 |    10489 |     7506 |      481     24 |       60 |       10
16.50/16.53	c  1.2s |      10 |    16067 |    11361 |      481     36 |       60 |       10
17.19/17.20	c  1.9s |      11 |    23825 |    17144 |      481     55 |       60 |       10
18.19/18.21	c  2.9s |      12 |    35597 |    25819 |      530     82 |       60 |       10
18.99/19.00	c  3.7s |      12 |    44661 |    32307 |      530    102 |       61 |       12
18.99/19.00	c #cpu_time = 3.706s
18.99/19.00	c #wall_clock_time = 3.706s
18.99/19.00	c #decision = 44661
18.99/19.00	c #random_decision = 103
18.99/19.00	c #conflict = 32307
18.99/19.00	c #restart = 12
18.99/19.00	c BCD2: updating lower bound of a core
18.99/19.00	c lower bound updated to 2
18.99/19.00	s OPTIMUM FOUND
18.99/19.00	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
18.99/19.00	v -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20
18.99/19.00	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
18.99/19.00	v -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40
18.99/19.00	v x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
18.99/19.00	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
18.99/19.00	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
18.99/19.00	v -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80
18.99/19.00	v -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
18.99/19.00	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
18.99/19.00	v -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110
18.99/19.00	v -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
18.99/19.00	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130
18.99/19.00	v x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
18.99/19.00	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
18.99/19.00	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
18.99/19.00	v -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169
18.99/19.00	c total CPU time = 19.007s
18.99/19.00	c total wall clock time = 19.008s

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

pid=2179
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.32 2.30 1.95 4/171 2182
/proc/meminfo: memFree=30174788/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=667204 CPUtime=0 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 2482 0 0 0 0 0 0 0 20 0 4 0 36406409 683216896 2843 33554432000 4194304 16246674 140735175338032 140735175337456 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 167569 2854 442 2943 0 164463 0
[pid=2182/tid=2183] ppid=2179 vsize=684612 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 701042688 2910 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=688708 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 705236992 2926 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=692804 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36406409 709431296 2942 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100122 s]
/proc/loadavg: 2.32 2.30 1.95 4/171 2182
/proc/meminfo: memFree=30174788/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 18241 0 0 0 7 2 0 0 20 0 4 0 36406409 1247350784 18595 33554432000 4194304 16246674 140735175338032 140735175337456 13956064 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 304529 18598 616 2943 0 301423 0
[pid=2182/tid=2183] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 18600 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 18603 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 18607 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200482 s]
/proc/loadavg: 2.32 2.30 1.95 4/171 2182
/proc/meminfo: memFree=30174788/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 25860 0 0 0 16 3 0 0 20 0 4 0 36406409 1247350784 26214 33554432000 4194304 16246674 140735175338032 140735175337456 6143541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 304529 26224 616 2943 0 301423 0
[pid=2182/tid=2183] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 26232 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 26238 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 26245 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300436 s]
/proc/loadavg: 2.32 2.30 1.95 4/171 2182
/proc/meminfo: memFree=30174788/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 36325 0 0 0 24 5 0 0 20 0 4 0 36406409 1247350784 36672 33554432000 4194304 16246674 140735175338032 140735175337456 6843278 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 304529 36680 813 2943 0 301423 0
[pid=2182/tid=2183] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 36685 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 36688 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 36691 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700357 s]
/proc/loadavg: 2.32 2.30 1.95 4/171 2182
/proc/meminfo: memFree=30174788/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 104160 0 0 0 54 15 0 0 20 0 4 0 36406409 1247350784 104507 33554432000 4194304 16246674 140735175338032 140735175319936 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 304529 104511 813 2943 0 301423 0
[pid=2182/tid=2183] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 104514 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 104521 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36406409 1247350784 104524 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50037 s]
/proc/loadavg: 2.32 2.30 1.95 4/184 2199
/proc/meminfo: memFree=28766652/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 245773 0 0 0 113 36 0 0 20 0 4 0 36406409 1248399360 246098 33554432000 4194304 16246674 140735175338032 140735175337344 5659368 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 304785 246098 873 2943 0 301679 0
[pid=2182/tid=2183] ppid=2179 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1248399360 246098 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1248399360 246098 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36406409 1248399360 246098 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10037 s]
/proc/loadavg: 2.32 2.30 1.95 4/184 2199
/proc/meminfo: memFree=28207304/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 267302 0 0 0 269 40 0 0 20 0 4 0 36406409 1336479744 267627 33554432000 4194304 16246674 140735175338032 140735175319936 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 326289 267627 873 2943 0 323183 0
[pid=2182/tid=2183] ppid=2179 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1336479744 267627 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1336479744 267627 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36406409 1336479744 267627 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30043 s]
/proc/loadavg: 2.38 2.31 1.96 3/184 2199
/proc/meminfo: memFree=28033016/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 267572 0 0 0 589 40 0 0 20 0 4 0 36406409 1337528320 267897 33554432000 4194304 16246674 140735175338032 140735175319936 13780585 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 326545 267897 873 2943 0 323439 0
[pid=2182/tid=2183] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267897 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267897 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267897 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.43 2.32 1.96 3/184 2199
/proc/meminfo: memFree=28032480/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 267584 0 0 0 1229 40 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140735175319936 5600400 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 326545 267909 884 2943 0 323439 0
[pid=2182/tid=2183] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.43 2.32 1.96 3/184 2199
/proc/meminfo: memFree=28032480/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1306180 CPUtime=12.79 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 267584 0 0 0 1239 40 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140735175319936 13943600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 326545 267909 884 2943 0 323439 0
[pid=2182/tid=2183] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+16.0004 s]
/proc/loadavg: 2.47 2.33 1.97 3/184 2199
/proc/meminfo: memFree=28033100/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1306180 CPUtime=15.99 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 267584 0 0 0 1559 40 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140735175319936 5712622 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 326545 267909 884 2943 0 323439 0
[pid=2182/tid=2183] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1306180

[startup+17.6004 s]
/proc/loadavg: 2.47 2.33 1.97 3/184 2199
/proc/meminfo: memFree=28033228/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1306180 CPUtime=17.6 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 267584 0 0 0 1720 40 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140735175321032 5522890 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 326545 267909 884 2943 0 323439 0
[pid=2182/tid=2183] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267909 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.6
Current children cumulated vsize (KiB) 1306180

[startup+18.4004 s]
/proc/loadavg: 2.47 2.33 1.97 3/184 2199
/proc/meminfo: memFree=28033228/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1306180 CPUtime=18.39 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 267585 0 0 0 1799 40 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140735175321032 6022906 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 326545 267910 884 2943 0 323439 0
[pid=2182/tid=2183] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 1306180

[startup+18.8076 s]
/proc/loadavg: 2.47 2.33 1.97 3/184 2199
/proc/meminfo: memFree=28033352/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1306180 CPUtime=18.8 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 267585 0 0 0 1840 40 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140735175321032 13191512 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 326545 267910 884 2943 0 323439 0
[pid=2182/tid=2183] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 18.8
Current children cumulated vsize (KiB) 1306180

[startup+19.0004 s]
/proc/loadavg: 2.47 2.33 1.97 3/184 2199
/proc/meminfo: memFree=28033352/32872528 swapFree=1499884/1696108
[pid=2182] ppid=2179 vsize=1306180 CPUtime=18.99 cores=1,3,5,7
/proc/2182/stat : 2182 (toysat) R 2179 2182 2004 0 -1 4202496 267585 0 0 0 1859 40 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140735175321032 6021024 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2182/statm: 326545 267910 884 2943 0 323439 0
[pid=2182/tid=2183] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2183/stat : 2183 (toysat) S 2179 2182 2004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140492509523184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2182/tid=2184] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2184/stat : 2184 (toysat) S 2179 2182 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140492499033328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2182/tid=2185] ppid=2179 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2182/task/2185/stat : 2185 (toysat) S 2179 2182 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36406409 1337528320 267910 33554432000 4194304 16246674 140735175338032 140492488559792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 18.99
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 19.0714
CPU time (s): 19.0681
CPU user time (s): 18.6062
CPU system time (s): 0.461929
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6062
system time used= 0.461929
maximum resident set size= 1071648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267589
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= 19
involuntary context switches= 22

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055991 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-19 15:40:07
IDJOB=4109226
IDBENCH=78744
IDSOLVER=2553
FILE ID=node137/4109226-1466343607
RUNJOBID= node137-1466341805-2021
PBS_JOBID= 19922016
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110971697--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-4109226-1466343607/watcher-4109226-1466343607 -o /tmp/evaluation-result-4109226-1466343607/solver-4109226-1466343607 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466341805-2021 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109226-1466343607.wbo

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

MD5SUM BENCH= 735c9aa8226540b6d84e25d418cdaab2
RANDOM SEED=302682588

node137.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.486
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	: 5332.97
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.486
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.486
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		: 2666.486
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		: 2666.486
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.486
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.38
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.486
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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:        30175424 kB
Buffers:           68584 kB
Cached:           189632 kB
SwapCached:         1260 kB
Active:           113124 kB
Inactive:         147980 kB
Active(anon):       3804 kB
Inactive(anon):     2080 kB
Active(file):     109320 kB
Inactive(file):   145900 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:             32696 kB
Writeback:             8 kB
AnonPages:       1698076 kB
Mapped:             7480 kB
Shmem:                 0 kB
Slab:             606388 kB
SReclaimable:      50360 kB
SUnreclaim:       556028 kB
KernelStack:        1456 kB
PageTables:         7104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1791316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 71672 MiB
End job on node137 at 2016-06-19 15:40:26