Trace number 4088728

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 25.5171 25.534

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid3x40split.opb
MD5SUM44a4071a0fefb6e2d3075a70711551b8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.107983
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables241
Total number of constraints121
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)121
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-15T20:11:08+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4088728-1466014268.opb"]
0.00/0.01	c use --random-gen="2932992979 1804975461 150808436 669769384 288651797 893096608 4068915411 634205263 1821859850 1436174086 3907176570 1791310404 2249093456 2228432997 3534159223 1697109770 2839504085 3050703943 2351514189 2179338210 3885619338 3931323640 1677268584 1101900463 1389924894 2388117846 4099108876 534383550 714067447 3609538508 766418636 2488100517 981885790 1453210872 3641523537 2938557906 4724805 4250198328 1197730251 3389901057 3861106122 530739687 2807690485 11984290 1189205565 3119801914 1792804981 2069202208 2474593997 1225485539 1169101515 3564369984 3082392609 3294243264 433982826 1361189812 2480600496 1410071011 3222137952 1252013935 2324197376 2860060832 4230731060 1825087124 1129802087 307595098 2805764645 72947331 1137353251 611564466 2168563523 2223114075 3593576878 2297879816 475229684 555235936 2439215354 2853513786 359541568 1311443629 2996518487 1478127573 900621443 654376097 642301510 1403819493 841924463 795949540 1541447353 3289491597 3966205019 4103002141 2375883864 3016076835 3561980606 1104971326 4011818116 108739273 1670024443 2946658834 336652332 1407663104 340467933 3735595557 2182371682 1975292254 421760865 2601104226 3185998145 1150861741 3528954913 871004457 2289753523 1447075382 780509983 2291905030 1975844602 564635258 3704123508 1706552481 1046862379 2584180467 3080955772 4259177775 368240587 887557226 4030578549 4142642852 3606654217 1795354941 3512079169 1174391403 3823978724 2090972836 1909261760 3812878924 3709557747 3619712959 598931007 2363026128 3543496680 2174582887 3762631379 593481828 2616551978 2272802521 2892086865 2234256330 418048215 640528290 489300906 2502738481 3260919480 1027374454 2371803612 2555578930 4068472057 148022643 3243530771 2015445530 2772633716 1807161293 3679056732 3691057180 1389343764 1952702168 3605574437 2568592684 2395258484 3406804076 1459560321 3447841822 1261135133 482476570 4054668246 3906969510 2168886927 3586902076 1420163673 532467358 2754064796 1190901650 3596509113 1793096894 3723221914 3930974294 3846776263 3818954429 666717672 3811873639 43988204 694883239 1420357198 4076656614 1510787057 2119446755 2345027664 3547606800 349361305 2565335203 842265398 2464346981 3000811586 132696413 987127021 3671876607 43936931 1616595255 1961773097 332526848 2780905285 2724303953 2056401226 697717867 2759326417 2114364904 2816211364 3822387488 3009767663 3258753633 1123395133 3657293017 4258922125 3176623924 2207313466 3856265600 1698994447 3091640976 3710356263 855277302 1006315027 3149108002 36172678 1134367488 2578283893 1290170563 3892704327 3490854320 152097474 496977081 1414245045 562965875 1438610641 2292193073 3468099189 2708618816 2239704108 1921884476 1805786736 406937874 2269572900 1338844058 1900460676 3806853658 3793594049 888105242 255 362436" option to reproduce the execution
0.00/0.01	c #vars 241
0.00/0.01	c #constraints 121
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      161      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      224 |      100 |      161      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      500 |      250 |      178      0 |        0 |        0
0.00/0.04	c  0.0s |       3 |      978 |      475 |      196      1 |        0 |        0
0.00/0.06	c  0.0s |       4 |     1685 |      813 |      216      3 |        0 |        0
0.00/0.09	c  0.1s |       5 |     2704 |     1320 |      238      6 |        0 |        0
0.09/0.14	c  0.1s |       6 |     4051 |     2081 |      289     10 |        0 |        0
0.19/0.21	c  0.2s |       7 |     6091 |     3223 |      318     15 |        0 |        0
0.29/0.31	c  0.3s |       8 |     9268 |     4936 |      350     23 |        0 |        0
0.39/0.47	c  0.5s |       9 |    14020 |     7506 |      386     35 |        0 |        0
0.69/0.71	c  0.7s |      10 |    20699 |    11361 |      425     52 |        0 |        0
0.99/1.08	c  1.1s |      11 |    30842 |    17144 |      468     75 |        0 |        0
1.39/1.48	c  1.5s |      12 |    46804 |    25819 |      515    107 |        0 |        0
2.09/2.11	c  2.1s |      13 |    72371 |    38832 |      567    151 |        0 |        0
2.99/3.03	c  3.0s |      14 |   109799 |    58352 |      624    212 |        0 |        0
4.40/4.43	c  4.4s |      15 |   168222 |    87632 |      687    299 |        0 |        0
6.39/6.43	c  6.4s |      15 |   250109 |   130432 |      687    415 |        0 |        0
6.39/6.48	c  6.5s |      16 |   252153 |   131552 |      756    417 |        0 |        0
8.39/8.49	c  8.5s |      16 |   329961 |   173052 |      756    519 |        0 |        0
9.69/9.71	c  9.7s |      17 |   377960 |   197432 |      832    579 |        0 |        0
11.69/11.72	c 11.7s |      17 |   453350 |   237232 |      832    668 |        0 |        0
13.69/13.72	c 13.7s |      17 |   534097 |   277532 |      832    761 |        1 |        0
14.59/14.63	c 14.6s |      18 |   569599 |   296252 |      916    802 |        1 |        0
16.59/16.63	c 16.6s |      18 |   644049 |   335952 |      916    885 |        1 |        0
18.59/18.63	c 18.6s |      18 |   726848 |   376252 |      916    968 |        1 |        0
20.58/20.63	c 20.6s |      18 |   811285 |   417152 |      916   1053 |        2 |        0
21.88/21.98	c 22.0s |      19 |   867840 |   444482 |     1008   1109 |        3 |        0
23.88/23.98	c 24.0s |      19 |   946646 |   483582 |     1008   1182 |        4 |        0
25.39/25.46	c 25.4s |      19 |  1006717 |   512579 |     1008   1235 |       19 |        0
25.39/25.46	c #cpu_time = 25.378s
25.39/25.46	c #wall_clock_time = 25.443s
25.39/25.46	c #decision = 1006717
25.39/25.46	c #random_decision = 4631
25.39/25.46	c #conflict = 512579
25.39/25.46	c #restart = 19
25.39/25.46	s UNSATISFIABLE
25.39/25.46	c total CPU time = 25.395s
25.39/25.46	c total wall clock time = 25.461s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4088728-1466014268/watcher-4088728-1466014268 -o /tmp/evaluation-result-4088728-1466014268/solver-4088728-1466014268 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466012020-5772 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4088728-1466014268.opb 

pid=6028
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.20 2.16 2.06 3/179 6031
/proc/meminfo: memFree=30429724/32872528 swapFree=524788/557492
[pid=6031] ppid=6028 vsize=583236 CPUtime=0 cores=0,2,4,6
/proc/6031/stat : 6031 (toysat) R 6028 6031 5756 0 -1 4202496 2151 0 0 0 0 0 0 0 20 0 4 0 3476910 597233664 2512 33554432000 4194304 16246674 140734721719264 140734721718688 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6031/statm: 146321 2522 442 2943 0 143215 0
[pid=6031/tid=6032] ppid=6028 vsize=600644 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6032/stat : 6032 (toysat) S 6028 6031 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3476910 615059456 2581 33554432000 4194304 16246674 140734721719264 140561290865904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6031/tid=6033] ppid=6028 vsize=604740 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6033/stat : 6033 (toysat) S 6028 6031 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3476910 619253760 2598 33554432000 4194304 16246674 140734721719264 140561280376048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6031/tid=6034] ppid=6028 vsize=608836 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6034/stat : 6034 (toysat) S 6028 6031 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3476910 623448064 2614 33554432000 4194304 16246674 140734721719264 140561193364656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.10012 s]
/proc/loadavg: 2.20 2.16 2.06 3/179 6031
/proc/meminfo: memFree=30429724/32872528 swapFree=524788/557492
[pid=6031] ppid=6028 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/6031/stat : 6031 (toysat) R 6028 6031 5756 0 -1 4202496 23211 0 0 0 6 3 0 0 20 0 4 0 3476910 1247350784 23561 33554432000 4194304 16246674 140734721719264 140734721718688 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6031/statm: 304529 23567 717 2943 0 301423 0
[pid=6031/tid=6032] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6032/stat : 6032 (toysat) S 6028 6031 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 23573 33554432000 4194304 16246674 140734721719264 140561290865904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6031/tid=6033] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6033/stat : 6033 (toysat) S 6028 6031 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 23579 33554432000 4194304 16246674 140734721719264 140561280376048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6031/tid=6034] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6034/stat : 6034 (toysat) S 6028 6031 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 23585 33554432000 4194304 16246674 140734721719264 140561193364656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200488 s]
/proc/loadavg: 2.20 2.16 2.06 3/179 6031
/proc/meminfo: memFree=30429724/32872528 swapFree=524788/557492
[pid=6031] ppid=6028 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/6031/stat : 6031 (toysat) R 6028 6031 5756 0 -1 4202496 44003 0 0 0 13 6 0 0 20 0 4 0 3476910 1247350784 44353 33554432000 4194304 16246674 140734721719264 140734721718688 13954518 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6031/statm: 304529 44362 717 2943 0 301423 0
[pid=6031/tid=6032] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6032/stat : 6032 (toysat) S 6028 6031 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 44368 33554432000 4194304 16246674 140734721719264 140561290865904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6031/tid=6033] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6033/stat : 6033 (toysat) S 6028 6031 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 44374 33554432000 4194304 16246674 140734721719264 140561280376048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6031/tid=6034] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6034/stat : 6034 (toysat) S 6028 6031 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 44380 33554432000 4194304 16246674 140734721719264 140561193364656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300427 s]
/proc/loadavg: 2.20 2.16 2.06 3/179 6031
/proc/meminfo: memFree=30429724/32872528 swapFree=524788/557492
[pid=6031] ppid=6028 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/6031/stat : 6031 (toysat) R 6028 6031 5756 0 -1 4202496 64618 0 0 0 20 9 0 0 20 0 4 0 3476910 1247350784 64967 33554432000 4194304 16246674 140734721719264 140734721718688 5546098 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6031/statm: 304529 64978 717 2943 0 301423 0
[pid=6031/tid=6032] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6032/stat : 6032 (toysat) S 6028 6031 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 64983 33554432000 4194304 16246674 140734721719264 140561290865904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6031/tid=6033] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6033/stat : 6033 (toysat) S 6028 6031 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 64989 33554432000 4194304 16246674 140734721719264 140561280376048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6031/tid=6034] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6034/stat : 6034 (toysat) S 6028 6031 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 64995 33554432000 4194304 16246674 140734721719264 140561193364656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.70043 s]
/proc/loadavg: 2.20 2.16 2.06 3/179 6031
/proc/meminfo: memFree=30429724/32872528 swapFree=524788/557492
[pid=6031] ppid=6028 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/6031/stat : 6031 (toysat) R 6028 6031 5756 0 -1 4202496 148527 0 0 0 49 20 0 0 20 0 4 0 3476910 1247350784 148876 33554432000 4194304 16246674 140734721719264 140734721702264 6836566 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6031/statm: 304529 148887 718 2943 0 301423 0
[pid=6031/tid=6032] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6032/stat : 6032 (toysat) S 6028 6031 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 148892 33554432000 4194304 16246674 140734721719264 140561290865904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6031/tid=6033] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6033/stat : 6033 (toysat) S 6028 6031 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 148898 33554432000 4194304 16246674 140734721719264 140561280376048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6031/tid=6034] ppid=6028 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6034/stat : 6034 (toysat) S 6028 6031 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3476910 1247350784 148904 33554432000 4194304 16246674 140734721719264 140561193364656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.20 2.16 2.06 3/183 6035
/proc/meminfo: memFree=29499900/32872528 swapFree=524788/557492
[pid=6031] ppid=6028 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/6031/stat : 6031 (toysat) R 6028 6031 5756 0 -1 4202496 245590 0 0 0 113 36 0 0 20 0 4 0 3476910 1248399360 245919 33554432000 4194304 16246674 140734721719264 140734721718576 6000049 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6031/statm: 304785 245919 792 2943 0 301679 0
[pid=6031/tid=6032] ppid=6028 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6032/stat : 6032 (toysat) S 6028 6031 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3476910 1248399360 245919 33554432000 4194304 16246674 140734721719264 140561290865904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6031/tid=6033] ppid=6028 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6033/stat : 6033 (toysat) S 6028 6031 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3476910 1248399360 245919 33554432000 4194304 16246674 140734721719264 140561280376048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6031/tid=6034] ppid=6028 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6034/stat : 6034 (toysat) S 6028 6031 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3476910 1248399360 245919 33554432000 4194304 16246674 140734721719264 140561193364656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.20 2.16 2.06 4/183 6035
/proc/meminfo: memFree=29360648/32872528 swapFree=524788/557492
[pid=6031] ppid=6028 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/6031/stat : 6031 (toysat) R 6028 6031 5756 0 -1 4202496 267387 0 0 0 270 39 0 0 20 0 4 0 3476910 1337528320 267716 33554432000 4194304 16246674 140734721719264 140734721702264 5822756 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6031/statm: 326545 267716 792 2943 0 323439 0
[pid=6031/tid=6032] ppid=6028 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6032/stat : 6032 (toysat) S 6028 6031 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3476910 1337528320 267716 33554432000 4194304 16246674 140734721719264 140561290865904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6031/tid=6033] ppid=6028 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6033/stat : 6033 (toysat) S 6028 6031 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3476910 1337528320 267716 33554432000 4194304 16246674 140734721719264 140561280376048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6031/tid=6034] ppid=6028 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6034/stat : 6034 (toysat) S 6028 6031 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3476910 1337528320 267716 33554432000 4194304 16246674 140734721719264 140561193364656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30044 s]
/proc/loadavg: 2.27 2.17 2.06 3/183 6035
/proc/meminfo: memFree=29359852/32872528 swapFree=524788/557492
[pid=6031] ppid=6028 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/6031/stat : 6031 (toysat) R 6028 6031 5756 0 -1 4202496 267402 0 0 0 590 39 0 0 20 0 4 0 3476910 1337528320 267731 33554432000 4194304 16246674 140734721719264 140734721702264 5754664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6031/statm: 326545 267731 792 2943 0 323439 0
[pid=6031/tid=6032] ppid=6028 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6032/stat : 6032 (toysat) S 6028 6031 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3476910 1337528320 267731 33554432000 4194304 16246674 140734721719264 140561290865904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6031/tid=6033] ppid=6028 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6033/stat : 6033 (toysat) S 6028 6031 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3476910 1337528320 267731 33554432000 4194304 16246674 140734721719264 140561280376048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6031/tid=6034] ppid=6028 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6034/stat : 6034 (toysat) S 6028 6031 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3476910 1337528320 267731 33554432000 4194304 16246674 140734721719264 140561193364656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.25 2.17 2.06 3/183 6035
/proc/meminfo: memFree=29359640/32872528 swapFree=524788/557492
[pid=6031] ppid=6028 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/6031/stat : 6031 (toysat) R 6028 6031 5756 0 -1 4202496 267525 0 0 0 1230 39 0 0 20 0 4 0 3476910 1337528320 267854 33554432000 4194304 16246674 140734721719264 140734721702264 6836312 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6031/statm: 326545 267854 792 2943 0 323439 0
[pid=6031/tid=6032] ppid=6028 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6032/stat : 6032 (toysat) S 6028 6031 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3476910 1337528320 267854 33554432000 4194304 16246674 140734721719264 140561290865904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6031/tid=6033] ppid=6028 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6033/stat : 6033 (toysat) S 6028 6031 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3476910 1337528320 267854 33554432000 4194304 16246674 140734721719264 140561280376048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6031/tid=6034] ppid=6028 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6031/task/6034/stat : 6034 (toysat) S 6028 6031 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3476910 1337528320 267854 33554432000 4194304 16246674 140734721719264 140561193364656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5004 s]
/proc/loadavg: 2.19 2.16 2.06 3/183 6035
/proc/meminfo: memFree=29359812/32872528 swapFree=524788/557492
[pid=6031] ppid=6028 vsize=0 CPUtime=25.49 cores=0,2,4,6
/proc/6031/stat : 6031 (toysat) Z 6028 6031 5756 0 -1 4202508 267581 0 0 0 2506 43 0 0 20 0 2 0 3476910 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6031/statm: 0 0 0 0 0 0 0
[pid=6031/tid=6034] ppid=6028 vsize=0 CPUtime=0.02 cores=0,2,4,6
/proc/6031/task/6034/stat : 6034 (toysat) R 6028 6031 5756 0 -1 4203588 1 0 0 0 0 2 0 0 20 0 2 0 3476910 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 0

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

[startup+25.5004 s]
/proc/loadavg: 2.19 2.16 2.06 3/183 6035
/proc/meminfo: memFree=29359812/32872528 swapFree=524788/557492
[pid=6031] ppid=6028 vsize=0 CPUtime=25.49 cores=0,2,4,6
/proc/6031/stat : 6031 (toysat) Z 6028 6031 5756 0 -1 4202508 267581 0 0 0 2506 43 0 0 20 0 2 0 3476910 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6031/statm: 0 0 0 0 0 0 0
[pid=6031/tid=6034] ppid=6028 vsize=0 CPUtime=0.02 cores=0,2,4,6
/proc/6031/task/6034/stat : 6034 (toysat) R 6028 6031 5756 0 -1 4203588 1 0 0 0 0 2 0 0 20 0 2 0 3476910 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 25.534
CPU time (s): 25.5171
CPU user time (s): 25.0602
CPU system time (s): 0.45693
CPU usage (%): 99.9337
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.0602
system time used= 0.45693
maximum resident set size= 1071632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267581
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 31

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094985 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-15 20:11:08
IDJOB=4088728
IDBENCH=107305
IDSOLVER=2542
FILE ID=node106/4088728-1466014268
RUNJOBID= node106-1466012020-5772
PBS_JOBID= 19902815
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_ODD_GRIDS/normalized-ECgrid3x40split.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088728-1466014268/watcher-4088728-1466014268 -o /tmp/evaluation-result-4088728-1466014268/solver-4088728-1466014268 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466012020-5772 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4088728-1466014268.opb

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

MD5SUM BENCH= 44a4071a0fefb6e2d3075a70711551b8
RANDOM SEED=612793878

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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:        30430996 kB
Buffers:           11548 kB
Cached:            68400 kB
SwapCached:         1436 kB
Active:          1154648 kB
Inactive:          16108 kB
Active(anon):    1091820 kB
Inactive(anon):     1220 kB
Active(file):      62828 kB
Inactive(file):    14888 kB
Unevictable:      557492 kB
Mlocked:          524788 kB
SwapTotal:      67108856 kB
SwapFree:       67099216 kB
Dirty:             16364 kB
Writeback:             0 kB
AnonPages:       1649860 kB
Mapped:             9752 kB
Shmem:                 0 kB
Slab:             576576 kB
SReclaimable:      20636 kB
SUnreclaim:       555940 kB
KernelStack:        1456 kB
PageTables:         6940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1791084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1112064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node106 at 2016-06-15 20:11:34