Trace number 4109418

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.668 19.6755

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221624--soft-66-100-0.wbo
MD5SUM973bd9f90df82f06bcaac12e428be840
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark7.2199
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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:42:08+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4109418-1466343728.wbo"]
0.00/0.01	c use --random-gen="4183265855 3931817722 688483777 4146591184 3262534598 622439392 3984289211 1297138220 234912369 2590034616 2050604025 943008576 442499235 1743457748 2037453363 1964255510 3660969131 3406512754 2725773457 631894218 238640246 1827374708 1391676827 366919797 693651576 2749623545 2297218260 3033827193 2438705140 3686971308 2651039111 884130345 3887970484 3421704803 3009731039 2527159493 1703925388 3393307071 2206056211 1620857142 2480603042 1031758182 2139777596 430001489 248670880 1845394987 3173487667 211351064 2475282382 2876527563 2825613883 48122450 3353442941 201326865 396595708 351655468 2895030855 353806863 458326258 2904898656 3936127587 1690494583 2789693555 3669882432 392162021 3228862520 2281737434 2786879049 2210667006 4109175540 1230924141 2556744808 402096131 138480143 646625168 3771279974 3781720823 910412582 2267710158 739567437 3209169844 3310341545 2564765546 552150939 1080897844 956257889 960814056 1217023589 4205433309 1359249911 2434322309 2638162260 3504637699 3655137357 1750564553 4103767852 1691644946 848551790 1260163600 4153523638 266266638 2325510534 1399147221 2176353772 961646681 2920423621 4292728007 2989507521 2680385607 3351924064 3618705398 3221302212 3697222156 1488268763 2335645464 1441520348 898587131 1317955008 1614516249 192462775 975950421 2191266509 286772664 4249224406 2537661047 1506283456 1299628979 2144000730 1767316427 3586739545 1723334799 2786969333 2015703535 1220162194 3748493475 1266127855 2258110259 1694021111 3007028161 1069623445 1984343856 686809029 2672783592 1543962907 87080670 2713241912 2609483137 382637348 3000379887 159528239 3311768278 1631372304 1648193041 2564779343 2353606248 4267895519 2839997340 1709585356 2301371757 1224870573 3524414901 2730009046 3857913267 3958745776 3460079925 1347482257 2588400964 1480371691 2901190350 3490704373 1261880908 3916804318 1773655298 2891706694 1278935840 2834739236 1890131107 2216461118 1797562824 4089162308 3716610193 3989926943 1866350812 470400057 3754071957 3461227321 3185286953 2652857551 3391899521 4144825390 3755272560 4035916766 2947001930 3969392234 1605973728 90873154 1464054001 828153075 410604710 497226279 4088439177 2018131670 687488789 1793882575 2030768645 4045975418 285669742 1424855022 2061694982 332067718 3191969159 1000702540 1614045217 3367709213 3505536340 2008988397 333801676 3957600350 1067447185 2826405219 3803110532 2981761418 221005305 3850183565 1979046240 1707359343 2066037762 1792666114 3264179294 2752717049 2255940769 2028207169 847917641 3845778419 2425160230 3324307688 3983159169 3767764371 4149020898 3753688179 1961484956 980778555 1294730542 4153049549 4111176226 2731891551 3411736835 3084123536 384611734 4142375274 1387653962 2083615390 543669038 1081428004 3625798028 268532200 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 |      104      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      191 |      100 |      104      0 |        0 |        0
0.19/0.29	c  0.0s |       2 |      395 |      250 |      115      1 |        0 |        0
0.19/0.29	c  0.0s |       2 |      441 |      256 |      127      2 |        0 |        0
0.19/0.29	c #cpu_time = 0.042s
0.19/0.29	c #wall_clock_time = 0.042s
0.19/0.29	c #decision = 441
0.19/0.29	c #random_decision = 4
0.19/0.29	c #conflict = 256
0.19/0.29	c #restart = 2
0.19/0.29	o 627
0.19/0.29	c BCD2: updating upper bound: 1837 -> 626
0.19/0.29	c BCD2: 0 <= obj <= 626
0.19/0.29	c BCD2: #cores=0, #unrelaxed=42, #relaxed=0, #hardened=0
0.19/0.29	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.29	c Solving starts ...
0.19/0.29	c ============================[ Search Statistics ]============================
0.19/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.29	c =============================================================================
0.19/0.30	c  0.0s |       0 |        0 |        0 |      127      0 |        0 |        0
0.28/0.31	c  0.0s |       1 |      242 |      100 |      127      0 |        0 |        0
0.28/0.33	c  0.0s |       2 |      556 |      250 |      140      1 |        0 |        0
0.28/0.37	c  0.1s |       3 |      945 |      475 |      140      3 |        0 |        0
0.39/0.42	c  0.1s |       4 |     1504 |      813 |      154      6 |        0 |        0
0.39/0.49	c  0.2s |       5 |     2447 |     1320 |      170     10 |        0 |        0
0.59/0.61	c  0.3s |       6 |     3620 |     2081 |      188     15 |        0 |        0
0.69/0.78	c  0.5s |       7 |     5476 |     3223 |      207     23 |        0 |        0
0.99/1.07	c  0.8s |       8 |     7997 |     4936 |      228     33 |        0 |        0
1.49/1.53	c  1.2s |       9 |    11735 |     7506 |      251     47 |        0 |        0
1.99/2.01	c  1.7s |      10 |    16921 |    11361 |      277     68 |        0 |        0
2.69/2.77	c  2.5s |      11 |    25352 |    17144 |      305     97 |        0 |        0
3.79/3.86	c  3.6s |      12 |    38292 |    25819 |      336    138 |        0 |        0
5.50/5.56	c  5.3s |      13 |    57165 |    38832 |      370    198 |        0 |        0
6.29/6.34	c  6.0s |      13 |    64732 |    44183 |      370    222 |        0 |        0
6.29/6.34	c #cpu_time = 6.045s
6.29/6.34	c #wall_clock_time = 6.045s
6.29/6.34	c #decision = 64732
6.29/6.34	c #random_decision = 160
6.29/6.34	c #conflict = 44183
6.29/6.34	c #restart = 13
6.29/6.34	c BCD2: found a new core of size 42: cost of the new core is >=1
6.29/6.34	c lower bound updated to 1
6.29/6.34	c BCD2: 1 <= obj <= 626
6.29/6.34	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
6.29/6.34	c BCD2: #sat=1 #unsat=2 bias=2/3
6.29/6.34	c Solving starts ...
6.29/6.34	c ============================[ Search Statistics ]============================
6.29/6.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.34	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.34	c =============================================================================
6.29/6.34	c  0.0s |       0 |        0 |        0 |      370      0 |        0 |        0
6.29/6.35	c  0.0s |       1 |      255 |      100 |      370      0 |        0 |        0
6.29/6.36	c  0.0s |       1 |      346 |      119 |      370      0 |        0 |        0
6.29/6.36	c #cpu_time = 0.015s
6.29/6.36	c #wall_clock_time = 0.015s
6.29/6.36	c #decision = 346
6.29/6.36	c #random_decision = 4
6.29/6.36	c #conflict = 119
6.29/6.36	c #restart = 1
6.29/6.36	o 487
6.29/6.36	c BCD2: updating upper bound: 626 -> 486
6.29/6.36	c BCD2: 1 <= obj <= 486
6.29/6.36	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
6.29/6.36	c BCD2: #sat=2 #unsat=2 bias=2/4
6.29/6.36	c Solving starts ...
6.29/6.36	c ============================[ Search Statistics ]============================
6.29/6.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.36	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.36	c =============================================================================
6.29/6.36	c  0.0s |       0 |        0 |        0 |      370      0 |        0 |        2
6.29/6.37	c  0.0s |       0 |      197 |       94 |      370      0 |        0 |        2
6.29/6.37	c #cpu_time = 0.012s
6.29/6.37	c #wall_clock_time = 0.012s
6.29/6.37	c #decision = 197
6.29/6.37	c #random_decision = 0
6.29/6.37	c #conflict = 94
6.29/6.37	c #restart = 0
6.29/6.37	o 281
6.29/6.37	c BCD2: updating upper bound: 486 -> 280
6.29/6.37	c BCD2: 1 <= obj <= 280
6.29/6.37	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
6.29/6.37	c BCD2: #sat=3 #unsat=2 bias=2/5
6.29/6.37	c Solving starts ...
6.29/6.37	c ============================[ Search Statistics ]============================
6.29/6.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.37	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.37	c =============================================================================
6.29/6.37	c  0.0s |       0 |        0 |        0 |      370      0 |        0 |        4
6.29/6.38	c  0.0s |       1 |      162 |      100 |      370      1 |        0 |        4
6.39/6.40	c  0.0s |       2 |      454 |      250 |      370      2 |        0 |        4
6.39/6.42	c  0.1s |       3 |      810 |      475 |      370      3 |        0 |        4
6.39/6.46	c  0.1s |       4 |     1414 |      813 |      370      4 |        0 |        4
6.49/6.51	c  0.1s |       5 |     2352 |     1320 |      370      6 |        0 |        4
6.49/6.59	c  0.2s |       6 |     3693 |     2081 |      370     10 |        0 |        4
6.70/6.73	c  0.4s |       7 |     5657 |     3223 |      370     15 |        0 |        4
6.89/6.92	c  0.6s |       8 |     8687 |     4936 |      370     22 |        0 |        4
7.09/7.20	c  0.8s |       9 |    13433 |     7506 |      370     34 |        0 |        4
7.49/7.55	c  1.2s |       9 |    19285 |    10695 |      370     48 |        0 |        4
7.49/7.55	c #cpu_time = 1.182s
7.49/7.55	c #wall_clock_time = 1.182s
7.49/7.55	c #decision = 19285
7.49/7.55	c #random_decision = 63
7.49/7.55	c #conflict = 10695
7.49/7.55	c #restart = 9
7.49/7.55	o 120
7.49/7.55	c BCD2: updating upper bound: 280 -> 119
7.49/7.55	c BCD2: 1 <= obj <= 119
7.49/7.55	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
7.49/7.55	c BCD2: #sat=4 #unsat=2 bias=2/6
7.49/7.55	c Solving starts ...
7.49/7.55	c ============================[ Search Statistics ]============================
7.49/7.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.55	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.55	c =============================================================================
7.49/7.55	c  0.0s |       0 |        0 |        0 |      370      0 |        0 |        6
7.49/7.57	c  0.0s |       1 |      205 |      100 |      370      1 |        0 |        6
7.49/7.58	c  0.0s |       2 |      486 |      250 |      370      2 |        0 |        6
7.59/7.61	c  0.1s |       3 |      978 |      475 |      370      3 |        0 |        6
7.59/7.65	c  0.1s |       4 |     1588 |      813 |      370      4 |        0 |        6
7.59/7.70	c  0.1s |       5 |     2505 |     1320 |      370      6 |        0 |        6
7.70/7.78	c  0.2s |       6 |     3883 |     2081 |      370      9 |        0 |        6
7.89/7.91	c  0.4s |       7 |     5819 |     3223 |      408     14 |        0 |        6
8.09/8.11	c  0.6s |       8 |     8430 |     4936 |      408     20 |        0 |        6
8.29/8.39	c  0.8s |       9 |    12601 |     7506 |      408     31 |        0 |        6
8.80/8.82	c  1.3s |      10 |    18392 |    11361 |      408     46 |        0 |        6
9.39/9.47	c  1.9s |      11 |    27629 |    17144 |      408     70 |        0 |        6
10.49/10.51	c  3.0s |      12 |    41378 |    25819 |      408    104 |        0 |        6
11.99/12.02	c  4.5s |      13 |    62443 |    38832 |      449    153 |        0 |        6
12.59/12.66	c  5.1s |      13 |    71535 |    44514 |      449    174 |        0 |        6
12.59/12.66	c #cpu_time = 5.105s
12.59/12.66	c #wall_clock_time = 5.105s
12.59/12.66	c #decision = 71535
12.59/12.66	c #random_decision = 214
12.59/12.66	c #conflict = 44514
12.59/12.66	c #restart = 13
12.59/12.66	o 22
12.59/12.66	c BCD2: hardening fixes 31 literals
12.59/12.66	c BCD2: updating upper bound: 119 -> 21
12.59/12.66	c BCD2: 1 <= obj <= 21
12.59/12.66	c BCD2: #cores=1, #unrelaxed=0, #relaxed=11, #hardened=31
12.59/12.66	c BCD2: #sat=5 #unsat=2 bias=2/7
12.59/12.66	c Solving starts ...
12.59/12.66	c ============================[ Search Statistics ]============================
12.59/12.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.59/12.66	c       |         |          |          |    Limit     GC | Var      | Constra 
12.59/12.66	c =============================================================================
12.59/12.66	c  0.0s |       0 |        0 |        0 |      449      0 |       31 |        8
12.59/12.67	c  0.0s |       1 |      139 |      100 |      449      1 |       31 |        8
12.59/12.69	c  0.0s |       2 |      376 |      250 |      449      1 |       31 |        8
12.69/12.71	c  0.1s |       3 |      695 |      475 |      449      2 |       31 |        8
12.69/12.75	c  0.1s |       4 |     1205 |      813 |      449      3 |       31 |        8
12.79/12.80	c  0.1s |       5 |     1966 |     1320 |      449      5 |       31 |        8
12.79/12.88	c  0.2s |       6 |     3054 |     2081 |      449      8 |       31 |        8
12.99/13.01	c  0.3s |       7 |     4615 |     3223 |      449     12 |       31 |        8
13.09/13.19	c  0.5s |       8 |     7187 |     4936 |      449     18 |       31 |        8
13.39/13.48	c  0.8s |       9 |    11011 |     7506 |      449     27 |       31 |        8
13.89/13.92	c  1.3s |      10 |    16939 |    11361 |      449     41 |       31 |        8
14.49/14.57	c  1.9s |      11 |    25583 |    17144 |      449     61 |       31 |        8
15.49/15.55	c  2.9s |      11 |    38180 |    25789 |      449     92 |       32 |       10
15.49/15.55	c #cpu_time = 2.892s
15.49/15.55	c #wall_clock_time = 2.892s
15.49/15.55	c #decision = 38180
15.49/15.55	c #random_decision = 85
15.49/15.55	c #conflict = 25789
15.49/15.55	c #restart = 11
15.49/15.55	c BCD2: updating lower bound of a core
15.49/15.55	c lower bound updated to 12
15.49/15.55	c BCD2: 12 <= obj <= 21
15.49/15.55	c BCD2: #cores=1, #unrelaxed=0, #relaxed=11, #hardened=31
15.49/15.55	c BCD2: #sat=5 #unsat=3 bias=3/8
15.49/15.55	c Solving starts ...
15.49/15.55	c ============================[ Search Statistics ]============================
15.49/15.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.49/15.55	c       |         |          |          |    Limit     GC | Var      | Constra 
15.49/15.55	c =============================================================================
15.49/15.55	c  0.0s |       0 |        0 |        0 |      449      0 |       32 |       10
15.49/15.57	c  0.0s |       1 |      124 |      100 |      449      0 |       32 |       10
15.49/15.58	c  0.0s |       2 |      359 |      250 |      449      1 |       32 |       10
15.59/15.61	c  0.1s |       3 |      711 |      475 |      449      2 |       32 |       10
15.59/15.65	c  0.1s |       4 |     1264 |      813 |      449      3 |       32 |       10
15.69/15.70	c  0.2s |       5 |     1938 |     1320 |      449      5 |       32 |       10
15.69/15.79	c  0.2s |       6 |     3139 |     2081 |      449      7 |       32 |       10
15.89/15.92	c  0.4s |       7 |     4859 |     3223 |      449     12 |       32 |       10
16.09/16.10	c  0.5s |       8 |     7426 |     4936 |      449     18 |       32 |       10
16.29/16.38	c  0.8s |       9 |    11250 |     7506 |      494     26 |       32 |       10
16.79/16.81	c  1.3s |      10 |    17251 |    11361 |      494     39 |       32 |       10
17.39/17.42	c  1.9s |      11 |    25992 |    17144 |      494     58 |       32 |       10
18.39/18.41	c  2.9s |      12 |    38390 |    25819 |      494     86 |       32 |       10
19.58/19.61	c  4.1s |      12 |    53219 |    36008 |      494    120 |       33 |       12
19.58/19.61	c #cpu_time = 4.055s
19.58/19.61	c #wall_clock_time = 4.056s
19.58/19.61	c #decision = 53219
19.58/19.61	c #random_decision = 141
19.58/19.61	c #conflict = 36008
19.58/19.61	c #restart = 12
19.58/19.61	c BCD2: updating lower bound of a core
19.58/19.61	c lower bound updated to 22
19.58/19.61	s OPTIMUM FOUND
19.58/19.66	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
19.58/19.66	v -x11 x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20
19.58/19.66	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
19.58/19.66	v -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40
19.58/19.66	v x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
19.58/19.66	v -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60
19.58/19.66	v -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70
19.58/19.66	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
19.58/19.66	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90
19.58/19.66	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
19.58/19.66	v -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
19.58/19.66	v -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120
19.58/19.66	v -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
19.58/19.66	v -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140
19.58/19.66	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
19.58/19.66	v -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
19.58/19.66	v -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169
19.58/19.66	c total CPU time = 19.611s
19.58/19.66	c total wall clock time = 19.612s

Verifier Data

OK	22

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

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

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


[startup+0 s]
/proc/loadavg: 2.17 2.27 2.00 3/179 31839
/proc/meminfo: memFree=29367056/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=746940 CPUtime=0 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 2794 0 0 0 0 0 0 0 20 0 4 0 36419263 764866560 2643 33554432000 4194304 16246674 140735607323984 140735607323408 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 187503 2651 441 2943 0 184397 0
[pid=31839/tid=31840] ppid=31836 vsize=764348 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 782692352 2709 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=768444 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 786886656 2727 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=772540 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419263 791080960 2743 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.17 2.27 2.00 3/179 31839
/proc/meminfo: memFree=29367056/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 18342 0 0 0 6 2 0 0 20 0 4 0 36419263 1247350784 18184 33554432000 4194304 16246674 140735607323984 140735607305856 12459048 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 304529 18185 617 2943 0 301423 0
[pid=31839/tid=31840] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 18185 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 18186 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 18188 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.2005 s]
/proc/loadavg: 2.17 2.27 2.00 3/179 31839
/proc/meminfo: memFree=29367056/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 26233 0 0 0 16 3 0 0 20 0 4 0 36419263 1247350784 26075 33554432000 4194304 16246674 140735607323984 140735607305856 6145278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 304529 26075 617 2943 0 301423 0
[pid=31839/tid=31840] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 26075 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 26076 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 26076 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300456 s]
/proc/loadavg: 2.17 2.27 2.00 3/179 31839
/proc/meminfo: memFree=29367056/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 36318 0 0 0 24 4 0 0 20 0 4 0 36419263 1247350784 36154 33554432000 4194304 16246674 140735607323984 140735607305856 13759916 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 304529 36160 814 2943 0 301423 0
[pid=31839/tid=31840] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 36162 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 36165 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 36166 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700391 s]
/proc/loadavg: 2.17 2.27 2.00 3/179 31839
/proc/meminfo: memFree=29367056/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 99481 0 0 0 55 14 0 0 20 0 4 0 36419263 1247350784 99316 33554432000 4194304 16246674 140735607323984 140735607305856 5669490 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 304529 99322 815 2943 0 301423 0
[pid=31839/tid=31840] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 99325 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 99328 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419263 1247350784 99330 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.16 2.26 2.00 4/183 31843
/proc/meminfo: memFree=28600100/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 245759 0 0 0 115 34 0 0 20 0 4 0 36419263 1248399360 245572 33554432000 4194304 16246674 140735607323984 140735607323296 5822726 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 304785 245572 874 2943 0 301679 0
[pid=31839/tid=31840] ppid=31836 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1248399360 245572 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1248399360 245572 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419263 1248399360 245572 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.16 2.26 2.00 4/183 31843
/proc/meminfo: memFree=28298284/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 267333 0 0 0 272 37 0 0 20 0 4 0 36419263 1336479744 267146 33554432000 4194304 16246674 140735607323984 140735607305856 5600232 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 326289 267146 874 2943 0 323183 0
[pid=31839/tid=31840] ppid=31836 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1336479744 267146 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1336479744 267146 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419263 1336479744 267146 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30041 s]
/proc/loadavg: 2.14 2.26 2.00 3/183 31843
/proc/meminfo: memFree=28211088/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 267556 0 0 0 592 37 0 0 20 0 4 0 36419263 1337528320 267369 33554432000 4194304 16246674 140735607323984 140735607305856 12483423 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 326545 267369 874 2943 0 323439 0
[pid=31839/tid=31840] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267369 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267369 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267369 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.21 2.27 2.01 3/183 31843
/proc/meminfo: memFree=28211012/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 267597 0 0 0 1232 37 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140735607305856 5676609 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 326545 267410 883 2943 0 323439 0
[pid=31839/tid=31840] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.21 2.27 2.01 3/183 31843
/proc/meminfo: memFree=28211012/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 267597 0 0 0 1242 37 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140735607305856 5661247 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 326545 267410 883 2943 0 323439 0
[pid=31839/tid=31840] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.19 2.27 2.00 3/183 31843
/proc/meminfo: memFree=28211584/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1306180 CPUtime=15.99 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 267597 0 0 0 1562 37 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140735607306984 13965602 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 326545 267410 883 2943 0 323439 0
[pid=31839/tid=31840] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267410 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.19 2.27 2.00 3/183 31843
/proc/meminfo: memFree=28211352/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1306180 CPUtime=17.59 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 267598 0 0 0 1722 37 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140735607305856 5828020 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 326545 267411 884 2943 0 323439 0
[pid=31839/tid=31840] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.59
Current children cumulated vsize (KiB) 1306180

[startup+18.4004 s]
/proc/loadavg: 2.19 2.27 2.00 3/183 31843
/proc/meminfo: memFree=28211352/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1306180 CPUtime=18.39 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 267598 0 0 0 1802 37 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140735607305856 13954552 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 326545 267411 884 2943 0 323439 0
[pid=31839/tid=31840] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.19 2.27 2.00 3/183 31843
/proc/meminfo: memFree=28211356/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1306180 CPUtime=19.18 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 267598 0 0 0 1881 37 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140735607305856 13943668 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 326545 267411 884 2943 0 323439 0
[pid=31839/tid=31840] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 1306180

[startup+19.6003 s]
/proc/loadavg: 2.19 2.27 2.00 3/183 31843
/proc/meminfo: memFree=28211356/32872528 swapFree=1370848/1518016
[pid=31839] ppid=31836 vsize=1306180 CPUtime=19.58 cores=0,2,4,6
/proc/31839/stat : 31839 (toysat) R 31836 31839 31304 0 -1 4202496 267598 0 0 0 1921 37 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140735607305856 5545721 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31839/statm: 326545 267411 884 2943 0 323439 0
[pid=31839/tid=31840] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31840/stat : 31840 (toysat) S 31836 31839 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414729301232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31839/tid=31841] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31841/stat : 31841 (toysat) S 31836 31839 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414718811376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31839/tid=31842] ppid=31836 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31839/task/31842/stat : 31842 (toysat) S 31836 31839 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419263 1337528320 267411 33554432000 4194304 16246674 140735607323984 140414708337840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.58
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 19.6755
CPU time (s): 19.668
CPU user time (s): 19.2321
CPU system time (s): 0.435933
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.2321
system time used= 0.435933
maximum resident set size= 1069656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267602
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= 17
involuntary context switches= 21

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06499 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:42:08
IDJOB=4109418
IDBENCH=78803
IDSOLVER=2553
FILE ID=node129/4109418-1466343728
RUNJOBID= node129-1466341815-31320
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 973bd9f90df82f06bcaac12e428be840
RANDOM SEED=2007276951

node129.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.143
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.28
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.143
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.143
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.55
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.143
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.143
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.143
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.54
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.143
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29367508 kB
Buffers:           87288 kB
Cached:           177852 kB
SwapCached:         1804 kB
Active:          1112104 kB
Inactive:         136264 kB
Active(anon):     982872 kB
Inactive(anon):     2732 kB
Active(file):     129232 kB
Inactive(file):   133532 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             33124 kB
Writeback:             0 kB
AnonPages:       2504552 kB
Mapped:            10528 kB
Shmem:                 0 kB
Slab:             603172 kB
SReclaimable:      46564 kB
SUnreclaim:       556608 kB
KernelStack:        1520 kB
PageTables:         9344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2647388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71704 MiB
End job on node129 at 2016-06-19 15:42:28